Parent document is top of "Motif FAQ (Part 7 of 9)"
Previous document is "243) On a Sun 3, what are the mwm startup error messages about? I"
Next document is "245) Why does the OpenWindows server hangs when I popup a menu with"

244) Are there problems making shared libraries on a Sun?

Answer:  If you use the -pic option you may run out of offset table space.
use the -PIC option instead.

You may get the message "ld.so: Undefined symbol: __XtInherit" when executing
UIL. There is a problem in shared library build when you compare a function
variable to a routine name, but don't call the routine.  Either, you can build
the Xt library nonshared, or you can put a reference to XtToolkitInitialize in
the UIL main program (or even include a module that references it).  The
routine doesn't even have to be called; it just has to be there.

Parent document is top of "Motif FAQ (Part 7 of 9)"
Previous document is "243) On a Sun 3, what are the mwm startup error messages about? I"
Next document is "245) Why does the OpenWindows server hangs when I popup a menu with"