Tue May 06 16:51:45 2014: Request 95417 was acted upon.
Transaction: Ticket created by angan....@intel.com
       Queue: PAR
     Subject: Perl pp error: Seeking some info
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: angan....@intel.com
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=95417 >



Hi Autrijus,

We are trying to use "pp" to compile a Perl-based software developed in-house 
here at Intel. I have tried perlcc earlier but not with much success. The 
requirement it might have packages which might call other packages. But once 
compiled into a binary, it should be truly stand-alone: i.e., able to run from 
any 64-bit Unix terminal, without assuming any dependencies on Perl whatsoever. 
What I did is the plain vanilla way:

$ pp -o <output>.exe <myfile.pl>

When I try the '-help' on the executable on another terminal, I get:

$ <output>.exe --help
Attempt to reload Scalar/Util.pm aborted.
Compilation failed in require at 
/usr/intel/pkgs/perl/5.14.1/lib64/5.14.1/Compress/Zlib.pm line 8.
BEGIN failed--compilation aborted at 
/usr/intel/pkgs/perl/5.14.1/lib64/5.14.1/Compress/Zlib.pm line 8.
Compilation failed in require at -e line 358.

It seems I might be missing something. I tried compiling with the few options 
(-B, -M, etc.) mentioned on the website but not with much success. Could you 
please help asap?

Thanks,
Angan

Reply via email to