This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC 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: Tue, 1 May 2001 23:50:10 -0700 (PDT)
- cc: gcc-bugs at gcc dot gnu dot org, java at gcc dot gnu dot org
On 27 Apr 2001, Alexandre Oliva wrote:
>
> > Libtool is attempting to use -soname and -rpath with Solaris ld.
>
> Looks like it was somehow configured --with-gnu-ld?
No. I think I figured it out. There was a GNU ld available on my
PATH, and ltconfig found it before the native ld. So libtool may
behave differently than gcc, which searches for binutils only in hardcoded
paths.
Now I'm getting the "attempted multiple inclusion of file" warning, but I
did get a complete build.
Jeff