This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

compile error in current cvs


fresh from a CVS checkout. building on freshly installed RedHat 7.1 i386
system:

gcc -c  -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H
-DGENERATOR_FILE    -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
-I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/gengenrtl.c
In file included from ../../gcc/gcc/gengenrtl.c:23:
../../gcc/gcc/system.h:309: conflicting types for `getrlimit'
/usr/include/sys/resource.h:52: previous declaration of `getrlimit'
../../gcc/gcc/system.h:320: conflicting types for `setrlimit'
/usr/include/sys/resource.h:72: previous declaration of `setrlimit'
make[2]: *** [gengenrtl.o] Error 1
make[2]: Leaving directory `/archive/source/gcc-build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/archive/source/gcc-build/gcc'
make: *** [bootstrap] Error 2



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