This small patch allows the configuration of GMP with MinGW32.
And tests are OK.
$ perl t/harness t/pmc/bigint.t
t/pmc/bigint........ok
All tests successful.
Files=1, Tests=22, 5 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)
Francois Perrad.
> This small patch allows the configuration of GMP with MinGW32.
> And tests are OK.
But only on MinGW32 maybe ;-) On my linux box gmp isn't linked in any
more. I'd say keep the OS test as is, but exclude MinGW. And there are a
lot compilers that aren't gcc but need -lgmp.
leo
Thanks, applied - 8174
leo