From owner-freebsd-java Mon Oct 23 19:28:21 2000 Delivered-To: freebsd-java@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 49AF537B479 for ; Mon, 23 Oct 2000 19:28:09 -0700 (PDT) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) with ESMTP id JAA65927; Tue, 24 Oct 2000 09:27:03 +0700 (NSS) (envelope-from fjoe@iclub.nsu.ru) Date: Tue, 24 Oct 2000 09:27:03 +0700 (NSS) From: Max Khon To: Greg Lewis Cc: Alexander Litvin , freebsd-java@FreeBSD.ORG Subject: Re: Problem with appletviewer in jdk1.2.2b10 In-Reply-To: <200010232343.JAA25358@ares.trc.adelaide.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, there! On Tue, 24 Oct 2000, Greg Lewis wrote: > > Sorry for probably stupid question, but I really have no clue. > > I built jdk1.2.2b10 on my 5.0-CURRENT. Now, what I see if I just > > try to run appletviewer: > > > > archer@unknown:~>appletviewer > > Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/jdk1.2.2/j > > re/lib/i386/libfontmanager.so: /usr/local/jdk1.2.2/jre/lib/i386/libfontmanager.s > > o: Undefined symbol "__get_eh_context" > > It sounds like there is an extra dependency that 5.0-CURRENT has > introduced. You need to track down which library actually defines > __get_eh_context and add that to the libraries to link into libfontmanager > (and anything else which links with the library where this is undefined). > > nm is your friend. Let me know how you go! __get_eh_context is defined in libgcc and is related to -fsjlj-exceptions exception handling mechanism /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message