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

compiling gcc-2.95.2 source



Originator: David Tok
Organization:
Confidential: 
Synopsis: gcc-2.95.2 fail during compiling on RH7.0 on PIII@450MHz 
Severity: critical 
Priority: high 
Category: other
Class: support
Release: 2.95.2 
Environment: RH7.0, kernel 2.2.12-20, Intel P3/450MHz, RAM 256MB 
Description: 
	During compiling gcc-2.95.2 if fail on one file indstream.cc with:

$ ./configure --prefix=/usr/gcc-2.95.2 --enable-shared
-- OK, everything done succefully, host=target=i686-pc-linux-gnu	
 
$ ./make bootstrap


 /tmp/gcc/gcc/xgcc -B/tmp/gcc/gcc/
-B/usr/gcc-2.95.2/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 -fpic ../../gcc-2.95.2/libio/indstream.cc -o
pic/indstream.o
../../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 type `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 `/usr/local/tmp/gcc/i686-pc-linux-gnu/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/usr/local/tmp/gcc'
make: *** [bootstrap] Error 2

-- complete outputs from "$ make bootstrap" and "$ make " i send to you
as an atachement.

When I did i try compile it on RH6.2, kernel 2.2.14, PII/433MHz, RAM 90MB,
it finished without problem.

Thank you very much,
						
							davit

david@ics.muni.cz
 .	.	.	.	.	.	.	.	.
alias complettelistofdiritemswithpermissionsownerandinodes='ls -li'

complete output of make and make bootstrap


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