This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Solaris redux
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: Solaris redux
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Fri, 30 Mar 2001 16:00:48 -0500 (EST)
- cc: java at gcc dot gnu dot org
> > JS> Yep. With the former you must be careful that the GNU tools are
> > JS> first in your PATH.
> >
> > They were, but it still took the /usr/ccs stuff.
>
> It's done that way on purpose. I think this is in the GCC FAQ somewhere,
> but the faq-o-matic gets so cluttered up with random users treating it as
> a help desk that the real questions get buried. Anyhow, look over
Thanks for the link. I had installed binutils in $(prefix)/bin, put
that first in my PATH, and naively assumed gcc/configure chose them
because of PATH.
I also did not know that libstdc++-v3 requires GNU binutils (it seemed to
work otherwise for me).
Still, none of this explains why my GNU ld is failing :(
Jeff