------- Comment #1 from ebotcazou at gcc dot gnu dot org 2006-10-11 10:53 ------- This
> ../configure --with-mpfr=/logiciels/public/gmp-4.1.4/lib --enable-shared > --with-gnu-as=/logiciels/public/binutils-2.9/bin/as > --with-gnu-ld=/logiciels/public/binutils-2.9/bin/ld and that > I thought it was a pb of as and ld so I compiled binutils2.16 > but I've got the same pb (before I've used sun as -and gnu ld) seems to be contradictory. Your syntax is incorrect: --with-gnu-as and --with-gnu-ld take no argument. Configure like your 3.2.1 compiler was configured and that will work. -- ebotcazou at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at gcc dot gnu dot | |org Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29430