[LWN Logo]

Date: Fri, 12 Mar 1999 09:44:10 +0100
To: java-linux@java.blackdown.org
From: Gerrit Cap <Gerrit.Cap@ping.be>
Subject: HOWTO: jdk1.2pre1 on Slackware or SOLVED: missing

If you want to run jdk1.2pre1 on Slackware it is not enough to run this
command:

g++ -shared -o /usr/lib/libstdc++-libc6.0-1.so.2 -lm

If you do that you stiil get an unresolved __getfpucw in libm.
Instead run:

g++ -shared -o /usr/lib/libstdc++-libc6.0-1.so.2 -lm -lc

That should do the trick.

For the font problems: look on the website of www.blackdown.org:
Copy the 2 ghostscript fontfiles in the jre/lib/fonts directory and add
these 2 font files in the fonts.dir

Then JDK1.2 runs perfectly on Slackware 3.6!

Regards

Gerrit.
-------------------- Marble Consulting ----------------------
Gerrit Cap                      http://www.ping.be/marble
OO Solutions Engineer           mailto:Gerrit.Cap@ping.be
Marble Consulting                      
Blauwe Gaanweg, 53              tel : +32 75 72.94.36
B-9150 Kruibeke-Bazel           fax : +32 3 744.19.17          
Belgium                


----------------------------------------------------------------------
To UNSUBSCRIBE, email to java-linux-request@java.blackdown.org
with a subject of "unsubscribe". Trouble? Contact listadm@java.blackdown.org