in reply to Re: I want to build XML::Parser module for windows.
in thread I want to build XML::Parser module for windows.

I am using perl 5.16.0 from cpan. I have installed expat lib also. i am using following command

F:\5.16.0\WinNT4.0\perl-5.16.0\win32\..\perl.exe -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1

Replies are listed 'Best First'.
Re^3: I want to build XML::Parser module for windows.
by Anonymous Monk on Sep 05, 2012 at 12:06 UTC

    Why not install the perl first?

    What is output of perl -V:make -V:cc     ?

      $ perl -V:make -V:cc make='C:\VSTUDI~1\VC\bin\nmake.exe'; cc='cl';