[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No Subject



On Tue, 08 Feb 2000, Matthew Flatt wrote:
> Quoting PJ Durai:
> > $mzc --cc helloprint.c
> > MzScheme etc...
> > "helloprint.c":
> > compile-extension:
> > ../../gcc/gcc.c:2325: Internal compiler error in function execute
> 
> I don't get this error (also RH 6.1 system, with the same version of
> gcc), but since it's an internal error, I think it must be an egcs
> problem, right?
> 
> Is the error specific to helloprint.c, or is it more pervasive? If it's
> specific to helloprint.c, does changing the file (renaming a local
> variable, changing the string) have any effect?
> 

I get this error as well on my RH6.1 system.  I just punted and started using
gcc straight and this works for me.  An interesting thing about that error is
that if add more things to the code and recompile it sometimes it works, as
well as just re-running the command several times.  Got tired of doing that so
went to straight gcc.

RJA