This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[BUG] Internal compiler error, got sig 11
- To: egcs-bugs at egcs dot cygnus dot com
- Subject: [BUG] Internal compiler error, got sig 11
- From: Brian Macy <bmacy at sunshinecomputing dot com>
- Date: Sat, 29 May 1999 20:00:58 -0700
This has happened for weeks with the code in CVS. It's a RedHat 6.0
i686-linux box:
cd /usr/local/src/egcs
cvs update -A
./configure
make
.
.
.
Gets to second stage of compile using /usr/local/src/egcs/gcc/xgcc
Tries compiling libobjc/linking.m and gives the following error message:
In file included from objc/Object.h:30,
from linkng.m:28:
objc/objc.h:51: parse error before `const'
xgcc: Internal compiler error: program cc1obj got fatal signal 11
I am using the stock RedHat 6.0 gcc with an autoconf built from CVS
yesterday.
Brian Macy