Subject: Re: Problem with gcc2.7.2
To: Michael L. Hitch <osymh@gemini.oscs.montana.edu>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: port-amiga
Date: 02/26/1996 23:34:36
On Mon Feb 26 21:50:16 1996, Michael L. Hitch wrote:
> 
> On Feb 26,  8:20pm, Kortelainen Mika wrote:
> > it would work nicely... but for some reason it dies when I compile
> > usr.bin/xinstall/xinstall.c (I hope the path is correct, I'm not
> > under NetBSD right now).  The message I get is "internal compiler error"
> > and then it tells it has received signal 6 and dumps core (although
> > this core file is not recognized by gdb).
> 
>   Ah, I am not alone!

Strage, I don't have that problem here:

[bernd@arresum]/src/usr.bin/xinstall> make clean
rm -f a.out [Ee]rrs mklog core *.core  xinstall stat_flags.o xinstall.o  stat_flags.ln xinstall.ln 
[bernd@arresum]/src/usr.bin/xinstall> make
cc -O  -Werror  -c /src/usr.bin/xinstall/../../bin/ls/stat_flags.c
cc -O  -Werror  -c /src/usr.bin/xinstall/xinstall.c
cc   -o xinstall stat_flags.o xinstall.o 

Bernd