Thanks for the pointer on MinGW64. Why is that difficult to use?

I don't have an informed answer, and there's a chance that it might not be as hard as I envisage, but on the few occasions I've tried, I always strike problems. For example, MinGW32 can link to a 32-bit Perl/lib/CORE/perl510.lib. But MinGW64 seems unable to link to a 64-bit Perl/lib/CORE/perl510.lib. And whereas VC6 and VC7 can link to MinGW32-built libraries, I can't get the 64-bit Platform SDK compiler to link to MinGW64-built libraries.

With 32-bit builds of ActivePerl, either Visual Studio or MinGW will work straight out of the box (and it's simply a case of whichever compiler is found, is the one that will be used). If the release notes say that the 64-bit build of ActivePerl can also use either Visual Studio or MinGW, then I think those notes need amending.

Which makes me wonder where all the standard modules that it shipped with came from?

That 64-bit build of ActivePerl (including the standard modules) was built using the "Microsoft Platform SDK for Windows Server 2003 R2" compiler. You can use that compiler to build other modules for 64-bit ActivePerl.

Cheers,
Rob

In reply to Re^3: installing modules with XS on Windows 64-bit by syphilis
in thread installing modules with XS on Windows 64-bit by Anonymous Monk

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.