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]

Re: bootstrap problem 2.95.2 on system with glibc2.2.1


At first I didn't, but even after make clean I can't bootstrap. Now I get
the following error:

ranlib libio.a
test x"yes" != xyes || \
  /usr/src/gcc-build/gcc/xgcc -B/usr/src/gcc-build/gcc/
-B/usr/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/builtinbuf.cc -o
pic/builtinbuf.o
/usr/src/gcc-build/gcc/xgcc -B/usr/src/gcc-build/gcc/
-B/usr/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 ../../../gcc-2.95.2/libio/builtinbuf.cc
test x"yes" != xyes || \
  /usr/src/gcc-build/gcc/xgcc -B/usr/src/gcc-build/gcc/
-B/usr/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/filebuf.cc -o
pic/filebuf.o
/usr/src/gcc-build/gcc/xgcc -B/usr/src/gcc-build/gcc/
-B/usr/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 ../../../gcc-2.95.2/libio/filebuf.cc
test x"yes" != xyes || \
  /usr/src/gcc-build/gcc/xgcc -B/usr/src/gcc-build/gcc/
-B/usr/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/fstream.cc -o
pic/fstream.o
/usr/src/gcc-build/gcc/xgcc -B/usr/src/gcc-build/gcc/
-B/usr/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 ../../../gcc-2.95.2/libio/fstream.cc
test x"yes" != xyes || \
  /usr/src/gcc-build/gcc/xgcc -B/usr/src/gcc-build/gcc/
-B/usr/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/src/gcc-build/i686-pc-linux-gnu/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/usr/src/gcc-build'
make: *** [bootstrap] Error 2

Any clues?

Thanks,
Robert

Alexandre Oliva wrote:

> On Feb 13, 2001, Robert Schweikert <rjschwei@mindspring.com> wrote:
>
> > I have a statically linked version of gcc-2.95.2 and now
> > after installing glibc-2.2.1 I want to build a dynamically linked
> > version but I get the following error.
>
> Did you `make clean' the build directory before reconfiguring
> --enable-shared?
>
> --
> Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
> Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
> CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
> Free Software Evangelist    *Please* write to mailing lists, not to me

--
Robert Schweikert                      MAY THE SOURCE BE WITH YOU
rjschwei@mindspring.com                         LINUX




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