snoofkin
snoofkin

Reputation: 8895

Perl to static executable on linux

I want to create a static executable that will run on a windows machine from a linux machine (ubutu 10.04).

Is there anyway of doing so??

thanks,

Upvotes: 3

Views: 676

Answers (3)

JoelFan
JoelFan

Reputation: 38714

What about pl2exe? It's written in Perl so it should work fine on Linux and still produce a windows exe.

Upvotes: 0

Alexandr Ciornii
Alexandr Ciornii

Reputation: 7392

No. There was an attempt to make PAR create executables for another OS but, AFAIK, it was not finished. You can try creating PAR executable in Windows inside virtual machine. Install Strawberry Perl and PAR::Packer.

Upvotes: 2

Peter Tillemans
Peter Tillemans

Reputation: 35341

There is Perl2Exe from http://www.indigostar.com/perl2exe.php . It is not expensive, but you have to run in windows.

10-1 these programs will run nicely in Wine as they will be using very basic stuff from Windows.

Let us know how it plays out.

Upvotes: 2

Related Questions