[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with C compiler after booting 3.1-stable
Sig11, to the best of my knowledge, is usually caused by faulty hardware
of some kind. You might be able to get away with it by trying your build
again, from the point you left off. See
http://www.openbsd.org/faq/upgrade-minifaq.html#1.6
Good luck,
Brian Szymanski
bks10@cornell.edu
> Hello,
> I built stable from 3.1 release.
> I downloaded the sources by cvs, built a new kernel and
> cd /usr/src; rm -fr /usr/obj/*; make obj && make build
>
> after this the gcc is not working anymore :
> gcc main.c
> gcc: Internal compiler error: program cc1 got fatal signal 11
>
> how can I fix this ??
> thanks
>
> Rick