I would bug this but bugz says to report things under “bootstrap” only if they
are long lived failures, and I don’t know if this is.
Just tried to build on my Mac OS 10.10 system, plain native build. It fails in
libgcc2 due to stdio.h not found. A cross-build from the same source tree
(pdp11 target) works fine, though.
Here is the config, and the failure:
$ head config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ ../gcc/configure --prefix=/usr/local/gcc5
--enable-languages=c,c++,objc,fortran --with-gmp=/usr/local
--with-mpfr=/usr/local --with-mpc=/usr/local --with-isl=/usr/local
--disable-bootstrap
make[4]: Entering directory
`/Users/pkoning/Documents/svn/buildgcc/x86_64-apple-darwin14.0.0/i386/libgcc'
# If this is the top-level multilib, build all the other
# multilibs.
/bin/sh ../../../../gcc/libgcc/../mkinstalldirs ../../.././gcc/i386
for file in libgcc_s.1.dylib libgcc_ext.10.4.dylib libgcc_ext.10.5.dylib; do
\
rm -f ../../.././gcc/i386/$file; \
ln -s ../$file ../../.././gcc/i386/; \
done
rm -f ../../.././gcc/i386/libgcc_s_x86_64.1.dylib
ln -s libgcc_s.1.dylib \
../../.././gcc/i386/libgcc_s_x86_64.1.dylib
rm -f ../../.././gcc/i386/libgcc_s_ppc64.1.dylib
ln -s libgcc_s.1.dylib \
../../.././gcc/i386/libgcc_s_ppc64.1.dylib
/Users/pkoning/Documents/svn/buildgcc/./gcc/xgcc
-B/Users/pkoning/Documents/svn/buildgcc/./gcc/
-B/usr/local/gcc5/x86_64-apple-darwin14.0.0/bin/
-B/usr/local/gcc5/x86_64-apple-darwin14.0.0/lib/ -isystem
/usr/local/gcc5/x86_64-apple-darwin14.0.0/include -isystem
/usr/local/gcc5/x86_64-apple-darwin14.0.0/sys-include -g -O2 -m32 -O2 -g
-O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem
./include -pipe -fno-common -g -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector -pipe -fno-common -I. -I. -I../../.././gcc
-I../../../../gcc/libgcc -I../../../../gcc/libgcc/.
-I../../../../gcc/libgcc/../gcc -I../../../../gcc/libgcc/../include
-DHAVE_CC_TLS -DUSE_EMUTLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep
-DL_muldi3 -c ../../../../gcc/libgcc/libgcc2.c -fvisibility=hidden
-DHIDE_EXPORTS
In file included from ../../../../gcc/libgcc/libgcc2.c:27:0:
../../../../gcc/libgcc/../gcc/tsystem.h:87:19: fatal error: stdio.h: No such
file or directory
compilation terminated.
make[4]: *** [_muldi3.o] Error 1
make[4]: Leaving directory
`/Users/pkoning/Documents/svn/buildgcc/x86_64-apple-darwin14.0.0/i386/libgcc’
paul