This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
egcs1.1.2 on Redhat7.2 build problems...
- From: "Nukala, Vamsi" <Vamsi dot Nukala at compuware dot com>
- To: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Date: Wed, 14 Nov 2001 12:29:13 -0500
- Subject: egcs1.1.2 on Redhat7.2 build problems...
I am not able to build this compiler on my new RedHat7.2 system. It throws
the following error msgs:
Any ideas?
Thanks,
Vamsi
---------------------------------
LOG-------------------------------------------------------------------------
/tmp/gcc291/gcc/xgcc -B/tmp/gcc291/gcc/ -c -g -O2 -fvtable-thunks
-D_GNU_SOURCE
-fno-implicit-templates -I. -I../../../egcs-1.1.2/libio -nostdinc++
-D_IO_MTSAFE_IO ../../../egcs-1.1.2/libio/indstream.cc -o pic/indstream.o
/tmp/gcc291/gcc/xgcc -B/tmp/gcc291/gcc/ -c -g -O2 -fvtable-thunks
-D_GNU_SOURCE
-fno-implicit-templates -I. -I../../../egcs-1.1.2/libio -nostdinc++
-D_IO_MTSAFE_IO ../../../egcs-1.1.2/libio/indstream.cc
../../../egcs-1.1.2/libio/indstream.cc: In method `struct streampos
indirectbuf::seekoff(streamoff, enum _seek_dir, int = 3)':
../../../egcs-1.1.2/libio/indstream.cc:82: `struct streampos' used where a
`int' was expected
../../../egcs-1.1.2/libio/indstream.cc:85: `struct streampos' used where a
`int' was expected
../../../egcs-1.1.2/libio/indstream.cc:87: `struct streampos' used where a
`int' was expected
../../../egcs-1.1.2/libio/indstream.cc:89: conversion from `int' to
non-scalar type `streampos'
requested
../../../egcs-1.1.2/libio/indstream.cc: In method `struct streampos
indirectbuf::seekpos(struct streampos, int = 3)':
../../../egcs-1.1.2/libio/indstream.cc:99: `struct streampos' used where a
`int' was expected
../../../egcs-1.1.2/libio/indstream.cc:102: `struct streampos' used where a
`int' was expected
../../../egcs-1.1.2/libio/indstream.cc:104: `struct streampos' used where a
`int' was expected
../../../egcs-1.1.2/libio/indstream.cc:106: conversion from `int' to
non-scalar type `streampos' requested
make[2]: *** [indstream.o] Error 1
make[2]: Leaving directory `/tmp/gcc291/i686-pc-linux-gnu/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/tmp/gcc291'
make: *** [bootstrap-lean] Error 2
---------------------------------------------
LOG-----------------------------------------------------------------