This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: libtool question
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: libtool question
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 09 Oct 2000 11:27:37 -0600
- Cc: java-discuss at sources dot redhat dot com, java-patches at sources dot redhat dot com
- References: <87u2aqab1e.fsf@creche.cygnus.com> <or7l7m1awh.fsf@guarana.lsd.ic.unicamp.br> <87aeci9d7s.fsf@creche.cygnus.com> <or4s2pyjmf.fsf@guarana.lsd.ic.unicamp.br> <87bswxsudv.fsf@creche.cygnus.com> <orem1tx1yr.fsf@guarana.lsd.ic.unicamp.br> <orzokhvlxt.fsf@guarana.lsd.ic.unicamp.br>
- Reply-To: tromey at cygnus dot com
>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:
>> And this is the problem. This should be `/usr/bin/ld', like in the
>> CC and CXX configurations, but the fact that it couldn't be deduced
>> properly is probably related with the error message above.
Alexandre> Please see whether the following patch helps.
I went ahead and checked this in.
Tom