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]

Building CVS sources


Hello.

Bootstrap of CVS version of GCC stops this way:

  /home/umberto/download/cvs/gcc-obj/gcc/g++
-B/home/umberto/download/cvs/gcc-ob
j/gcc/ -nostdinc++ -isystem /home/umberto/download/cvs/gcc/libstdc++
-isystem /h
ome/umberto/download/cvs/gcc/libstdc++/std -isystem
/home/umberto/download/cvs/g
cc/libstdc++/stl -isystem /home/umberto/download/cvs/gcc/libio
-L/home/umberto/d
ownload/cvs/gcc-obj/i686-pc-linux/libstdc++
-B/usr/local2/i686-pc-linux/bin/ -B/
usr/local2/i686-pc-linux/lib/ -isystem /usr/local2/i686-pc-linux/include
-c -g -
O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I.
-I../../../gcc/libi
o -nostdinc++ -D_IO_MTSAFE_IO -fpic ../../../gcc/libio/pfstream.cc -o
pic/pfstre
am.o; \
else true; fi
/home/umberto/download/cvs/gcc-obj/gcc/g++
-B/home/umberto/download/cvs/gcc-obj/
gcc/ -nostdinc++ -isystem /home/umberto/download/cvs/gcc/libstdc++
-isystem /hom
e/umberto/download/cvs/gcc/libstdc++/std -isystem
/home/umberto/download/cvs/gcc
/libstdc++/stl -isystem /home/umberto/download/cvs/gcc/libio
-L/home/umberto/dow
nload/cvs/gcc-obj/i686-pc-linux/libstdc++
-B/usr/local2/i686-pc-linux/bin/ -B/us
r/local2/i686-pc-linux/lib/ -isystem /usr/local2/i686-pc-linux/include
-c -g -O2
 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I.
-I../../../gcc/libio 
-nostdinc++ -D_IO_MTSAFE_IO ../../../gcc/libio/pfstream.cc
if [ x"-fpic" != x ]; then \
  /home/umberto/download/cvs/gcc-obj/gcc/g++
-B/home/umberto/download/cvs/gcc-ob
j/gcc/ -nostdinc++ -isystem /home/umberto/download/cvs/gcc/libstdc++
-isystem /h
ome/umberto/download/cvs/gcc/libstdc++/std -isystem
/home/umberto/download/cvs/g
cc/libstdc++/stl -isystem /home/umberto/download/cvs/gcc/libio
-L/home/umberto/d
ownload/cvs/gcc-obj/i686-pc-linux/libstdc++
-B/usr/local2/i686-pc-linux/bin/ -B/
usr/local2/i686-pc-linux/lib/ -isystem /usr/local2/i686-pc-linux/include
-c -g -
O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I.
-I../../../gcc/libi
o -nostdinc++ -D_IO_MTSAFE_IO -fpic ../../../gcc/libio/editbuf.cc -o
pic/editbuf
.o; \
else true; fi
In file included from ../../../gcc/libio/editbuf.cc:31:
../../../gcc/libio/editbuf.h:79: friend declaration requires `struct 
edit_buffer'
make[2]: *** [editbuf.o] Error 1
make[2]: Leaving directory
`/home/umberto/download/cvs/gcc-obj/i686-pc-linux/lib
io'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/home/umberto/download/cvs/gcc-obj'
make: *** [bootstrap] Error 2

I'm using GCC 2.95.2 on a i686 running RH Linux 6.2 (kernel 2.2.14-5.0).

I configured GCC with --enable-shared --enable-threads=posix
--enable-libstdcxx-v3 --enable-languages=c++

Any help welcome. Thanks for your time.

Maurizio Umberto Puxeddu
Mediola srl

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