Hello,

I'm planning to use PAR for a cross platform application, but I have
some problems. :/

1. When using
pp -x -o bla.exe bla.pl
no libs are included into the resulting .exe file. Instead, simply the
contents of the current directory are packed into the .exe.

2. Using
pp -x -m -o bla.par bla.pl
results to an archive containing all required libs for the current
platform (Windows, in this case.), which is fine. ;) But after copying
it to another Windows machine, 'perl bla.par' results to 'unrecognized
character \x03 at bla.par line 1.', while 'parl bla.par' complains
about missing modules. :(

perl -v
This is perl, v5.8.8 built for MSWin32-x86-multi-thread

PAR version 0.976

Any hints? Thank you.

Bianka

Reply via email to