This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: jni support for darwin
- 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:15:27 -0700
- Subject: Re: PATCH: jni support for darwin
- References: <3E6CDB51.5000106@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa at pop dot agri dot ch> writes:
Andreas> The second part modifies posix.h, it changes the suffix for
Andreas> shared libraries under darwin to dylib.
But not the prefix, so a library is named `libfoo.dylib'?
Weird.
Andreas> Tested on 3.4 and 3.3. Ok to commit?
Yes, thanks.
Andreas> 2003-03-10 Andreas Tobler <a dot tobler at schweiz dot ch>
Andreas> * libltdl/ltdl.c: Omit underscore under darwin.
It's fine for us to have a divergence like this, but we'd really
prefer it to end up in the main libltdl. If you haven't already
submitted this to the libtool developers, could you?
Tom