This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/14344] [3.3.3 Regression] MinGW Bootstrap Failure


------- Additional Comments From stl at caltech dot edu  2004-02-29 22:03 -------
"True" MinGW 3.3.3 fails with:

if [ -f specs.ready ] ; then \
        true; \
else \
        echo timestamp > specs.ready; \
fi
(MAKE="make"; srcdir=`cd ../../src/gcc/fixinc && ${PWDCMD-pwd}` ; \
CC="gcc"; CFLAGS="   -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -
Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -
DGENERATOR_FILE"; LDFLAGS="-s -Wl,--stack=0x00800000"; \
WARN_CFLAGS="-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -Wtraditional -pedantic -Wno-long-long "; 
LIBERTY=`pwd`/"../libiberty/libiberty.a"; \
export MAKE srcdir CC CFLAGS LDFLAGS WARN_CFLAGS LIBERTY; \
cd ./fixinc && \
/bin/sh ${srcdir}/mkfixinc.sh i686-pc-mingw32 i686-pc-mingw32)
constructing ../fixinc.sh for i686-pc-mingw32 to run on i686-pc-mingw32
The directory that should contain system headers does not exist:
  /c/temp/gcc/dest/include
make[2]: *** [stmp-fixinc] Error 1
make[2]: Leaving directory `/c/temp/gcc/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/c/temp/gcc/build/gcc'
make: *** [bootstrap] Error 2

This is perhaps the most intelligable error message I've ever seen from a gcc 
bootstrap, and I think it's telling me to dump mingw-runtime and w32api in 
dest. I'll do so and run it again.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14344


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]