This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Tried making egcs 1.1.2 on RedHat 7.2 and failed
- From: =?ks_c_5601-1987?B?wPzBvsfK?= <perlabi at softbrain dot co dot kr>
- To: <gcc at gnu dot org>
- Date: Wed, 30 Jan 2002 23:16:17 +0900
- Subject: Tried making egcs 1.1.2 on RedHat 7.2 and failed
It's just a report for your guidance.
I have tried making egcs 1.1.2 on RedHat Linux 7.2 with gcc version 2.96, and failed.
( Was it predictable since this is downgrade?)
I will install RedHat Linux 6.2 on the same machine and try again.(upgrade)
Bye...
Following is output from my linux box:
[root@medusa gcc]# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
[root@medusa gcc]# mkdir egcs
[root@medusa gcc]# cd egcs
[root@medusa egcs]# ../egcs-1.1.2/configure
....
[root@medusa egcs]# make
.... blah, blah ...
..... ends up:
test x"no" != xyes || \
/usr/local/src/gcc/egcs/gcc/xgcc -B/usr/local/src/gcc/egcs/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
/usr/local/src/gcc/egcs/gcc/xgcc -B/usr/local/src/gcc/egcs/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[1]: *** [indstream.o] Error 1
make[1]: Leaving directory `/usr/local/src/gcc/egcs/i686-pc-linux-gnu/libio'
make: *** [all-target-libio] Error 2
[root@medusa egcs]#