This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: link problems under darwin5.2
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Andreas Tobler <toa at pop dot agri dot ch>, GCC-Java <java at gcc dot gnu dot org>
- Date: 10 Jan 2002 13:00:20 -0700
- Subject: Re: link problems under darwin5.2
- References: <Pine.LNX.4.10.10201071015050.21411-100000@mars.deadcafe.org>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> # The archiver.
Jeff> AR="ar"
Jeff> AR_FLAGS="cru"
Jeff> This seems wrong since we never want to replace archive members.
Jeff> Perhaps AR_FLAGS="qu" would be a better choice. (You could
Jeff> experiment with that on your darwin build by altering your
Jeff> libtool script, removing libgcj.la and rebuilding.)
I ran into this building on PPC Linux yesterday.
I hacked the libtool script to set ARFLAGS=u and rebuild the .a/.la
files. Unfortunately, that didn't work :-(.
Tom