------- Comment #10 from dje at gcc dot gnu dot org 2005-10-06 04:30 ------- You say: "I re-ran without -B", but the Make output clearly shows the command still present:
CC_FOR_BUILD=" stage1/xgcc -Bstage1/ -B/usr/local/ppc64/powerpc-ibm-aix5.2.0.0/bin/" The configuration process remembers the option. You need to completely delete the configure directory, reconfigure, and rebuild. With the extra -B present, you are not using the correct compiler for the stage2 bootstrap with stage1 compiler. It appears that your problems continue to be cockpit error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24119