This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: correct dylib suffix in libltdl
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 21 Mar 2003 13:21:59 -0700
- Subject: Re: correct dylib suffix in libltdl
- References: <3E6AE522.3060704@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa at pop dot agri dot ch> writes:
Andreas> this patch adds correct dylib detection for darwin. It is
Andreas> necessary to continue jni call support on darwin.
Looking on the trunk, it appears this code is already in
gcc/libtool.m4 and libjava/configure. At least, the hunk I checked
is. Do we still need this patch? (I haven't been following things
closely lately, sorry.)
Tom