in reply to perl to exe excutable file to work on windows (seven /xp)
when I used the following command it gaves me afile .out which worked perfectly on Ubuntu but not on windwos.This won't work, Ubuntu (Linux) executables are not compatible to Windows in any way (they are ELF linked to linux glibc while Windows executables are PE EXE linked to Windows DLL files). You need to install some kind of Perl for Windows (Strawberry Perl/ActivePerl/Citrus Perl), install a "packager" application (pp/CavaPackager/PerlApp by ActiveState) and package your application on Windows for Windows.
See also: Packaging Perl Programs (is) Painful
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl to exe excutable file to work on windows (seven /xp)
by Samman_Mahmoud (Initiate) on Nov 04, 2013 at 08:42 UTC |