[XFree86] Solaris 2.5.1 XInternAtom

2003-08-18 Thread Vadim Bondarev
Good day.
I've a trouble with compiling a some programm for Qt 3.x under Sun Solaris 2.5.1: 
after compiling linker wrote that XInternAtom isn't resolved reference...
When I copied libX11.so from Solaris 8 - linked created binary, but I can't run it, 
because this XInternAtom isn't present in another library, where ls looking for it.
How can I resolve this trouble, w/o coping .so file to Solaris 2.5?..
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re[2]: [XFree86] Solaris 2.5.1 XInternAtom

2003-08-18 Thread Vadim Bondarev
 Solaris 2.5.1 is a very old release - it only had X11R5, while
 almost everything these days assumes X11R6 or newer.  If you must
 run under Solaris 2.5.1, your best bet is compiling a complete
 set of X11 libraries and installing them in /usr/X11R6 - then using
 those only for apps that require them and leaving the /usr/openwin
 libraries for the apps already present in Solaris.
 
 -- 
Alan, thanks for your answer, but your solution disagree for my situation: I must use 
Solaris 2.5.1 and pre-installed XWin and nothing more.

I've downloaded Qt 1.x and see that it's use XInternAtom too.

So, may be libX11.so incomplete?..

Vadim.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86