Up: SGI graphics Frequently Asked Questions (FAQ)
Next: -59- What is a GL widget?
Previous: -57- Why does nothing happen when I call mapcolor(index, R, G, B)?
Subject:   -58- Why can't 'cc' find some standard Xwindows functions?
Date: 14 May 1994 00:00:01 EST

  You may be linking X libraries, which have complex interdependencies,
  in the wrong order. Mark Kilgard <mjk@hoot.asd.sgi.com> provided this
  handy chart:

  libXm--libXirisw
                  \
                   libXt--libXmu--libgl--libXi--libXext--libX11
                  /
            libXaw

  Libraries should be listed in the same order on the cc or ld command
  line, left to right, as they appear above. If you don't use routines
  from a library, of course, you don't need it.

Up: SGI graphics Frequently Asked Questions (FAQ)
Next: -59- What is a GL widget?
Previous: -57- Why does nothing happen when I call mapcolor(index, R, G, B)?