Subject: Re: compiling inn-1.6b3
To: None <port-sun3@NetBSD.ORG>
From: Makoto Fujiwara <makoto@komekome.bay.prug.or.jp>
List: port-sun3
Date: 08/13/1997 20:50:27
By doing  
gcc -I../include -O  -c newsrequeue.c 
manually at expire directory, I got inn-1.6b3 built up
(unlimit did not resolve the problem.)
----
Thanks a lot,
Makoto Fujiwara


> makoto> gcc -I../include -pipe  -c newsrequeue.c
> makoto> gcc: Internal compiler error: program cc1 got fatal signal 6
> makoto> *** Error code 1

> I have tried gcc-2.7.2.2 + inn-1.6b3 also, resulting the
> > same thing.

abs> 	On the offchance, you could try typing 'unlimit' before running
abs> 	the compile, removing the '-pipe' option, and if that doesn't work
abs> 	trying with -O (sometimes things will work one way but not the
abs> 	other).