This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
build of gcc
- To: gcc-help at gcc dot gnu dot org
- Subject: build of gcc
- From: "P.A. Smith" <pas50 at hermes dot cam dot ac dot uk>
- Date: Thu, 26 Oct 2000 11:23:01 +0100 (BST)
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