This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: solaris2 libjava 500 failures
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: solaris2 libjava 500 failures
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Thu, 3 May 2001 00:18:04 -0700 (PDT)
- cc: gcc-bugs at gcc dot gnu dot org, java at gcc dot gnu dot org
On 2 May 2001, Alexandre Oliva wrote:
> That's quite unlikely. When the compiler is GCC, ltconfig asks it
> which ld it's going to use with -print-prog-name=ld.
Fair enough. I tried again. Same result.
On closer inspection, ltconfig is seeing --with-gnu-ld from configure, so
it is only doing as it is told. (Next time I won't be so quick to blame
libtool, I promise!)
Oh, I see, in the toplevel Makefile for $(CONFIGURE_TARGET_MODULES):
LD="$(LD_FOR_TARGET)"; export LD; \
LD_FOR_TARGET is `ld' for native builds. Hmm... that's not what gcc uses.
So is this a bug, feature, or just plain caveat utilitor?
Jeff