Hi Monks,
I'm using pp (PAR.75) in order to create a stand alone exe
I run 'pp -B -o rgp rgp.pl'
OK it seems wonderful , it run on every station that we have
but when I ran it on other stations (i.e not
connected in any way ) I got messages that include my perl path :
PAR::_run_member('Archive::Zip::ZipFileMember=HASH(0x55114c)') called at ../blib/lib/PAR.pm line 189
PAR::import('PAR') called at par.pl line 680
eval {...} called at par.pl line 165
__par_pl::BEGIN() called at /users/michaelg/perl-5.8.0/lib/5.8.0/sun4-solaris/Tk/Dialog.pm line 0
my path regarding perl is:
/users/michaelg/perl-5.8.0/bin/
/users/michaelg/perl-5.8.0/PAR-0.75/blib/script/
/users/michaelg/perl-5.8.0/Tk804.025/blib/script/
The whole thing seems fishy ,so I grep the exe output
file and I got this :
rgp:#line 2 "/users/michaelg/perl-5.8.0/lib/site_perl/5.8.0/Archive/Zip.pm"
rgp:## Configured by : michaelg
rgp:archlibexp='/users/michaelg/perl-5.8.0/lib/5.8.0/sun4-solaris'
rgp:installarchlib='/users/michaelg/perl-5.8.0/lib/5.8.0/sun4-solaris'
rgp:installprivlib='/users/michaelg/perl-5.8.0/lib/5.8.0'
rgp:prefix='/users/michaelg/perl-5.8.0'
rgp:privlibexp='/users/michaelg/perl-5.8.0/lib/5.8.0'
rgp:archlib='/users/michaelg/perl-5.8.0/lib/5.8.0/sun4-solaris'
rgp:bin='/users/michaelg/perl-5.8.0/bin'
rgp:binexp='/users/michaelg/perl-5.8.0/bin'
rgp:cf_by='michaelg'
does any of you know how to make the exe pure stand alone
Thnks Guys
michaelg
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.