This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failure on darwin with --enable-build-with-cxx
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: gcc at gcc dot gnu dot org
- Date: Sun, 06 Jun 2010 17:58:33 +0200
- Subject: Bootstrap failure on darwin with --enable-build-with-cxx
On x86_64-apple-darwin10.3.0 bootstrapping with --enable-build-with-cxx
fails at stage 2 with:
...
/opt/gcc/build_w/./prev-gcc/g++ -B/opt/gcc/build_w/./prev-gcc/ -B/opt/gcc/gcc4.6w/x86_64-apple-darwin10.3.0/bin/ -nostdinc++ -I/opt/gcc/build_w/prev-x86_64-apple-darwin10.3.0/libstdc++-v3/include/x86_64-apple-darwin10.3.0 -I/opt/gcc/build_w/prev-x86_64-apple-darwin10.3.0/libstdc++-v3/include -I/opt/gcc/work/libstdc++-v3/libsupc++ -L/opt/gcc/build_w/prev-x86_64-apple-darwin10.3.0/libstdc++-v3/src/.libs -I../../work/libcpp -I. -I../../work/libcpp/../include -I../../work/libcpp/include -g -O2 -gtoggle -W -Wall -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -Werror -I../../work/libcpp -I. -I../../work/libcpp/../include -I../../work/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../work/libcpp/directives.c
In file included from ../../work/libcpp/directives.c:24:0:
../../work/libcpp/system.h:254:21: fatal error: libintl.h: No such file or direct
ry
compilation terminated.
make[3]: *** [charset.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [directives.o] Error 1
make[2]: *** [all-stage2-libcpp] Error 2
make[1]: *** [stage2-bubble] Error 2
make: *** [all] Error 2
The configure command was:
../work/configure --prefix=/opt/gcc/gcc4.6w --enable-languages=c,c++,fortran,objc,obj-c++,java,lto --with-gmp=/sw64 --with-libiconv-prefix=/sw64 --with-system-zlib --with-cloog=/sw64 --enable-lto --enable-build-with-cxx
and I have libintl.h in /sw64/include/
What did I miss?
TIA
Dominique