Subject: Re: c++: Internal compiler error: program as got fatal signal 11
To: Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>
From: Krister Walfridsson <cato@df.lth.se>
List: current-users
Date: 01/09/1999 23:34:28
On Fri, 8 Jan 1999, Hubert Feyrer wrote:
> Compiling aspell
> (http://metalab.unc.edu/kevina/aspell/aspell-.26.2.tar.gz), I just got a
> fatal sig 11 in c++.:
> c++ -DHAVE_CONFIG_H -I. -I. -I. -DLIBDIR=\"/tmp/lib/aspell\" -g -O2 -c
> -fPIC -DPIC data.cc
> c++: Internal compiler error: program as got fatal signal 11
[...]
> I've tried without -g, -O2 and without both, and always get the same
> result. Maybe someone wants to check this out with a -current compiler,...

I have looked into it... And the compiler works fine, it is 'as' that
fails (it gets a segmentation fault.) *sigh*

I'll fix it.

   /Krister