I hesitate to say anything that contradicts what BrowserUk posts since I usually find out that I'm wrong. However, I'll share what I have been able to do.

In both 32-bit and 64-bit Windows 7, here's what I have been able to successfully do with 32-bit ActivePerl 5.12. Launch the PPM in GUI mode and install mingw (PPM will also install dmake). That installs without complaint. Considering that aftewards on both 32-bit and 64-bit Windows 7 I was able to install modules via the cpan utility (e.g.: cpan install PAR::Packer) which seems to invoke dmake, I'm assuming that mingw and dmake were installed and were working properly.

However, based on the link in BrowserUk's post, I'm guessing that I might eventually hit a problem with doing the above on a 64-bit Windows with 32-bit ActivePerl. Anyways, just wanted to share what I have "successfully" been able to do.


In reply to Re^3: Problem installing modules on Windows 7 64bit build (Active Perl 2.12.4) by dasgar
in thread Problem installing modules on Windows 7 64bit build (Active Perl 2.12.4) by oldiebutgoodie

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.