Sometimes these problems are simple typing mistakes. For instance, in your original post, you claim the error is "The program cannot start because Perl514.dll is missing", but in your link
pp --link=perl514.dll -o final.exe myScript.pl
you use lowercase perl514.dll.
Perl514 !~ perl514 .Possibly you have a spelling typo, or maybe you need to specify the path to dll with more accuracy? Like ./perl514.dll or maybe it's full path.
There are alot of possible causes of this glitch, see perl514.dll issue with pp. You might need to set the -L for the library directory path in addtion to the dll file.
Good luck hacking out these possibilites.
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.