You can download it from Microsoft directly, by consulting KB Article 132084That's a fairly old and crappy version of nmake. For building perl modules it will mostly work - but there are exceptions (eg PDL) for which a more recent version of nmake is required.
I think the reliability of that version of nmake is a much bigger worry than the alpha status of Strawberry Perl.
any version of MSVC released this decade or thereabouts will be just fineWell .... if you want to use a Microsoft Compiler with ActiveState Perl, then the best one to use is version 6.0 - since that's the compiler used to build ActiveState Perl. All later Microsoft Compilers use a different runtime library - and that is something that
can bite you. Otoh the MinGW compiler uses the
same runtime library as MSVC-6.0 - which is one thing in its favour when it comes to getting a free C compiler to use with ActiveState Perl.
When I look at the questions the OP has asked, I can't help but wish he had simply installed Strawberry Perl to begin with. It gives you the make (dmake) utility and the C compiler - nothing to configure, and no questions to ask. All you really then need to do is install the ppm module from CPAN and you also have immediate access to the wide range of ppm packages - for any modules that you have trouble building. It just doesn't get any simpler ...
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.