[Bug bootstrap/28324] boostrapping with gcc fails with unrecognized linker option

2006-11-08 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-11-08 23:14 --- (In reply to comment #7) > If I configure with --prefix, as here: > > # ../gcc-4.1.1/configure --prefix=/usr/multiware --with-gnu-as > --with-as=/usr/multiware/bin/as --disable-wchar_t > --enable-languages=c,c++,

[Bug bootstrap/28324] boostrapping with gcc fails with unrecognized linker option

2006-11-08 Thread multix at gmail dot com
--- Comment #7 from multix at gmail dot com 2006-11-08 23:11 --- If I configure with --prefix, as here: # ../gcc-4.1.1/configure --prefix=/usr/multiware --with-gnu-as --with-as=/usr/multiware/bin/as --disable-wchar_t --enable-languages=c,c++,objc I get the following error during bui

[Bug bootstrap/28324] boostrapping with gcc fails with unrecognized linker option

2006-07-17 Thread multix at gmail dot com
--- 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/

[Bug bootstrap/28324] boostrapping with gcc fails with unrecognized linker option

2006-07-12 Thread ro at gcc dot gnu dot org
--- Comment #5 from ro at gcc dot gnu dot org 2006-07-12 17:48 --- No, not at all. On the contrary, I usually avoid GNU ld on non-Linux platforms. You just need to make sure that GNU ld isn't installed in /usr/local/mips-sgi-irix6.5/bin/ld where gcc looks for ld by default. Rainer

[Bug bootstrap/28324] boostrapping with gcc fails with unrecognized linker option

2006-07-12 Thread multix at gmail dot com
--- Comment #4 from multix at gmail dot com 2006-07-12 12:32 --- I already configured using --with-gnu-as but not with --with-gnu-ld. Possibly the two options need to be specified together, that is the gnu assembler needs the gnu linker? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug bootstrap/28324] boostrapping with gcc fails with unrecognized linker option

2006-07-11 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-07-11 20:39 --- Can you try adding --with-gnu-as when configuring? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug bootstrap/28324] boostrapping with gcc fails with unrecognized linker option

2006-07-11 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #2 from ro at techfak dot uni-bielefeld dot de 2006-07-11 18:50 --- Subject: Re: New: boostrapping with gcc fails with unrecognized linker option "multix at gmail dot com" <[EMAIL PROTECTED]> writes: > I boostrapped using gcc 3.3 from sgi, usning as configure option > ..

[Bug bootstrap/28324] boostrapping with gcc fails with unrecognized linker option

2006-07-10 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-10 07:20 --- How old of binutils do you have? Also -_SYSTYPE_SVR4 was added in 3.3 so you must be doing something wrong. Can you try adding --with-gnu-as when configuring? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28324