test1.tgz and mlton rpm

Stephen Weeks MLton@sourcelight.com
Wed, 6 Feb 2002 09:40:09 -0800


> I have been able to unpack and successfully run your first version
> of D1 on the test program 1. This works very well.
> 
> I then started compilation of one of our products, and two issues
> arised, one minor, and one major which is blocking us at this
> point:
> 
> 1) Major: I got the following message:
> 
> be.sml:3277.15-3277.25 Error: unbound variable IntInf.gcd
...
> I think that some of our extensions to the IntInf packages have
> not yet been incorporated.

Because the extensions were nonstandard, they were incorporated into
the MLton.IntInf structure.  Notice line 33 of test1.sml

	structure IntInf = MLton.IntInf

> Another, final point that is not blocking:
> 
> 2) Minor, when compiling the test1 example with option
> -native-optimize 2, the resulting code segfaults (11).

I'll see if Matthew knows anything about this, and begin
investigations myself.  Matthew?
)