in reply to using dmake instead of nmake on Windows

What distribution of Perl are you using? Also, are you using 32-bit or 64-bit Perl.

If you are using Strawberry Perl, you should be able to be able to install modules just fine from CPAN.

Based on the info in your post, I'm going to assume that you are using ActiveState's ActivePerl. If you are using the 32-bit version, just use PPM to install MinGW and dmake from ActiveState's repository. Once those are installed, you can then install modules directly from CPAN.

  • Comment on Re: using dmake instead of nmake on Windows

Replies are listed 'Best First'.
Re^2: using dmake instead of nmake on Windows
by fourmajor (Initiate) on Oct 06, 2012 at 14:26 UTC
    I am using ActivePerl 5.8.8.822.

    MinGW and dmake are already showing as installed in PPM.