This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Telling gcc about the binutils
- To: Markus Klink <markus at sfb504 dot uni-mannheim dot de>
- Subject: Re: Telling gcc about the binutils
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 01 Jul 1998 21:32:24 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <Pine.LNX.3.96.980701095106.7760A-100000@mailhost.sfb504.uni-mannheim.de>you write:
> after I have installed egcs 1.03a on a Sparc Solaris, I discovered that my
> installation was quite buggy. After this, I installed the binutils 2.9 but
> unfortunately gcc still uses the old utils it finds somewhere else.
> I changed my PATH in a way that egcs and the binutils are to be found
> first. But it did not help.
> After some grieving, I decided to do a complete reinstall (deleting
> objdir, new configure etc.), but gcc still uses the old binaries.
Use "gcc --print-search-dirs" to get a list of its internal search
paths. Those are checked before consulting the user's path environment
variables.
Odds are there's old binutils in one of the internal search directories.
jeff