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]

Markus Kossmann <Markus.Kossmann@inka.de>






Bootstrapping the current CVS snapshot ( gcc version 2.96 20000219
(experimental) ) fails with :
make[3]: Entering directory `/usr/local/src/gcc-CVS-20000219-build/gcc'
./xgcc -B/usr/i486-linux/bin/ -B./ -I/usr/i486-linux/include -O2  
-DIN_GCC    -
W -Wall -Wtraditional -O2 -g -O2 -I./include  -fPIC -g1  -DIN_LIBGCC2
-D__GCC_FL
OAT_NOT_NEEDED   -g -O2 -I. -I../../gcc-CVS/egcs/gcc
-I../../gcc-CVS/egcs/gcc/co
nfig -I../../gcc-CVS/egcs/gcc/../include \
  -c ../../gcc-CVS/egcs/gcc/cp/tinfo.cc
cc1plus: warning: Ignoring command line option '-Wtraditional'
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[3]: *** [tinfo.o] Error 1
make[3]: Leaving directory `/usr/local/src/gcc-CVS-20000219-build/gcc'
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory `/usr/local/src/gcc-CVS-20000219-build/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/usr/local/src/gcc-CVS-20000219-build/gcc'
make: *** [bootstrap] Error 2

This happens on a Linux-2.2.15pre9/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]