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]
Other format: [Raw text]

Compiling EGCS 1.0.3


Hi,
   I am trying to install egcs 1.0.3 compiler on a
Linux machine running 2.2.16 kernel. The compilation
fails. Below are the errors. any pointers ..
(THe mailing list archive had a simillar question,
however there were no replies to it)

I configured it and did make bootstrap 
I get the following errors.

 /users5/esujit/objdir/gcc/xgcc
-B/users5/esujit/objdir/gcc/ -c -O2 -g -fvtable-thunks
-fno-implicit-templates -I.
-I../../../egcs-1.0.3a/libio -nostdinc++
-D_IO_MTSAFE_IO 
../../../egcs-1.0.3a/libio/builtinbuf.cc -o
pic/builtinbuf.o
/users5/esujit/objdir/gcc/xgcc
-B/users5/esujit/objdir/gcc/ -c -O2 -g -fvtable-thunks
-fno-implicit-templates -I.
-I../../../egcs-1.0.3a/libio -nostdinc++
-D_IO_MTSAFE_IO
../../../egcs-1.0.3a/libio/builtinbuf.cc
In file included from
../../../egcs-1.0.3a/libio/streambuf.h:36,
                 from
../../../egcs-1.0.3a/libio/builtinbuf.h:32,
                 from
../../../egcs-1.0.3a/libio/builtinbuf.cc:29:
../../../egcs-1.0.3a/libio/libio.h:270: invalid
exception specifications
../../../egcs-1.0.3a/libio/libio.h:271: invalid
exception specifications
../../../egcs-1.0.3a/libio/libio.h:272: invalid
exception specifications
../../../egcs-1.0.3a/libio/libio.h:273: invalid
exception specifications
In file included from
../../../egcs-1.0.3a/libio/iostreamP.h:26,
                 from
../../../egcs-1.0.3a/libio/builtinbuf.cc:30:
../../../egcs-1.0.3a/libio/libioP.h:94: invalid
exception specifications
../../../egcs-1.0.3a/libio/libioP.h:100: invalid
exception specifications
./../../egcs-1.0.3a/libio/libioP.h:238: invalid
exception specifications
../../../egcs-1.0.3a/libio/libioP.h:453: invalid
exception specifications
make[2]: *** [builtinbuf.o] Error 1
make[2]: Leaving directory
`/users5/esujit/objdir/libraries/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/users5/esujit/objdir'
make: *** [bootstrap] Error 2


__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/


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