This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: solaris2 libjava 500 failures


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]