Up: SGI graphics Frequently Asked Questions (FAQ)
Next: -62- Where is the library /usr/lib/libgl_s.a for my R4000 Indigo running IRIX 4.0.5F?
Previous: -60- What's wrong with blink() in IRIX 4.0.x?
Subject:   -61- 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: -62- Where is the library /usr/lib/libgl_s.a for my R4000 Indigo running IRIX 4.0.5F?
Previous: -60- What's wrong with blink() in IRIX 4.0.x?