This is the mail archive of the gcc@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]

install gcc 2.95.2 on Redhat 7.0


Hi, I am trying to install gcc 2.95.2 on Redhat Linux 7.0 (yes, I am going 
backwards).  I run into problem during the "make bootstrap" phase, 
with the following error:


....


make[3]: Leaving directory `/share/software/gcc/build/i686-pc-linux-gnu/libibert
y'
make[2]: Leaving directory `/share/software/gcc/build/i686-pc-linux-gnu/libibert
y'
make[2]: Entering directory `/share/software/gcc/build/i686-pc-linux-gnu/libio'
test x"no" != xyes || \
  /home/atai/software/gcc/build/gcc/xgcc -B/home/atai/software/gcc/build/gcc/ -B
/share/software/gcc/installed/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -
D_GNU_SOURCE -fno-implicit-templates -I. -I../../../gcc-2.95.2/libio -nostdinc++
 -D_IO_MTSAFE_IO  ../../../gcc-2.95.2/libio/indstream.cc -o pic/indstream.o
/home/atai/software/gcc/build/gcc/xgcc -B/home/atai/software/gcc/build/gcc/ -B/s
hare/software/gcc/installed/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_
GNU_SOURCE -fno-implicit-templates -I. -I../../../gcc-2.95.2/libio -nostdinc++ -
D_IO_MTSAFE_IO ../../../gcc-2.95.2/libio/indstream.cc
../../../gcc-2.95.2/libio/indstream.cc: In method `struct streampos indirectbuf:
:seekoff(long long int, ios::seek_dir, int = 3)':
../../../gcc-2.95.2/libio/indstream.cc:82: `struct streampos' used where a `int'
 was expected
../../../gcc-2.95.2/libio/indstream.cc:85: `struct streampos' used where a `int'
 was expected
../../../gcc-2.95.2/libio/indstream.cc:87: `struct streampos' used where a `int'
 was expected
../../../gcc-2.95.2/libio/indstream.cc:89: conversion from `int' to non-scalar t
ype `streampos' requested
../../../gcc-2.95.2/libio/indstream.cc: In method `struct streampos indirectbuf:
:seekpos(_G_fpos64_t, int = 3)':
../../../gcc-2.95.2/libio/indstream.cc:99: `struct streampos' used where a `int'
 was expected
../../../gcc-2.95.2/libio/indstream.cc:102: `struct streampos' used where a `int
' was expected
../../../gcc-2.95.2/libio/indstream.cc:104: `struct streampos' used where a `int
' was expected
../../../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 `/share/software/gcc/build/i686-pc-linux-gnu/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/share/software/gcc/build'
make: *** [bootstrap] Error 2


----
Any help in getting around the problem above is appreciated.


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