This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

make gcc 3.3.1 fails


Hi!

I get from "make bootstrap" the following error:

...
make[3]: Entering directory `/tmp/build-gcc/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/build-gcc/gcc/intl'
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  
-DHAVE_CONFIG_H    -I. -I. -I/usr/src/gcc/gcc -I/usr/src/gcc/gcc/.
-I/usr/src/gcc/gcc/config -I/usr/src/gcc/gcc/../include
/usr/src/gcc/gcc/ggc-common.c -o ggc-common.o
/usr/src/gcc/gcc/ggc-common.c: In function `ggc_rlimit_bound':
/usr/src/gcc/gcc/ggc-common.c:294: storage size of `rlim' isn't known
/usr/src/gcc/gcc/ggc-common.c:294: warning: unused variable `rlim'
make[2]: *** [ggc-common.o] Error 1

I don't know if the message from configure help but:

/usr/src/gcc/configure --prefix=/usr --exec-prefix=/usr --enable-threads
--disable-multilib

...
checking for getrlimit... (cached) yes
checking for setrlimit... (cached) yes
...
checking whether clock is declared... (cached) yes
checking whether getrlimit is declared... (cached) no
checking whether setrlimit is declared... (cached) no
checking whether getrusage is declared... (cached) no
checking whether times is declared... (cached) yes
...

(a) version of gcc being used to build gcc: 2.95.3
(b) version of gcc being building: 3.3.1
(c) version of glibc being used: 2.2.5
(d) version of binutils being used: 2.14
(e) platform: Linux ix86 v2.4.20

Regards,
CN

-- 
http://www.fastmail.fm - The professional email service


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]