This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Playing with latest [lib]gcj


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 ]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]