When building gcc trunk with -enable-build-with-cxx on x86_64-apple-darwin10, the bootstrap fails in stage2-bubble because of errors of the form...
/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/./prev-gcc/g++ -B/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/./prev-gcc/ -B/sw/lib/gcc4.6/x86_64-apple-darwin10.4.0/bin/ -nostdinc++ -I/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/prev-x86_64-apple-darwin10.4.0/libstdc++-v3/include/x86_64-apple-darwin10.4.0 -I/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/prev-x86_64-apple-darwin10.4.0/libstdc++-v3/include -I/sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20100707/libstdc++-v3/libsupc++ -L/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/prev-x86_64-apple-darwin10.4.0/libstdc++-v3/src/.libs -I../../gcc-4.6-20100707/libcpp -I. -I../../gcc-4.6-20100707/libcpp/../include -I../../gcc-4.6-20100707/libcpp/include -g -O2 -gtoggle -W -Wall -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -Werror -I../../gcc-4.6-20100707/libcpp -I. -I../../gcc-4.6-20100707/libcpp/../include -I../../gcc-4.6-20100707/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../gcc-4.6-20100707/libcpp/identifiers.c In file included from ../../gcc-4.6-20100707/libcpp/charset.c:22:0: ../../gcc-4.6-20100707/libcpp/system.h:254:21: fatal error: libintl.h: No such file or directory compilation terminated. In file included from ../../gcc-4.6-20100707/libcpp/directives-only.c:21:0: ../../gcc-4.6-20100707/libcpp/system.h:254:21: fatal error: libintl.h: No such file or directoryIn file included from ../../gcc-4.6-20100707/libcpp/directives.c:24:0: ../../gcc-4.6-20100707/libcpp/system.h:254:21: fatal error: libintl.h: No such file or directory compilation terminated. compilation terminated. In file included from ../../gcc-4.6-20100707/libcpp/errors.c:27:0: ../../gcc-4.6-20100707/libcpp/system.h:254:21: fatal error: libintl.h: No such file or directory compilation terminated. make[3]: *** [charset.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [directives.o] Error 1 make[3]: *** [directives-only.o] Error 1 make[3]: *** [errors.o] Error 1 -- Summary: bootstrap with --enable-build-with-cxx fails on darwin Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: howarth at nitro dot med dot uc dot edu GCC build triplet: x86_64-apple-darwin10 GCC host triplet: x86_64-apple-darwin10 GCC target triplet: x86_64-apple-darwin10 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44862