linux audio software using gcj&swt!

Andrew Haley aph@redhat.com
Thu Oct 23 12:29:00 GMT 2003


Norbert Frese writes:
 > 
 > > 
 > > Well, the question here is why libgcj is trying to load a library.
 > > There must be a reason, probably because some dependency in Display is
 > > trying to resolve something in a shared library.
 > > 
 > > Time to debug.
 > > 
 > > 
 > 
 > thanks - didn't know that loading shared libraries from a static binary is 
 > forbidden.

I think you can link statically against libgcj, but dynamically
against everything else.  That's probably the right way to solve your
problem.

Andrew.



More information about the Java mailing list