This is the mail archive of the gcc-bugs@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]

libiberty/getpagesize() type conflict (i686-pc-cygwin) new in egcs-20000611


make[1]: Entering directory `/src/gnu/egcs/w2k/libiberty'
if [ x"" != x ]; then \


gcc -c -DHAVE_CONFIG_H -Os -march=pentiumpro -pipe -g -ffast-math -I. -I../../libiberty/../include  -W -Wall -Wtraditional -pedantic
../../libiberty/getpagesize.c -o pic/getpagesize.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -march=pentiumpro -pipe -g -ffast-math -I. -I../../libiberty/../include  -W -Wall -Wtraditional -pedantic
../../libiberty/getpagesize.c
../../libiberty/getpagesize.c:71: conflicting types for `getpagesize'
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../i686-pc-cygwin/include/sys/unistd.h:45: previous declaration of `getpagesize'
make[1]: *** [getpagesize.o] Error 1
make[1]: Leaving directory `/src/gnu/egcs/w2k/libiberty'
make: *** [all-libiberty] Error 2

Tim Prince


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