Running win32 perl under wine with win32 PAR? I do not think he wants to go there. First off, wine doesn't work half the time, second off...this is a fairly hackish solution.

Basically what the question-poster needs to know is that *NIX developers really have no interest in making cross compilers that target their arch-nemesis of an operating system. You can do cool things like cross-compile for AMD64 or IA64 on IA32, but you can't target foreign OS's (usually). Similarly, I don't think there are any win32 compilers that create Linux apps. The closest 'foreign' cross compiler I can think of is Watcom/OpenWatcom, which targets OS/2, Netware, DOS, and Win32 when running from Win32. Does this help with Perl? No. Are all of these OS's above really odd? Yes.

The only workable answer I can think of -- There may be ways to do this with VMware. VMWare would not be free, but it would allow you to install Windows on a Linux box and make it "believe".

My suggestion -- find the cheapest computer you can find, and get it to run Windows for you.


In reply to Re: Re: Making Perl EXE's on a *NIX machine by flyingmoose
in thread Making Perl EXE's on a *NIX machine by batkins

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.