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]

EGCS 1.0.3a help needed


Hello,
	I am trying to compile version 1.0.3a of the EGCS compiler on my
linux box and running into problems.  I am running Red Hat distribution 6.2.
I have downloaded and completed installation (using the installation
instructions) of EGCS 1.1.1 on the box in hopes that this would allow me to
compile 1.0.3a.  I copied the 1.1.1 executables that were placed in the
/usr/local/bin directory to the /usr/bin directory since this is where Red
Hat installs them.  I run the configure script for 1.0.3a with the
"--enable-threads" option ( I've tried it without and it still breaks ) and
then run "make bootstrap".  Here are the errors that I am seeing:

 /usr/src/egcs-1.0.3a-install/gcc/xgcc -B/usr/src/egcs-1.0.3a-install/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
/usr/src/egcs-1.0.3a-install/gcc/xgcc -B/usr/src/egcs-1.0.3a-install/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:107: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:119: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:126: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:133: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:143: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:156: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:164: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:170: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:176: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:194: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:201: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:209: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:219: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:226: invalid exception specifications
../../../egcs-1.0.3a/libio/libioP.h:233: 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 `/usr/src/egcs-1.0.3a-install/libraries/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/usr/src/egcs-1.0.3a-install'
make: *** [bootstrap] Error 2

I've tried patching the changes from the EGCS 1.1.1 build into these two
files of the 1.0.3a build, but then I get other errors concerning the
pthread libraries.  Any help you could give would be appreciated.  I also
tried building EGCS 1.0.2 and got the same results.  I would guess that this
is an include file problem or something, but I haven't figured it out yet.

Thanks,
Larry deaton

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