I tried to install gcc-3.4.6 as always in a MacBook Pro with Intel Core 2 Duo CPU. I configured with the command
/common/src/gcc-3.4.6/configure --prefix=/common/compilers/mac/gcc-3.4.6 --program-suffix=-3.4.6 --enable-languages=c,c++,f77 and the second time I added --disable-multilib. when I tried: make CFLAGS='-O' LIBCFLAGS='-g -O2' \ LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean the process stopped after a few minutes with the same message in both cases: ================================================== gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prot otypes -pedantic -Wno-long-long -Wno-error -DHAVE_CONFIG_H -I. -I. -I/Users /si/common/src/gcc-3.4.6/gcc -I/Users/si/common/src/gcc-3.4.6/gcc/. -I/Users/si/ common/src/gcc-3.4.6/gcc/../include -I../intl \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/Users/si/c ommon/compilers/mac/gcc-3.4.6//lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/Users/si/ common/compilers/mac/gcc-3.4.6//libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"3.4.6\ " -DDEFAULT_TARGET_MACHINE=\"i686-apple-darwin8.8.2\" -DSTANDARD_BINDIR_PREFIX=\ "/Users/si/common/compilers/mac/gcc-3.4.6//bin/\" -DTOOLDIR_BASE_PREFIX=\"../../ ../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_ SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MUL TILIB"` \ -c /Users/si/common/src/gcc-3.4.6/gcc/gcc.c -o gcc.o) /Users/si/common/src/gcc-3.4.6/gcc/gcc.c:716: warning: string length '2483' is g reater than the length '509' ISO C89 compilers are required to support /Users/si/common/src/gcc-3.4.6/gcc/gcc.c:723: warning: string length '636' is gr eater than the length '509' ISO C89 compilers are required to support /Users/si/common/src/gcc-3.4.6/gcc/gcc.c:906: warning: string length '529' is gr eater than the length '509' ISO C89 compilers are required to support /Users/si/common/src/gcc-3.4.6/gcc/gcc.c:924: warning: string length '608' is gr eater than the length '509' ISO C89 compilers are required to support /Users/si/common/src/gcc-3.4.6/gcc/gcc.c:1095: error: parse error before ',' tok en /Users/si/common/src/gcc-3.4.6/gcc/gcc.c:1506: warning: string length '833' is grea ter than the length '509' ISO C89 compilers are required to support make[2]: *** [gcc.o] Error 1 make[1]: *** [stage1_build] Error 2 make: *** [bootstrap-lean] Error 2 ================================================== Is there any special configuration for Darwin? My system is: tetgen:~ me$ uname -a Darwin tetgen.local 8.8.2 Darwin Kernel Version 8.8.2: Thu Sep 28 20:43:26 PDT 2006; root:xnu-792.14.14.obj~1/RELEASE_I386 i386 i386 -- Summary: gcc-3.4.6 fails to compile on MAC OSX Darwin 8.8.2 Product: gcc Version: 3.4.6 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dkouroun at cc dot uoi dot gr http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30296