Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Are there problems making shared libraries on a Sun?

Libraries problems Shared Sun
0
Posted

Are there problems making shared libraries on a Sun?

0

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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123