On Mon, 6 May 2002, mckelvey wrote: > setenv CC gcc ; /mnt/home3/utilities/gcc/configure > --prefix=/mnt/home3/utilities --verbose --enable-languages=c++
Thanks. Do you by any chance have GNU binutils installed in this prefix? If so, can you run the configure again and add: --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld If that fixes it, you've encountered a known problem (documented in /install/specific.html IIRC). If not, we'll have to investigate. JEff