----- Original Message -----
From: "Jyoti" <jyoti.bansode@gmail.com>
To: "Sisyphus" <sisyphus1@optusnet.com.au>
Cc: <beginners@perl.org>
Sent: Wednesday, March 10, 2010 4:50 PM
Subject: Re: module installation
> Thanks for reply. I followed ur suggested steps but still getting same
> error. I copied the error below.
>
> C:\strawberry\perl\libwin32-0.29>perl Makefile.PL
> Checking if your kit is complete...
> Looks good
> Writing Makefile for libwin32
>
> C:\strawberry\perl\libwin32-0.29>nmake test
If you're using Strawberry Perl you should use 'dmake' (which comes as part
of Strawberry Perl) instead of 'nmake'.
So, instead of running 'nmake test', run 'dmake test' (and then 'dmake
install') and see how that goes.
In general, you should use the make utility that is reported by running
'perl -V:make' (which will be 'dmake', for Strawberry Perl).
Cheers,
Rob
|