Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2000 09:27:03 +0700 (NSS)
From:      Max Khon <fjoe@iclub.nsu.ru>
To:        Greg Lewis <glewis@trc.adelaide.edu.au>
Cc:        Alexander Litvin <archer@whichever.org>, freebsd-java@FreeBSD.ORG
Subject:   Re: Problem with appletviewer in jdk1.2.2b10
Message-ID:  <Pine.BSF.4.21.0010240921450.65531-100000@iclub.nsu.ru>
In-Reply-To: <200010232343.JAA25358@ares.trc.adelaide.edu.au>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010240921450.65531-100000>