bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

glibc/gcc conflicts?


From: xOr
Subject: glibc/gcc conflicts?
Date: Sun, 10 Dec 2000 17:11:12 -0600 (CST)

I have glibc-2.2 installed on my machine and am trying to compile
gcc-2.95.2. the build process fails with these messages:

../../../libio/indstream.cc: In method `struct streampos  
indirectbuf::seekoff(long long int, ios::seek_dir, int = 3)':
../../../libio/indstream.cc:82: `struct streampos' used where a `int' was 
expected
../../../libio/indstream.cc:85: `struct streampos' used where a `int' was 
expected
../../../libio/indstream.cc:87: `struct streampos' used where a `int' was 
expected
../../../libio/indstream.cc:89: conversion from `int' to non-scalar type 
`streampos' requested
../../../libio/indstream.cc: In method `struct streampos 
indirectbuf::seekpos(_G_fpos64_t, int = 3)':
../../../libio/indstream.cc:99: `struct streampos' used where a `int' was 
expected
../../../libio/indstream.cc:102: `struct streampos' used where a `int' was 
expected
../../../libio/indstream.cc:104: `struct streampos' used where a `int' was 
expected
../../../libio/indstream.cc:106: conversion from `int' to non-scalar type 
`streampos' requested

the configure line i used was:
        ../configure --prefix=/usr --enable-languages=c++ --enable-shared
and to build i used
        make bootstrap

the only reason i think this could have anything to do with glibc is that
i had my friend try compile too, and he has not had a problem building
gcc-2.95.2 in the past, before he had glibc-2.2, but when he tried now, he
hit the same compile error.

xOr




reply via email to

[Prev in Thread] Current Thread [Next in Thread]