Where are your X Window Libraries?
Everyone has them set a /usr/X11R6/lib
Set the library LD_LIBRARY_PATH=/usr/X11R6/lib:....
or set up `ldconfig' by editing your `/etc/ld.so.config'
file.
What distribution do you have Slackware or Red Hat ?
If RH5.0 use the glibc version ie libc 6.0 and above.
If have an older Slackware stick with libc 5.0 you may have to
recompile the XFree86 3.2.2 sources to include multithreaded support.
That means downloading first the `LinuxThreads' library, compiling and
installing in `/usr/lib' as `/usr/lib/libpthread.a' . Setting up the
Imakefile config `site.def' or `linux.cf' files to use -D_REENTRANT
-lpthread etc. I cant remember exactly what I did to get JDK1.1.6 to
work properly.
Pete
______________________________ Reply Separator _________________________________
Subject: _Xglobal_lock
Author: jettero ([EMAIL PROTECTED]) at lon-mime
Date: 27/10/98 06:26
I just installed jdk-1.1.6.5-2libc5.i386.rpm.
Whenever I run javac (or any other link to the .java.wrapper), I get this:
ls: not: No such file or directory
/usr/local/jdk1.1.6/bin/i586/green_threads/java: can't resolve symbol '_Xglobal_
lock'
/usr/local/jdk1.1.6/bin/i586/green_threads/java: can't resolve symbol '_XUnlockM
utex_fn'
/usr/local/jdk1.1.6/bin/i586/green_threads/java: can't resolve symbol '_XLockMut
ex_fn'
What is it?