This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
dylibs for libtools and friends?
- From: "Andreas Tobler" <toa at pop dot agri dot ch>
- To: java at gcc dot gnu dot org
- Date: Wed, 26 Feb 2003 08:27:44 +0100
- Subject: dylibs for libtools and friends?
Hi,
how do I make dylibs (darwin shared libraries) known to libtools and friends
in libgcj/libltdl?
Right now I have to hand code the dylib extension to LTDL_SHLIB_EXT. Then
I can play with jni stuff.
I tried to adapt the 'necessary' sequences from a more recent libtool/acinclude.m4.
But I really don't get so far.
Also I wonder how many dependencies we have from toplevel libtool files?
Are there any plans to update libtool files in libgcj to match the latest
dylib checks?
Any pointers (also where I should read) are apreciated.
Thanks,
Andreas