This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: a more basic problem
- To: Fred Gray <fegray at uiuc dot edu>
- Subject: Re: a more basic problem
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Sun, 21 May 2000 13:09:15 +1200
- CC: java-discuss at sourceware dot cygnus dot com
- References: <200005210007.TAA06434@one.npl.uiuc.edu>
Fred Gray wrote:
> Many thanks to those of you who pointed out that my exception handling testcase
> seems to work in the latest CVS version of gcj.
>
> I am trying to take your advice: I downloaded the latest gcc and the latest
> libgcj and built them. The compiler seems to work, but when I run any
> executable made with it, I get an error message like this one:
>
> gij: error in loading shared libraries: /usr/local/gcj/lib/libgcjawt.so.1: undefined symbol: __dso_handle
I've heard of this problem before (its PR 201), but havn't seen it myself. It seems to be related so
something that changed in the compiler recently.
What platform are you running on? Perhaps upgrading to a newwer binutils would help?
regards
[ bryce ]