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]

Problem with tinfo.cc when building current CVS version of gcc



Building the current CVS snapshot ( gcc version 2.96 20000226
(experimental) ) fails with :

make[2]: Entering directory `/usr/local/src/gcc-CVS-20000226-build/gcc'
/usr/src/gcc-CVS-20000226-build/gcc/xgcc
-B/usr/src/gcc-CVS-20000226-build/gcc/ 
-B/usr/i486-linux/bin/ -I/usr/i486-linux/include -O2   -DIN_GCC    -g
-O2 -I./in
clude  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -g -O2 -I.
-I../../gcc
-CVS/egcs/gcc -I../../gcc-CVS/egcs/gcc/config
-I../../gcc-CVS/egcs/gcc/../includ
e \
  -c ../../gcc-CVS/egcs/gcc/cp/tinfo.cc
In file included from include/typeinfo:14,
                 from ../../gcc-CVS/egcs/gcc/cp/tinfo.h:4,
                 from ../../gcc-CVS/egcs/gcc/cp/tinfo.cc:31:
include/exception:9: parse error before string constant
include/exception:16: destructors must be member functions
include/exception:16: syntax error before `)'
include/exception:23: destructors must be member functions
include/exception:23: syntax error before `)'
include/exception:26: syntax error before `)'
include/exception:27: syntax error before `)'
include/exception:29: confused by earlier errors, bailing out
make[2]: *** [tinfo.o] Error 1
make[2]: Leaving directory `/usr/local/src/gcc-CVS-20000226-build/gcc'
make[1]: *** [libgcc2.a] Error 1
make[1]: Leaving directory `/usr/local/src/gcc-CVS-20000226-build/gcc'
make: *** [all-gcc] Error 2
mk@emil2:/usr/src/gcc-CVS-20000226-build >
/usr/src/gcc-CVS-20000226-build/gcc/x
gcc -v



This happens on a Linux-2.2.15pre10/glibc-2.1.2/gcc-2.95.2 system and
with the snapshot configured with : 
configure  --enable-shared --enable-haifa --prefix=/usr
--host=i486-linux
--
Markus Kossmann                                    
markus.kossmann@inka.de

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