The quickest and easiest solution that I can suggest is to move to Strawberry Perl.

With 64-bit ActivePerl, you're not going to get a compiler and compiler tools right out of the box. It's been a while since I've looked into it, but you'll need to get a version a compiler that is compatible with what Active State used to compile the Perl version that you have. I think there were some gotchas going the 64-bit MinGW route, so you might have to go the Visual Studio route. There are other gotchas that you have to deal with, but I don't remember all the details (and I never fully explored that route).

Or you can go to Strawberry Perl. Their 64-bit versions (both the installable version and portable version) will come with the compiler and compiler tools that you will need. Just install PAR::Packer from CPAN and you're good to go. Just remember, 64-bit executables can't be used in a 32-bit Windows OS.

There are others who favor Citrus Perl over Strawberry Perl, but I have not used Citrus Perl or it's utilities before. Supposedly Citrus Perl has some utilities to help "build" an stand-alone executable from your Perl code.


In reply to Re: PAR::Packer for 64-bit machine by dasgar
in thread PAR::Packer for 64-bit machine by fionbarr

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.