Leopold Toetsch wrote: > Ron Blaschke <[EMAIL PROTECTED]> wrote: >> - adds correct linkage for gpm >> Some tests fail, though >> t\pmc\bigint.t 12 3072 21 12 57.14% 5-10 13-15 18 20-21
> Is there any indication what's going wrong? Not yet, but I'm looking into it. Might as well be my own fault, not completely sure I got gmp built right. I'll keep you posted. Here's a simple test that fails. >type bigint_fail.pasm new P0, .BigInt print "ok 0\n" set P0, "1230000000000" print "ok 1\n" end >parrot bigint_fail.pasm ok 0 >echo %ERRORLEVEL% -1073741819 Ron