I have run into a build problem with tonights gcc trunk on MacOS X which
didn't exist in yesterdays
svn pull. The gcc trunk build on MacOS X 10.4.6 crashes with...
checking how to run the C++ preprocessor...
/sw/src/fink.build/gcc4-4.1.999-20060623/darwin_objdir/./gcc/xgcc
-shared-libgcc -B/sw/src/fink.build/gcc4-4.1.999-20060623/darwin_objdir/./gcc
-nostdinc++
-L/sw/src/fink.build/gcc4-4.1.999-20060623/darwin_objdir/powerpc-apple-darwin8/libstdc++-v3/src
-L/sw/src/fink.build/gcc4-4.1.999-20060623/darwin_objdir/powerpc-apple-darwin8/libstdc++-v3/src/.libs
-B/sw/lib/gcc4/powerpc-apple-darwin8/bin/
-B/sw/lib/gcc4/powerpc-apple-darwin8/lib/ -isystem
/sw/lib/gcc4/powerpc-apple-darwin8/include -isystem
/sw/lib/gcc4/powerpc-apple-darwin8/sys-include -E
loading cache ./config.cache within ltconfig
checking host system type... powerpc-apple-darwin8
checking build system type... powerpc-apple-darwin8
checking for objdir... .libs
checking for /sw/src/fink.build/gcc4-4.1.999-20060623/darwin_objdir/./gcc/xgcc
option to produce PIC... -fno-common -DPIC
checking if /sw/src/fink.build/gcc4-4.1.999-20060623/darwin_objdir/./gcc/xgcc
PIC flag -fno-common -DPIC works... yes
checking if /sw/src/fink.build/gcc4-4.1.999-20060623/darwin_objdir/./gcc/xgcc
static flag -static works... no
finding the maximum length of command line arguments... (cached) 196608
checking if /sw/src/fink.build/gcc4-4.1.999-20060623/darwin_objdir/./gcc/xgcc
supports -c -o file.o... (cached) yes
checking if /sw/src/fink.build/gcc4-4.1.999-20060623/darwin_objdir/./gcc/xgcc
supports -fno-rtti -fno-exceptions ... yes
checking whether the linker
(/sw/src/fink.build/gcc4-4.1.999-20060623/darwin_objdir/./gcc/collect-ld)
supports shared libraries...
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin8 dyld
checking command to parse
/sw/src/fink.build/gcc4-4.1.999-20060623/darwin_objdir/./gcc/nm output... failed
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
appending configuration tag "CXX" to libtool
checking for exception model to use... configure: error: unable to detect
exception model
make[1]: *** [configure-target-libstdc++-v3] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.2.jzc1x4 failed, exit code 2
Failed: phase compiling: gcc4-4.1.999-20060623 failed
Any idea where this is coming from?
Jack