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]

build of gcc


I am trying a build of gcc-2.95.2 on an athlon thunderbird system with
Redhat 7.0 on. I have simply unpacked the source, run configure and then
make bootstrap. It gets so far and then starts giving me errors
/usr/local/gcc/gcc/xgcc -B/usr/local/gcc/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks
-D_GNU_SOURCE -fno-implicit-templates -I. -I/tmp/gcc/gcc-2.95.2/libio
-nostdinc++ -D_IO_MTSAFE_IO /tmp/gcc/gcc-2.95.2/libio/indstream.cc
/tmp/gcc/gcc-2.95.2/libio/indstream.cc: In method `struct streampos
indirectbuf::seekoff(long long int, ios::seek_dir, int = 3)':
/tmp/gcc/gcc-2.95.2/libio/indstream.cc:82: `struct streampos' used where a
`int' was expected
/tmp/gcc/gcc-2.95.2/libio/indstream.cc:85: `struct streampos' used where a
`int' was expected
/tmp/gcc/gcc-2.95.2/libio/indstream.cc:87: `struct streampos' used where a
`int' was expected
/tmp/gcc/gcc-2.95.2/libio/indstream.cc:89: conversion from `int' to
non-scalar type `streampos' requested
/tmp/gcc/gcc-2.95.2/libio/indstream.cc: In method `struct streampos
indirectbuf::seekpos(_G_fpos64_t, int = 3)':
/tmp/gcc/gcc-2.95.2/libio/indstream.cc:99: `struct streampos' used where a
`int' was expected
/tmp/gcc/gcc-2.95.2/libio/indstream.cc:102: `struct streampos' used where
a `int' was expected
/tmp/gcc/gcc-2.95.2/libio/indstream.cc:104: `struct streampos' used where
a `int' was expected
/tmp/gcc/gcc-2.95.2/libio/indstream.cc:106: conversion from `int' to
non-scalar type `streampos' requested
make[2]: *** [indstream.o] Error 1
make[2]: Leaving directory `/usr/local/gcc/i686-pc-linux-gnu/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/usr/local/gcc'
make: *** [bootstrap] Error 2

Is this a glibc6 problem?
Paul


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