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]

Re: build of gcc




On 26 Oct 2000, Alexandre Oliva wrote:

> On Oct 26, 2000, "P.A. Smith" <pas50@hermes.cam.ac.uk> wrote:
> 
> > Is this a glibc6 problem?
> 
> Just an incompatibility between recent versions of glibc and GCC
> 2.95.2.  There are patches that fix GCC 2.95.2.  I've (re)posted one
> myself in one of the GCC mailing lists in the last few weeks.  Please
> search the archives and you'll find it.

I got the patch from
http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00869.html
and it seems to have been installed fine. 
Now I get
/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:77: conversion from `int' to
non-scalar type `_G_fpos64_t' requested
/tmp/gcc/gcc-2.95.2/libio/indstream.cc:86: no match for `streampos & !=
int'
/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:94: conversion from `int' to
non-scalar type `_G_fpos64_t' requested
/tmp/gcc/gcc-2.95.2/libio/indstream.cc:103: no match for `streampos & !=
int'
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

Paul 


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