Re: loading of PL_Fcntl.exe sharable throwing accessviolation and stackdump

2009-09-03 Thread Craig A. Berry
On Sep 3, 2009, at 8:28 AM, purnima bhandari wrote: Hi, I installed perl v5.10.0 on i64 system and trying to run Perl scripts which is a part of a automation tool. The startup script trying to load sharable image dynamically by using following call. XSLoader::load('Fcntl', 1.06) T

Re: extensions in vms/ext

2009-09-03 Thread Craig A. Berry
On Sep 3, 2009, at 10:06 AM, Craig A. Berry wrote: And I'm now working on it, just not as fast as Nicholas typically is with these things :-). But, unless I've forgotten something, it's now done: http://perl5.git.perl.org/perl.git/commitdiff/26dd53a As far as I can tell the appropriate s

Re: extensions in vms/ext

2009-09-03 Thread Craig A. Berry
On Sep 3, 2009, at 6:15 AM, Peter Prymmer wrote: "Craig A. Berry" wrote on 09/02/2009 08:35:05 PM: On Sep 2, 2009, at 4:00 PM, Nicholas Clark wrote: Would it be possible to move vms/ext/DCLsym to ext/VMS-DCLsym, and vms/ext/Stdio to ext/VMS-Stdio, with conditional (not) building analogous

loading of PL_Fcntl.exe sharable throwing accessviolation and stackdump

2009-09-03 Thread purnima bhandari
Hi, I installed perl v5.10.0 on i64 system and trying to run Perl scripts which is a part of a automation tool. The startup script trying to load sharable image dynamically by using following call. XSLoader::load('Fcntl', 1.06) The initial error was:

RE: 5.10.1 deleting fields-5... allowed all tests to run

2009-09-03 Thread Carl Friedberg
Hi Craig, I deleted these 2 files, AND I removed them from MANIFEST.: SYS_UTILITY:[PERL.PERL-5_10_1.LIB.BASE.T] fields-5.8.0.t fields-5.6.0.t Perl 5.10.1 built with 8 test failures: failed 8 tests out of 1559, 99.49% okay. [-.lib.CPANPLUS.t]03_CPANPLUS-Internals-Source.t [-.

Re: extensions in vms/ext

2009-09-03 Thread Peter Prymmer
"Craig A. Berry" wrote on 09/02/2009 08:35:05 PM: > On Sep 2, 2009, at 4:00 PM, Nicholas Clark wrote: > > > Would it be possible to move vms/ext/DCLsym to ext/VMS-DCLsym, and > > vms/ext/Stdio to ext/VMS-Stdio, with conditional (not) building > > analogous > > to how ext/Win32* are only built o