Re: Mutt Snapshot

Hugh Graham <[email protected]> Fri, 23 May 2003 13:47:01 -0700
Newsgroups gmane.os.openbsd.vax
Message-ID <[email protected]>
On Thu, May 22, 2003 at 09:40:39PM -0400, David A de Gruyl wrote:
> OpenBSD-current (tuesday) on a VAXStation 4000/90.  32 MB Ram.
> 
> The mutt snapshot does not appear to compile on vax.  I have no problem 
> with the stable port.  I would be inclined to think that this is a 
> memory problem, but it is consistently occuring at the same point.  
> Perhaps someone has seen this in other ports / system builds?
> 
> See compiler tail below.  If you need more information please let me 
> know.
> 
> cc -DPKGDATADIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/etc/mutt\"    
> -DBINDIR=\"/usr/local/bin\" -DMUTTLOCALEDIR=\"/usr/local/share/locale\"         
> -DHAVE_CONFIG_H=1 -I. -I. -I./imap -Iintl  -I/usr/local/include -I./intl 
> -I/usr/local/include  -Wall -pedantic -O2 -c pgpkey.c
> cc: Internal compiler error: program cc1 got fatal signal 11
> *** Error code 1

Looks like a compiler problem. Try compiling that file at -O1.