In order to build and install modules like HTML::Parser from source
you basically need the same compiler environment that was used to
build perl itself.  The 'cl' program that you are missing is the
Microsoft C compiler.

Which perl are you using?  Can I suggest that you just try ActivePerl
since it comes LWP and releated modules ready to go.

Regards,
Gisle

On Fri, Jul 18, 2008 at 10:37 AM, jeyasimhan m <[EMAIL PROTECTED]> wrote:
> Hi,
>
> When I try to install HTML::Parser as well as Bundle::LWP I'm getting this 
> following error
>
> perl -MCPAN -e "install Bundle::LWP"
>
>        C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils\xsubpp  -typemap 
> C:\Perl\lib\ExtUtils\typemap -typemap typemap  Parser.xs > Parser.xsc && 
> C:\Perl\bin\perl.exe -MExtUtils::Command -e mv Parser.xsc Parser.c
>        cl -c    -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE 
> -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC 
> -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO 
> -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1    -DVERSION=\"3.56\"  
> -DXS_VERSION=\"3.56\"  "-IC:\Perl\lib\CORE"  -DMARKED_SECTION Parser.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'
>
>
> Please help me to install these modules
>
> Thanks
> Jey

Reply via email to