This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
gcc errors
- To: gcc-bugs at gcc dot gnu dot org, bug-gcc at gnu dot org
- Subject: gcc errors
- From: root at mjmill dot w-link dot net
- Date: Wed, 9 Aug 2000 00:12:55 -0500
Dear GNU:
My computer:
Slackware 3.4 with all the upgrades for glibc-2.1.3
kernel version 2.0.38
kernel source version 2.2.16 - for headers for glibc
configure command ../gcc-2.95.2/configure --host=i486-linux - seems to do fine
make command make bootstrap
During the first few seconds of the compile:
/gcc-2.95.2/libiberty/choose-temp.c
In file included from /usr/include/stdio.h:57,
from ../../gcc-2.95.2/libiberty/choose-temp.c:29:
/usr/include/libio.h:370: parse error before `_IO_seekoff'
/usr/include/libio.h:370: parse error before `_G_off64_t'
/usr/include/libio.h:370: warning: data definition has no type or storage class
/usr/include/libio.h:371: parse error before `_IO_seekpos'
/usr/include/libio.h:371: parse error before `_G_fpos64_t'
/usr/include/libio.h:371: warning: data definition has no type or storage class
make[1]: *** [choose-temp.o] Error 1
make[1]: Leaving directory `/mnt/hda3/_objdir_/libiberty'
make: *** [all-libiberty] Error 2
Sincerely,
Matt Miller