This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: shared libraries
Tom wrote:
> As I understand it, if you use libtool to build your shared library,
> and install the `.la' file, then libltdl can discover these
> dependencies even on systems where you can't link shared libraries
> this way.
Hmmm, I am using libtool to build everything.
Is there any way to rig things up so an UnsatisfiedLinkError is thrown instead
of a ClassNotFoundException? This would be very helpful.
AG