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]
Other format: [Raw text]

gcc-2.95 error on RH7.2


Receiving the following error when try to compile the gcc-2.95.2 on Redhat7.2.  We are using 
glibc-2.2.4  with patch glibc-2.2.patch.   We are using gcc-2.96-112.7.2 as well.

after running gmake bootstrap for sometime the followng error occurs.

indstream.cc:82: `struct streampos' used where a `int' was expected
indstream.cc:85: `struct streampos' used where a `int' was expected
indstream.cc:87: `struct streampos' used where a `int' was expected
indstream.cc:89: conversion from `int' to non-scalar type `streampos' =
requested
indstream.cc: In method `struct streampos =
indirectbuf::seekpos(_G_fpos64_t, int =3D 3)':
indstream.cc:99: `struct streampos' used where a `int' was expected
indstream.cc:102: `struct streampos' used where a `int' was expected
indstream.cc:104: `struct streampos' used where a `int' was expected
indstream.cc:106: conversion from `int' to non-scalar type `streampos' =
requested
gmake[2]: *** [indstream.o] Error 1
gmake[2]: Leaving directory =
`/work1/root/gcc-2.95.2/i686-pc-linux-gnu/libio'
gmake[1]: *** [all-target-libio] Error 2
gmake[1]: Leaving directory `/work1/root/gcc-2.95.2'
gmake: *** [bootstrap] Error 2

Any ideas on the problem might be and how to resolve?

Regards,

Rochelle M. Wiley
Shell Information Technology International
Infrastructure Support EP, Gas & Power, North America
Email: rochelle.wiley@shell.com,  Bellaire Technology Center
Phone: (713)-245-7406 Fax: (713)245-7305
Mobile: (713)775-2099


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