[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gomp-discuss] Bootstrap of the gomp branch?
From: |
Biagio Lucini |
Subject: |
[Gomp-discuss] Bootstrap of the gomp branch? |
Date: |
Sun, 24 Oct 2004 16:56:53 +0200 |
User-agent: |
KMail/1.7.1 |
Has anyone tried to bootstrap the gomp branch so far?
I have tried several things, but it always exit at this point with this error:
cc -c -g -O2 -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:343: error: conflicting types for 'strsignal'
/usr/include/string.h:325: error: previous declaration of 'strsignal' was here
system.h:343: error: conflicting types for 'strsignal'
/usr/include/string.h:325: error: previous declaration of 'strsignal' was here
system.h:351: error: conflicting types for 'getrlimit'
/usr/include/sys/resource.h:52: error: previous declaration of 'getrlimit' was
here
system.h:351: error: conflicting types for 'getrlimit'
/usr/include/sys/resource.h:52: error: previous declaration of 'getrlimit' was
here
system.h:360: error: conflicting types for 'setrlimit'
/usr/include/sys/resource.h:72: error: previous declaration of 'setrlimit' was
here
system.h:360: error: conflicting types for 'setrlimit'
/usr/include/sys/resource.h:72: error: previous declaration of 'setrlimit' was
here
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[1]: *** [build/genmodes.o] Error 1
make[1]: Leaving directory `/tmp/gcc/gcc'
make: *** [all-gcc] Error 2
It looks like this is due to my default installation of gcc/linux: any
suggestion? I have kernel 2.6.7 and gcc configured this way:
gcc -v
Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/specs
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
Thread model: posix
gcc version 3.4.1 (Mandrakelinux 2004 3.4.1-0.3mdk)
Thanks,
Biagio
- [Gomp-discuss] Bootstrap of the gomp branch?,
Biagio Lucini <=