uname -mrs
Darwin 8.11.0 Power Macintosh
../gcc-4-5-regtest/configure --prefix=/Volumes/ScratchCS/gcc-4-5-
install --target=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --
build=powerpc-apple-darwin8 --enable-languages=c,objc,c++,obj-c+
+,fortran --enable-version-specific-runtime-libs --enable-threads --
enable-checking=yes --program-suffix=-4.5.0 --with-dwarf2 --with-
libiconv-prefix=/usr --with-system-zlib
make bootstrap >build-log.txt 2>err-log.txt &
fails:
configure: WARNING: decimal float is not supported for this target
configure: WARNING: fixed-point is not supported for this target
configure: error: in `/Volumes/ScratchCS/gcc-4-5-regbuild/gcc':
Links are now set up to build a native compiler for powerpc-apple-
darwin8.
In file included from ../../gcc-4-5-regtest/libiberty/regex.c:638:0:
../../gcc-4-5-regtest/libiberty/regex.c: In function
'byte_re_match_2_internal':
../../gcc-4-5-regtest/libiberty/regex.c:7476:5: warning: jump skips
variable initialization
../../gcc-4-5-regtest/libiberty/regex.c:5952:12: note: label
'restore_best_regs' defined here
../../gcc-4-5-regtest/libiberty/regex.c:5913:16: note: 'same_str_p'
declared here
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
make[2]: *** [configure-stage2-gmp] Error 1
make[1]: *** [stage2-bubble] Error 2
make: *** [bootstrap] Error 2
cheers,
Iain