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
> make[2]: *** [parse.o] Error 1
> make[2]: Leaving directory
> `/a/bordeaux/export/home/bordeaux/stud/dlove/egcs-1.0.2/gcc/cp'
 
> What do I do next?
 
How much virtual memory is available (/usr/sbin/swap -s should tell)?
One of the reasons that causes this kind of problem is lack of virtual 
memory.  Another possibility is hardware failure, but this is
unlikely, since you have tried to compile egcs on two different
configurations.  BTW, which version of gcc are you running?  Is it
possible that it is broken?

-- 
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]