views:

88

answers:

3

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,

+1  A: 

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.

Alexandr Ciornii
+1  A: 

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.

Peter Tillemans