From owner-freebsd-java Sun Apr 2 7:48:36 2000 Delivered-To: freebsd-java@freebsd.org Received: from mail.rdc1.nsw.optushome.com.au (ha1.rdc1.nsw.optushome.com.au [203.164.2.50]) by hub.freebsd.org (Postfix) with ESMTP id 2999937B6AB for ; Sun, 2 Apr 2000 07:48:32 -0700 (PDT) (envelope-from davidh@optushome.com.au) Received: from optushome.com.au ([203.164.12.226]) by mail.rdc1.nsw.optushome.com.au (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000402144829.BWGB6821.mail.rdc1.nsw.optushome.com.au@optushome.com.au> for ; Mon, 3 Apr 2000 00:48:29 +1000 Message-ID: <38E75DD8.D0AB5F7@optushome.com.au> Date: Mon, 03 Apr 2000 00:48:56 +1000 From: David Hobley X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: libfontmanager.so link error (runtime) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I compiled up the Java2 as patched with the -4 patchset. I also included the iomgr.c patch for FreeBSD 4 and everything built just swimmingly. When I try to run though, I get: % java mainclass Warning: JIT compiler "sunwjit" not found. Will use interpreter. Exception in thread "main" java.lang.UnsatisfiedLinkError: /scratch/jdk1.2.2/build/freebsd/lib/i386/libfontmanager.so: /scratch/jdk1.2.2/build/freebsd/lib/i386/libfontmanager.so: Undefined symbol "__pure_virtual" at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1319) Is this some problem with the compiler? -- Cheers, david To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message