Sat Oct 11 09:37:01 2008: Request 39942 was acted upon.
Transaction: Correspondence added by [EMAIL PROTECTED]
Queue: PAR-Packer
Subject: Re: [rt.cpan.org #39942] Strawberry perl - perl510.dll or
perl58.dll not included in the standalone package created by pp
Broken in: 0.980, 0.982
Severity: Normal
Owner: Nobody
Requestors: [EMAIL PROTECTED]
Status: new
Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=39942 >
----- Original Message -----
From: "pcornu via RT" <[EMAIL PROTECTED]>
Hi Philippe,
>
> mydlr\Makefile.pl does not handle Strawberry perl (perl distribution
> for Windows platform ; ok ok, I know, but it's a work requirement and i
> cannot change that :) ) which has a library called perl510.dll (or
> perl58.dll) that should be included in the executable packaged by pp,
> but it is not currently (only accepted distrib are mingw and cygwin).
>
But Strawberry is just a mingw build anyway - by your own admission it is
already currently supported :-)
I've just installed PAR-Packer-0.982 on Strawberry 5.10.0 and the
perl510.dll definitely gets packed for me with pp.
For a "hello world" script I ran:
pp -o try.exe try.pl
Then in another shell that doesn't know where either the perl executable or
perl510.dll are, I ran:
------------------------------
C:\_32\pscrpt\par>perl -V
'perl' is not recognized as an internal or external command,
operable program or batch file.
C:\_32\pscrpt\par>try.exe
hello world
------------------------------
Did 'dmake test' pass all tests when you built and installed PAR-Packer ?
Cheers,
Rob