http://qs321.pair.com?node_id=548170

premak has asked for the wisdom of the Perl Monks concerning the following question:

Hi,
I was trying to install Compress::Zlib. After creating the makefile, while doing nmake, it is throwing the following error

C:\.cpan\build\Compress-Zlib-1.41>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. Skip blib\lib\Compress\Zlib.pm (unchanged) cl -c -I./zlib-src -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWI +N32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DBUILT_BY_ACTIVESTATE - +DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPL +ICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 - +DVERSION=\"1.41\" -DXS_VERSION=\"1.41\" "-IC:\Perl\lib\CORE" Zlib +.c 'cl' is not recognized as an internal or external command, operabl +e program or batch file. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code + '0x1'Stop.

Could anbody help me....
Thanks

Edit: g0n - formatting & code tags