Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2000 09:13:46 +0930 (CST)
From:      Greg Lewis <glewis@trc.adelaide.edu.au>
To:        Alexander Litvin <archer@whichever.org>
Cc:        freebsd-java@freebsd.org
Subject:   Re: Problem with appletviewer in jdk1.2.2b10
Message-ID:  <200010232343.JAA25358@ares.trc.adelaide.edu.au>
In-Reply-To: <20001023003332.A556@unknown.whichever.org> from Alexander Litvin at "Oct 23, 2000 00:33:32 am"

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010232343.JAA25358>