This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Playing with latest [lib]gcj
- To: java-discuss at sourceware dot cygnus dot com
- Subject: Re: Playing with latest [lib]gcj
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Tue, 06 Jun 2000 13:49:30 +1200
- References: <20000603222311.A2047@klomp.org>
Mark Wielaard wrote:
> Simple (and not to simple) programs seem to work. But only when I give the
> --static option. If I don't do this (but do set the LD_LIBRARY_PATH to the
> directory that libgcj lives in) I get the following error:
> ./a.out: error in loading shared libraries: /usr/local/gcc/lib/libzgcj.so.0:
> undefined symbol: __dso_handle
This one is a linker bug (and is not specific to gcj).
See this link for suggested fixes/workarounds:
http://gcc.gnu.org/ml/gcc/2000-05/msg00239.html
regards
[ bryce ]