This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
DJGPP bootstrap failure: frame.h not found
- To: gcc-bugs at gcc dot gnu dot org
- Subject: DJGPP bootstrap failure: frame.h not found
- From: "Mark E." <snowball3 at bigfoot dot com>
- Date: Wed, 28 Mar 2001 17:20:22 -0500
Hi folks,
Bootstrap with *-pc-msdosdjgpp fails because "frame.h" wasn't found. From the
Changelog, it seems that frame.h has been removed, but a reference to it
remains.
d:/cvs/gcc/build/gcc/xgcc -Bd:/cvs/gcc/build/gcc/ -B/dev/env/DJDIR/i586-pc-
msdosdjgpp/bin/ -B/dev/env/DJDIR/i586-pc-msdosdjgpp/lib/ -isystem
/dev/env/DJDIR/i586-pc-msdosdjgpp/include -O2 -DIN_GCC -W -Wall -Wwrite-
strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -
DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I/cvs/gcc/gcc -I/cvs/gcc/gcc/.
-I/cvs/gcc/gcc/config -I/cvs/gcc/gcc/../include -DL__main -c
/cvs/gcc/gcc/libgcc2.c -o libgcc/./__main.o
/cvs/gcc/gcc/libgcc2.c:2955:19: frame.h: No such file or directory (ENOENT)
make.exe[2]: *** [libgcc/./__main.o] Error 1
make.exe[2]: Leaving directory `d:/cvs/gcc/build/gcc'
make.exe[1]: *** [libgcc.a] Error 2
make.exe[1]: Leaving directory `d:/cvs/gcc/build/gcc'
make.exe: *** [all-gcc] Error 2