Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: How to create stand alone Exe

by influx (Beadle)
on Aug 16, 2012 at 14:38 UTC ( [id://987786]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to create stand alone Exe
in thread How to create stand alone Exe

There is no perfect solution when it comes to building a standalone executable from Perl. From my experience I was able to create one using perlc then use MagicErmine on that binary to create a standalone cross-platform 32/64bit executable that successfully ran on multiple distributions. As I mentioned, though, I have not tried it with Tk.

Replies are listed 'Best First'.
Re^4: How to create stand alone Exe
by Anonymous Monk on Aug 16, 2012 at 15:03 UTC

    There is no perfect solution when it comes to building a standalone executable from Perl.... As I mentioned, though, I have not tried it with Tk.

    PAR/PerlApp/CavaPackager.. are all designed this purpose and work out of the box today -- perlc isn't and it won't work, it isn't any kind of solution to the problem of deploying self-contained perl apps.

      My working standalone app that runs on multiple architectures begs to differ. Or perhaps it was a figment of my imagination and not really a binary :-O I only used perlc because it was the only one that played well with MagicErmine and was able to compile it all together in a statically linked binary I was able to share successfully. I'm not saying it's the best solution.

        My working standalone app that runs on multiple architectures begs to differ

        No it doesn't. Read the BUGS/CAVEATS

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://987786]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-25 13:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found