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: solaris 2.7 binutils problem


On Sep 24, 2001, "Nils Lohner" <lohner@debian.org> wrote:

> I definitely agree.  Could the utilities in the path be checked first (I
> have the path with the GNU utils before the solaris ones), esp. since
> that's what I specify with --prefix=/sup for installation.

They are, and that's exactly the problem.  configure searches the PATH
and configures for GNU as and GNU ld, but gcc and collect2 search
/usr/ccs/bin before the PATH, so they end up finding the Solaris
tools.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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