- To: SLUG Mailing List <slug@xxxxxxxxxxx>
- Subject: [SLUG] compiling gcc 3.01 on RH 7.1
- From: Bevan Broun <brounb@xxxxxxxxxxxxxxx>
- Date: Mon Sep 17 09:36:02 2001
- Reply-to: brounb@xxxxxxxxxxxxxxx
- User-agent: Mutt/1.2.5i
Did anyone else have trouble with "make bootstrap" on RH 7.1? Mine died
with:
sed -e
'/^#/s/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*\)/_GLIBCPP_\1/g'
\
-e 's,^#include "\(.*\)",#include <bits/\1>,g' \
< /usr/src/gcc-3.0.1/i686-pc-linux-gnu/libstdc++-v3/../gcc/gthr.h >
i686-pc-linux-gnu/bits/gthr.h
/bin/sh: /usr/src/gcc-3.0.1/i686-pc-linux-gnu/libstdc++-v3/../gcc/gthr.h:
No such file or directory
make[4]: *** [i686-pc-linux-gnu/bits/gthr.h] Error 1
make[4]: Leaving directory
`/usr/src/gcc-3.0.1/i686-pc-linux-gnu/libstdc++-v3/include'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/usr/src/gcc-3.0.1/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory
`/usr/src/gcc-3.0.1/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/usr/src/gcc-3.0.1'
make: *** [bootstrap] Error 2
Im sure I could get it to compile, needs an extra "../", but I expected
3.02 to get released cause everyone was going to have trouble. It seems
it's just me.
BB