fourmajor has asked for the wisdom of the Perl Monks concerning the following question:
My end goal is to install Net::POP3 on my Windows machine, but Perl Package Manager does not have it available (not sure why).
So, I tried to install via CPAN. But then I saw that it wasn't able to find nmake. CPAN returned this error: 'nmake' is not recognized as an internal or external command
I went to look for nmake, but I found that provided links to Microsoft download were broken, and that it seems that you have to install some very large package of software to get it. And I am not sure which package.
So I tried to use dmake instead. It is installed, but still when I run install Net::POP3 it is trying to use nmake.
Is there some way to force CPAN to use dmake instead? I have entered the relevant path in the PATH env variable.
Thanks!
Stu
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using dmake instead of nmake on Windows
by dasgar (Priest) on Oct 05, 2012 at 20:43 UTC | |
by fourmajor (Initiate) on Oct 06, 2012 at 14:26 UTC | |
|
Re: using dmake instead of nmake on Windows
by syphilis (Archbishop) on Oct 06, 2012 at 02:52 UTC | |
|
Re: using dmake instead of nmake on Windows
by Anonymous Monk on Oct 05, 2012 at 21:00 UTC | |
by fourmajor (Initiate) on Oct 06, 2012 at 14:33 UTC | |
|
Re: using dmake instead of nmake on Windows
by bulk88 (Priest) on Oct 06, 2012 at 01:09 UTC | |
|
Re: using dmake instead of nmake on Windows
by exilepanda (Friar) on Oct 06, 2012 at 08:49 UTC |