------- 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++,objc
> /usr/multiware/mips-sgi-irix6.5/bin/ld > is the GNU linker, > the default IRIX ld is in /usr/bin/ld and the GNU assembler is not in the > default path. Except we search the prefix for ld/as first and then the normal directories so that is not a bug, use --with-gnu-ld then. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28324