This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/28324] boostrapping with gcc fails with unrecognized linker option
- From: "multix at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jul 2006 18:50:49 -0000
- Subject: [Bug bootstrap/28324] boostrapping with gcc fails with unrecognized linker option
- References: <bug-28324-11876@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from multix at gmail dot com 2006-07-17 18:50 -------
I removed binutils from /usr/local and created a directory where I will install
my own packages.
Thus the binutils are now in /usr/multiware (/bin)
I configured with
../gcc-4.1.1/configure --with-gnu-as --with-as=/usr/multiware/bin/as
--disable-wchar_t --enable-languages=c,c++,objc
so to double-assert the assembler type and location
I then get this error:
e true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1
./libgcc_s.so
./collect-ld[2]: /usr/local/mips-sgi-irix6.5/bin/ld: not found
collect2: ld returned 127 exit status
why is gcc still looking in /usr/local for a linker? it does NOT exist there at
all.
system ld is:
% which ld
/usr/bin/ld
--
multix at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28324