This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
bootstrap4 with 2.95.3
- From: prj at po dot cwru dot edu (Paul Jarc)
- To: gcc-help at gnu dot org
- Date: Mon, 12 Aug 2002 16:43:01 -0400
- Subject: bootstrap4 with 2.95.3
- Organization: What did you have in mind? A short, blunt, human pyramid?
I'm trying to build gcc 2.95.3 on a GNU/Linux machine. (I had no
problem building and installing 3.1.1, but I keep 2.95.3 around for
certain things like the kernel and ncurses.) When I use "make
bootstrap", I get some differences in 3 object files. So started over
with fresh sources and an empty build directory and tried "make
bootstrap4". This gives me:
[...]
Bootstrapping the compiler
make[1]: Entering directory `/fs/home/mount/home/prj/src/sptools/gcc-2.95.3-1-build/gcc'
make CC="stage3/xgcc -Bstage3/ -B/package/host/localhost/gcc-2.95.3-1/i686-pc-linux-gnu/bin/" CFLAGS=" -g -O2 -Wl,--dynamic-linker,/package/host/localhost/gcc-2.95.3-1/conf/libc/lib/ld-linux.so.2 -Wl,-R,/package/host/localhost/gcc-2.95.3-1/conf/libc/lib -pipe" LDFLAGS="" libdir=/package/host/localhost/gcc-2.95.3-1/lib STAGE_PREFIX=stage3/ LANGUAGES="c proto gcov CHILL c++ f77 java objc"
make[2]: Entering directory `/fs/home/mount/home/prj/src/sptools/gcc-2.95.3-1-build/gcc'
(cd intl && make all)
make[3]: Entering directory `/fs/home/mount/home/prj/src/sptools/gcc-2.95.3-1-build/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/fs/home/mount/home/prj/src/sptools/gcc-2.95.3-1-build/gcc/intl'
stage3/xgcc -Bstage3/ -B/package/host/localhost/gcc-2.95.3-1/i686-pc-linux-gnu/bin/ -c -DIN_GCC -g -O2 -Wl,--dynamic-linker,/package/host/localhost/gcc-2.95.3-1/conf/libc/lib/ld-linux.so.2 -Wl,-R,/package/host/localhost/gcc-2.95.3-1/conf/libc/lib -pipe -DHAVE_CONFIG_H -I/nil -I. -I../../gcc-2.95.3-1/gcc -I../../gcc-2.95.3-1/gcc/config -I../../gcc-2.95.3-1/gcc/../include \
../../gcc-2.95.3-1/gcc/gencheck.c
make[2]: stage3/xgcc: Command not found
How do I build the first stages without doing a comparison, so that
bootstrap4 will work?
paul