Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I trying to install CPAN Module.
I already copy both the NMAKE.EXE and the NMAKE.ERR file to my Perl bin directory
Note: I don’t have VC++ in my system
OS (windows XP), perl 5.8.8
I am getting this error when i run nmake command.
nmake cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ +STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT -DPER +L_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O +1 -DVERSION=\"1.11\" -DXS_VERSION=\"1.11\" "-IC:\Perl\lib\CORE" + Piece.c 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code + '0x1' Stop.
Advice me...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Problem when installing CPAN Module
by Corion (Patriarch) on Jan 09, 2007 at 10:15 UTC | |
Re: Problem when installing CPAN Module
by bart (Canon) on Jan 09, 2007 at 11:59 UTC | |
Re: Problem when installing CPAN Module
by syphilis (Archbishop) on Jan 09, 2007 at 12:04 UTC | |
Re: Problem when installing CPAN Module
by bingos (Vicar) on Jan 09, 2007 at 11:26 UTC | |
Re: Problem when installing CPAN Module
by sgt (Deacon) on Jan 09, 2007 at 11:24 UTC | |
Re: Problem when installing CPAN Module
by NatureFocus (Scribe) on Jan 09, 2007 at 14:03 UTC | |
Re: Problem when installing CPAN Module
by shonorio (Hermit) on Jan 09, 2007 at 10:34 UTC | |
by Anonymous Monk on Jan 09, 2007 at 11:53 UTC | |
by shonorio (Hermit) on Jan 09, 2007 at 12:12 UTC |