Re: PAR/PP on Windows XP with ActiveState
From: Alan Stewart (astewart1_at_cox.net)
Date: 02/04/05
- Next message: Chris Mattern: "Re: OT [Fwd: Fwd: symptoms of a stroke]"
- Previous message: Sally Shears: "Extracting .jpg from mbox file with MIME::Base64"
- In reply to: sigzero_at_gmail.com: "PAR/PP on Windows XP with ActiveState"
- Next in thread: sigzero_at_gmail.com: "Re: PAR/PP on Windows XP with ActiveState"
- Reply: sigzero_at_gmail.com: "Re: PAR/PP on Windows XP with ActiveState"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 03 Feb 2005 19:22:50 -0800
On 3 Feb 2005 05:30:33 -0800, sigzero@gmail.com wrote:
>I am trying to build an EXE without the Perl DLL included. I run my
>make.bat which contains:
>
>pp --icon app.ico -d -o popups.exe popups.pl
>
>And it errors out with this:
>
>Goto undefined subroutine &DynaLoader::bootstrap_inherit at
>C:/aperl58/lib/XSLoa
>der.pm line 95.
>Compilation failed in require at C:/aperl58/lib/IO/Handle.pm line 260.
>BEGIN failed--compilation aborted at C:/aperl58/lib/IO/Handle.pm line
>260.
>Compilation failed in require at C:/aperl58/lib/IO/Seekable.pm line
>101.
>BEGIN failed--compilation aborted at C:/aperl58/lib/IO/Seekable.pm line
>101.
>Compilation failed in require at C:/aperl58/lib/IO/File.pm line 117.
>BEGIN failed--compilation aborted at C:/aperl58/lib/IO/File.pm line
>117.
>Compilation failed in require at -e line 305.
>BEGIN failed--compilation aborted at -e line 835.
>Cannot open popups.exe for reading: No such file or directory at
>C:/Perl/site/li
>b/Parse/Binary.pm line 611.
>
>I then read the -d switch and it says:
>
>-d, --dependent
>
>Reduce the executable size by not including a copy of perl interpreter.
>Executables built this way will need a separate perl5x.dll or
>libperl.so to function correctly. This option is only available if perl
>is built as a shared library.
>
>The last sentence is what got me. Is the ActiveState distro built as a
>shared library? Or is a lean EXE out of my reach because AS was not
>built that way?
>
>Robert
Try it without the "--icon app.ico". The pp is dying while trying to
read the popups.exe (Parse::Binary.pm), prior to inserting the icon
file. Either this is a bug in pp icon insertion or your icon file is
invalid or too big.
Alan Stewart
- Next message: Chris Mattern: "Re: OT [Fwd: Fwd: symptoms of a stroke]"
- Previous message: Sally Shears: "Extracting .jpg from mbox file with MIME::Base64"
- In reply to: sigzero_at_gmail.com: "PAR/PP on Windows XP with ActiveState"
- Next in thread: sigzero_at_gmail.com: "Re: PAR/PP on Windows XP with ActiveState"
- Reply: sigzero_at_gmail.com: "Re: PAR/PP on Windows XP with ActiveState"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|