develooper Front page | perl.par | Postings from February 2005

-d switch erroring out on Windows XP

Thread Next
From:
Robert
Date:
February 4, 2005 07:10
Subject:
-d switch erroring out on Windows XP
Message ID:
20050204140538.16082.qmail@lists.develooper.com
I am trying to compile to an EXE on Windows XP. I am using the following:

pp -d -o popups.exe popups.pl

and it spits out:

Goto undefined subroutine &DynaLoader::bootstrap_inherit at 
C:/aperl58/lib/XSLoader.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.

I am using PAR 0.87 and I am trying to pack the EXE without the Perl DLL 
file.

Robert 



Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About