[MLton] Install problem

Bin Li lib@purdue.edu
Thu, 30 Oct 2003 10:58:45 -0600


Hello,

I'm using the newest cygwin for win2000, which is downloaded from http://www.cygwin.com. I downloaded the mlton-20030720-1.src.tar and tried to compile it for serveral times. I met the following error, Could anyone help me about this?

$ make
make dirs compiler world
make[1]: Entering directory `/mlton-20030720'
mkdir -p /mlton-20030720/build/bin /mlton-20030720/build/lib/self/include
make -C /mlton-20030720/mlton
make[2]: Entering directory `/mlton-20030720/mlton'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mlton-20030720/mlton'
/bin/cp -fpR /mlton-20030720/mlton/mlton-compile /mlton-20030720/build/lib/
Processing basis library.
/mlton-20030720/build/lib/mlton-compile @MLton -- /mlton-20030720/basis-library
/mlton-20030720/build/lib/world
make[1]: *** [world] Segmentation fault (core dumped)
make[1]: Leaving directory `/mlton-20030720'
make: *** [all] Error 2

$ ls build/lib/
hostmap  mlton-compile  self

Thanks,
Bin Li