This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: dylibs for libtools and friends?
- From: Tom Tromey <tromey at redhat dot com>
- To: "Andreas Tobler" <toa at pop dot agri dot ch>
- Cc: java at gcc dot gnu dot org
- Date: 27 Feb 2003 21:15:46 -0700
- Subject: Re: dylibs for libtools and friends?
- References: <3E4318FE000025F3@mail02.agrinet.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa at pop dot agri dot ch> writes:
Andreas> how do I make dylibs (darwin shared libraries) known to
Andreas> libtools and friends in libgcj/libltdl?
I'm not so sure about libltdl. I haven't spent very much time looking
at it. One thing to do would be to check the upstream libtool to see
if the support is already there. If not, I suggest doing your port
there first.
In libgcj, the platform header defines the library prefix and suffix.
For Darwin you'd want to conditionally define this in include/posix.h.
Andreas> Also I wonder how many dependencies we have from toplevel
Andreas> libtool files?
I don't know what you mean.
Andreas> Are there any plans to update libtool files in libgcj to
Andreas> match the latest dylib checks?
Nobody is working on it. If you want to give it a try, that would be
great. I don't know of a reason not to do it.
Tom