------- Comment #12 from mrs at apple dot com 2006-05-19 06:09 ------- Ok, finished a:
configure --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld --enable-shared --enable-threads=posix --enable-haifa --enable-checking=assert --prefix=/usr/gcc-4.2 --with-local-prefix=/usr/local --enable-languages=c,c++,java,objc style build, and it gets through to building cc1 in stage3 and then dies with: /home/mstump/gcc-linux/./prev-gcc/collect2 --eh-frame-hdr -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -o cc1 /usr/lib/crt1.o /usr/lib/crti.o /home/mstump/gcc-linux/./prev-gcc/crtbegin.o -L/home/mstump/gcc-linux/./prev-gcc c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o cc1-checksum.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /home/mstump/gcc-linux/./prev-gcc/crtend.o /usr/lib/crtn.o collect2: ld returned 1 exit status $ echo $? 1 which I can't explain. I think this might be a code gen bug that is unrelated to my change. A binary search on version numbers might help track it down. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27673