[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gomp-discuss] Bootstrap of the gomp branch?
From: |
Biagio Lucini |
Subject: |
Re: [Gomp-discuss] Bootstrap of the gomp branch? |
Date: |
Sun, 24 Oct 2004 20:36:15 +0200 |
User-agent: |
KMail/1.7.1 |
On Sunday 24 October 2004 19:41, Scott Robert Ladd wrote:
>
> Bootstrap worked late last week, but to be certain, I just did a cvs
> update and a clean make -j2 bootstrap; everything appears to have worked.
OK, so to be clear: I tried
make clean
make -j2 bootstrap
and I get the errors:
gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common
-DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I. -I./build -I./../include
-I./../libcpp/include \
-o build/genmodes.o genmodes.c
In file included from genmodes.c:23:
system.h:456: filenames.h: No such file or directory
make[2]: *** [build/genmodes.o] Error 1
make[2]: Leaving directory `/export/data1/lucini/gcc/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/export/data1/lucini/gcc/gcc'
make: *** [bootstrap] Error 2
on a Debian potato system (gcc-2.95)
and
In file included from genmodes.c:23:
system.h:456:23: filenames.h: No such file or directory
genmodes.c: In function `new_mode':
genmodes.c:158: warning: implicit declaration of function `XNEW'
genmodes.c:158: error: syntax error before "struct"
genmodes.c: In function `new_adjust':
genmodes.c:229: error: syntax error before "struct"
make[2]: *** [build/genmodes.o] Error 1
make[2]: Leaving directory `/tmp/gcc/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/tmp/gcc/gcc'
make: *** [bootstrap] Error 2
on a highly customised system where gcc -v gives
Configured with: ../configure --prefix=/usr --libdir=/usr/lib
--with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info
--enable-shared --enable-threads=posix --disable-checking --enable-long-long
--enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions
--enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu
--with-system-zlib
Thanks
Biagio