From owner-freebsd-java Mon Oct 23 16:44: 1 2000 Delivered-To: freebsd-java@freebsd.org Received: from ares.trc.adelaide.edu.au (ares.trc.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id 73ABD37B479 for ; Mon, 23 Oct 2000 16:43:57 -0700 (PDT) Received: (from glewis@localhost) by ares.trc.adelaide.edu.au (8.9.3/8.9.3) id JAA25358; Tue, 24 Oct 2000 09:13:46 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <200010232343.JAA25358@ares.trc.adelaide.edu.au> Subject: Re: Problem with appletviewer in jdk1.2.2b10 In-Reply-To: <20001023003332.A556@unknown.whichever.org> from Alexander Litvin at "Oct 23, 2000 00:33:32 am" To: Alexander Litvin Date: Tue, 24 Oct 2000 09:13:46 +0930 (CST) Cc: freebsd-java@freebsd.org X-Mailer: ELM [version 2.4ME+ PL70 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Alexander Litvin 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! - Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message