Are there problems making shared libraries on a Sun?
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. —————————————————————————– Subject: 243) Why does the OpenWindows server hangs when I popup a menu with Button 3? [Last modified: August 92] Answer: This is an OpenWindows problem, but if you have Motif source you can fix your own applications. From Steve Sistare of Thinking Machines Corp.: “Change the 2 calls to XtGrabButton in RowColumn.c such that ButtonReleaseMask | ButtonPressMask is passed for the