[MLton-user] Which MinGW version is recommended?

Brent Fulgham brent.fulgham@xpsystems.com
Wed, 6 Aug 2003 14:55:01 -0700


> > Any ideas?
> 
> It's only an idea:
> 
> At one of the steps the constants file must be cross-compiled to the
> target platform with the cross-compiler and executed on the _target_
> platform (unless they made some workarounds for this with clever include
> files from the target-platforms?).
> 

Anoq -- you are waaaaay ahead of me!  :-)

Right now I'm just trying to build a Cygwin build of MLton using the
distributed MLton, so that I can verify that my build environment is
valid for cross-compiling to Mingw.

Unfortunately, I have some difference in my system configuration that
is causing the error I described in my earlier e-mail.

It seems that the spawnvp call is failing, but I can't get details as
to why...

-Brent