Maxima 5.9.0.1cvs Testing on Windows



Mike,

I rebuilt cvs gcl-2.6.1 and maxima last night under winXP.
I got a clean testsuite run under xmaxima using the tree
installed by msys.  I haven't made an installer and tested
that, or run it under win95 or NT4 yet.

> The only other comment is that with the new test suite work the xMaxima 
> tests hang in "rtest15.mac". (make check works fine of course.)


I bet it is the compile test.  Try the following in xmaxima
	f(x):=x+2;
	compile(f);
	f(x);
I futher bet that maxima can't find gcc.  I have a fixes for this (on another PC).

> The whole shebang is looking much better now with GCL on Windows.  
> Thanks so much for persevering against your personal desires with the 
> Windows port of XMaxima and also to Camm for helping solve the hard bits 
> on Windows (and elsewhere).
>
> Cheers

Agree, and other cheers for Mike's efforts too.

David