This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-3.0.2: i686: builds; i586: fails
- To: gcc at gcc dot gnu dot org
- Subject: Re: gcc-3.0.2: i686: builds; i586: fails
- From: pete at ltoi dot iap dot physik dot tu-darmstadt dot de
- Date: Sun, 28 Oct 2001 17:20:36 +0200 (MEST)
Hi,
gcc-3.0.2 will also not build on a (unmodified) SuSE-6.1,
glibc-2.0.7, binutils 2.9.1 (with BFD 2.9.1.0.22) system.
The build stops with the following error message:
./xgcc -B./ -B/opt/gcc3.0.2/i686-pc-linux-gnu/bin/ -isystem
/opt/gcc3.0.2/i686-p
c-linux-gnu/include -O2 -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototyp
es -Wmissing-prototypes -isystem ./include -fPIC -g1 -DIN_LIBGCC2
-D__GCC_FLOA
T_NOT_NEEDED -I. -I. -I../../gcc-3.0.2/gcc -I../../gcc-3.0.2/gcc/.
-I../../gcc-
3.0.2/gcc/config -I../../gcc-3.0.2/gcc/../include -DL_muldi3 -c
../../gcc-3.0.2
/gcc/libgcc2.c -o libgcc/./_muldi3.o
In file included from tm.h:7,
from ../../gcc-3.0.2/gcc/config/i386/xm-i386.h:39,
from tconfig.h:3,
from ../../gcc-3.0.2/gcc/libgcc2.c:36:
../../gcc-3.0.2/gcc/config/i386/linux.h:237:26: sys/ucontext.h: No such file
or
directory
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[3]: Leaving directory `/opt/home/pete/gcc295.2/build/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/opt/home/pete/gcc295.2/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/opt/home/pete/gcc295.2/build/gcc'
make: *** [bootstrap] Error 2
At least at http://www.gnu.org/software/gcc/gcc-3.0/ i can't find any
note about software requirements for a successfull build of the gcc-3.0
series .(?).
Cheers,
Peter Schorsch