If you use ActiveState Perl it should generally "just work"The major issue with 64-bit ActivePerl is that it's not really set up to "just work".
With their 32-bit builds you can just
ppm install MinGW and away you go but with the 64-bit builds,
ppm install MinGW still doesn't do anything useful (afaik).
You have to either install a Microsoft Compiler (such as mentioned by
dasgar), or install a 64-bit MinGW compiler yourself and then utilise it via ExtUtils::FakeConfig. (Both of those options are viable, but nowhere near as simple as
ppm install MinGW)
Once you have a 64-bit compiler set up for your 64-bit Windows perl, I think you can pretty much expect to be able to build anything you could with the same brand of 32-bit compiler on a 32-bit build of Windows perl. Exceptions no doubt exist but are not common, in my experience.
Cheers,
Rob
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.