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]

Re: problems building 1.0.2 and 1.0.3a


damon LOVE <dlove@georgiatech-metz.fr> writes:

>> > gcc -c  -DIN_GCC  -DSVR4  -g -O2     -I. -I.. -I. -I./.. -I./../config  \
>> >   `echo ./parse.c | sed 's,^\./,,'`
>> > gcc: Internal compiler error: program cc1 got fatal signal 11

>> > What do I do next?

Get a stack trace.  Signal 11 (Segmentation fault) usually produces a
core file.  Run:

% gdb `gcc -print-prog-name=cc1` ./core

and type

(gdb) where

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil



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