I get this error:
Undefined subroutine &DynaLoader::bootstrap called at
/usr/lib/perl5/5.8/cygwin/XSLoader.pm line 111.
Compilation failed in require at /usr/lib/perl5/5.8/cygwin/IO/Handle.pm
line 262.
BEGIN failed--compilation aborted at
/usr/lib/perl5/5.8/cygwin/IO/Handle.pm line 262.
Compilation failed in require at
/usr/lib/perl5/5.8/cygwin/IO/Seekable.pm line 101.
BEGIN failed--compilation aborted at
/usr/lib/perl5/5.8/cygwin/IO/Seekable.pm line 101.
Compilation failed in require at /usr/lib/perl5/5.8/cygwin/IO/File.pm
line 133.
BEGIN failed--compilation aborted at
/usr/lib/perl5/5.8/cygwin/IO/File.pm line 133.
Compilation failed in require at -e line 376.
 
I have to cygwin systems:
Both winxp sp3
The building system is:
 
[EMAIL PROTECTED]/c/scripts$ cygcheck -c cygwin
Cygwin Package Information
Package              Version        Status
cygwin               1.5.25-7       OK
 
The receiving system is:
 
[EMAIL PROTECTED]:~$ cygcheck -c cygwin
Cygwin Package Information
Package              Version        Status
cygwin               1.5.19-4       OK
 
I build the exe with:
 
pp -d -o e.exe -e 'print "hello\n"'
 
and I have built it without the -d same result.
I have par 
 
cpan> i /PAR::Packer/
Module id = PAR::Packer
    CPAN_USERID  SMUELLER (Steffen Mueller <[EMAIL PROTECTED]>)
    CPAN_VERSION 0.980
    CPAN_FILE    S/SM/SMUELLER/PAR-Packer-0.980.tar.gz
    MANPAGE      PAR::Packer - PAR Packager
    INST_FILE    /usr/lib/perl5/site_perl/5.8/PAR/Packer.pm
    INST_VERSION 0.978
 
Whats wrong or/and how do I debug this?
I have tried PAR_GLOBAL_DEBUG and it shows the files being extracted.
 

Reply via email to