This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: dependency_libs
- To: Jeff Sturm <jsturm at one-point dot com>
- Subject: Re: dependency_libs
- From: Tom Tromey <tromey at redhat dot com>
- Date: 05 Apr 2001 12:31:23 -0600
- Cc: java at gcc dot gnu dot org, Alexandre Oliva <aoliva at redhat dot com>
- References: <Pine.LNX.4.10.10104042223480.17554-100000@mars.deadcafe.org>
- Reply-To: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
>> I'm not yet sure what the fix is for Java. I haven't yet looked for
>> where the `-lc' in the link is coming from.
Jeff> I think it's the `need_lc=yes' setting in libtool.
I don't understand this. I see this setting, but it is overridden in
the GCJ tag settings to `no'. So why is it that this would not be
recognized? I guess that's what I have to debug :-(
Tom