[MLton] MLton Debian package for etch

Ville Laurikari ville at laurikari.net
Tue Nov 7 22:14:42 PST 2006


On Tue, Nov 07, 2006 at 02:07:57PM -0800, Stephen Weeks wrote:
> shows failure during compilation of the generated C code.
>
>      Compile C and Assemble starting
>         gcc -std=gnu99 -c -I/usr/lib/mlton/include -O1 -fno-strict-aliasing \
>             -fomit-frame-pointer -w -o /tmp/fileiN0Klz.o /tmp/file3sDpPn.221.c
>   gcc: Internal error: Killed (program cc1)

On HP-UX (perhaps on AIX, too), even 1 gigabyte of physical memory
isn't enough with GCC 4.x.  There's always this one .c snippet which
cannot be compiled (out of memory).  Using -O0 for that file helps.

--
http://www.iki.fi/vl/



More information about the MLton mailing list