[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] GMP 4.3.2 native for MiNT and MPFR info.....
Some good and some bad news....
First, GMP has lots of issues being built for 68000.  Building for the 
68020-60 target is good, passes ALL tests.  Here is an archive with it 
installed in /usr:
http://www.radix.net/~atari/mint/gmp-4.3.2-mint-020-60.tar.bz2
MPFR, since it requires GMP, targeted for 68020-60.  Fails 1 test, and I 
think it is an easy fix, not sure when I'll get to look at it.  But it is 
possible this is something already fixed and my mintlib on my Falcon is 
not new enough.
Here is the only error (out of 148!)
Error in mpfr_sprintf (s, "%'Rf", x);
expected: "100000000000000000.000000"
got:      "100,000,000,000,000,000.000000"
FAIL: tsprintf
I am going to rebuild MPC targeted at 68020-60.  Is there any point of 
sharing my working 68000 ver of MPC?
Will also see if there is any hope with PPL/CLooG as well (since I don't 
have time to actively code, but I can just let my Falcon compile).
I'm pretty 'scatter brained' at the moment, so hopefully I'm not leaving 
out details.  If it matters, I am using fdlibm instead of pml on the 
Falcon.
Keith