Subject: JDK 1.2?
To: None <port-i386@netbsd.org>
From: Jan Sparud <sparud@crt.se>
List: port-i386
Date: 02/09/2000 20:42:34
I'm trying to get JDK 1.2 running under NetBSD-current (i386). Have
anyone succeeded in doing that? I would prefer a NetBSD native version
of course, but a Linux version is also interesting. I'm really just
interested in a runtime system, so I guess a function JRE is enough.

I have tried the latest Linux version on Blackdown (jdk1.2.2 RC4) and
are using the latest suse_linux libraries from pkgsrc, but get the
following error when running java:

zingo.crt.se(276)jdk1.2.2/bin/java
jdk1.2.2/bin/../bin/i386/native_threads/java: error in loading shared libraries
jdk1.2.2/bin/../jre/lib/i386/classic/libjvm.so: undefined symbol: __libc_current_sigrtmax

zingo.crt.se(277)nm -B jdk1.2.2/jre/lib/i386/classic/libjvm.so | grep current_sig
         U __libc_current_sigrtmax@@GLIBC_2.1
         U __libc_current_sigrtmin@@GLIBC_2.1

zingo.crt.se(278)nm -B /emul/linux/lib/libc.so.6 | grep current_sig
(no output)

Is suse_libc not glibc?

/Jan Sparud