[MLton] Status of MLton releases and merging MinGW target?

Stephen Weeks MLton@mlton.org
Sat, 8 Nov 2003 08:43:17 -0800


> OK - I just did a CVS checkout right now (approx. time: 2003-11-08 11:09)
> and I will work from this :)

Yeah, and do cvs update often.  That will make it even more likely
that the patches will be consistent.  We try to only check in working
stuff, so it shouldn't be too much bother.

> Actually I would very much like to keep the cross-compile facilities! :)

No worry.  There is no plan for those to go away.  I was speaking more
to my packaging process.  It's getting to be a real pain trying to
keep a working cross-gcc for all our platforms.

> Maybe the model you mention of compiling only the asm on the target
> platform is also quite simple. At least you won't have the hazzle
> of messing with wierd file-path-syntax differences in the whole
> project managemnt etc. I don't know if this would facilitate
> compilation with the SDL-library and stuff like that?

It seems to me like it might help.  Using whatever development
environment most other people use should be easiest, and that
certainly rules out cross-compilation.