PERL PERL6 INTERNALS 10 RE PERL 34178 PATCH MSWIN32 ADD GPM LINKAGE AND MINOR CLEANUP
Subject: Re: [perl #34178] [PATCH][MSWin32] Add gpm linkage and minor cleanup
Date: Mon, 21 Feb 2005 11:54:46 +0100

From: lt@no-spam (Leopold Toetsch)

Ron Blaschke <parrotbug-followup@no-spam> 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?

Thanks, applied.
leo

Date: Mon, 21 Feb 2005 19:48:52 +0100

Subject: Re: [perl #34178] [PATCH][MSWin32] Add gpm linkage and minor cleanup












From: mailing-lists@no-spam (Ron Blaschke)
Leopold Toetsch wrote:
> Ron Blaschke <parrotbug-followup@no-spam> 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

Date: Sun, 6 Mar 2005 16:01:53 +0100

Subject: Re: [perl #34178] [PATCH][MSWin32] Add gpm linkage and minor cleanup
From: mailing-lists@no-spam (Ron Blaschke)
Ron Blaschke wrote:
> Leopold Toetsch wrote:
>> Ron Blaschke <parrotbug-followup@no-spam> 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.

It really was a GMP build failure. Seem to have got it right, now.

t\pmc\bigint....ok All tests successful.
Files=1, Tests=21, 3 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)

Ron