[Bug bootstrap/12715] New: MinGW Bootstrap Failure: 3.4 20031015

stl at caltech dot edu gcc-bugzilla@gcc.gnu.org
Tue Oct 21 21:51:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: MinGW Bootstrap Failure: 3.4 20031015
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: stl at caltech dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-mingw32
  GCC host triplet: i686-pc-mingw32
GCC target triplet: i686-pc-mingw32

In /c/temp/gcc/build, I ran:

/c/temp/gcc/src/configure --prefix=/c/temp/gcc/dest --enable-languages=c,c++ --
enable-sjlj-exceptions --enable-threads=win32 --disable-win32-registry --
disable-shared --without-newlib --disable-nls --disable-debug

This worked.  Then I ran:

make "CFLAGS=-O2" "LDFLAGS=-s -Wl,--stack=0x00800000" profiledbootstrap

This eventually said:

make[2]: Entering directory `/c/temp/gcc/build/gcc'
echo '/*WARNING: This file is automatically generated!*/' >tmp-c-parse.y
sed -e "/^@@ifobjc.*/,/^@@end_ifobjc.*/d" \
  -e "/^@@ifc.*/d" -e "/^@@end_ifc.*/d" \
  /c/temp/gcc/src/gcc/c-parse.in >>tmp-c-parse.y
/bin/sh /c/temp/gcc/src/gcc/move-if-change tmp-c-parse.y /c/temp/gcc/src/gcc/c-
p                                arse.y
cd /c/temp/gcc/src/gcc && \
if /bin/sh /c/temp/gcc/src/gcc/../missing bison  -o c-p$$.c c-parse.y; then \
  test -f c-p$$.output && mv -f c-p$$.output c-parse.output ; \
  mv -f c-p$$.c c-parse.c ; \
else \
  rm -f c-p$$.* ; \
  false ; \
fi
WARNING: `bison' is missing on your system.  You should only need it if
         you modified a `.y' file.  You may need the `Bison' package
         in order for those modifications to take effect.  You can get
         `Bison' from any GNU archive site.
mv: cannot stat `c-p1360.c': No such file or directory
make[2]: *** [/c/temp/gcc/src/gcc/c-parse.c] 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: *** [profiledbootstrap] Error 2



More information about the Gcc-bugs mailing list