Re: JDK 1.2 pre-v1: Missing shared library

1999-03-09 Thread Carsten Hoeger
On Tue, Mar 09, Mark Minas wrote: > thanks for your work on porting JDK 1.2 to Linux. I've downloaded JDK > 1.2 pre-v1 for i386 and have tried to run it on a Pentium PC with 2.0.36 > kernel (SuSE 6.0 distribution). Everything is running fine as long as no > X11 window has to be opened. In that ca

Re: JDK 1.2 pre-v1: Missing shared library

1999-03-09 Thread Kevin Ryan
RTFM The workaround was posted many messages ago -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: JDK 1.2 pre-v1: Missing shared library

1999-03-09 Thread Moses DeJong
Log in as root and run these two commands. % g++ -shared -o /usr/local/lib/libstdc++-libc6.0-1.so.2 -lm % ldconfig After doing that it worked on my RedHat 5.2 box. Mo DeJong dejong at cs.umn.edu On Tue, 9 Mar 1999, Mark Minas wrote: > Hi, > > thanks for your work on porting JDK 1.2 to Linux.

JDK 1.2 pre-v1: Missing shared library

1999-03-09 Thread Mark Minas
Hi, thanks for your work on porting JDK 1.2 to Linux. I've downloaded JDK 1.2 pre-v1 for i386 and have tried to run it on a Pentium PC with 2.0.36 kernel (SuSE 6.0 distribution). Everything is running fine as long as no X11 window has to be opened. In that case, a shared library libstdc++-libc6.0