This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
libiberty/getpagesize() type conflict (i686-pc-cygwin) new in egcs-20000611
- To: <gcc-bugs at gcc dot gnu dot org>
- Subject: libiberty/getpagesize() type conflict (i686-pc-cygwin) new in egcs-20000611
- From: "Tim Prince" <tprince at computer dot org>
- Date: Sun, 11 Jun 2000 08:13:22 -0700
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