Re: make and Makefile.PL

2013-05-28 Thread Lawrence Statton
On 05/28/2013 12:09 PM, Rahim Fakir wrote: My system does not have Makefile.PL so what do i do??? Regards Ray Makefile.PL is a file that is included with every package from CPAN. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl

Re: make and Makefile.PL

2013-05-28 Thread Rahim Fakir
My system does not have Makefile.PL so what do i do??? Regards Ray On Tue, May 28, 2013 at 2:58 PM, Brandon McCaig wrote: > On Mon, May 27, 2013 at 09:21:41PM +0100, Rahim Fakir wrote: > > I have download Make for windows 7, but I have problems, with > > make nmake, and Makefile.PL, i don't

Re: make and Makefile.PL

2013-05-28 Thread Brandon McCaig
On Mon, May 27, 2013 at 09:21:41PM +0100, Rahim Fakir wrote: > I have download Make for windows 7, but I have problems, with > make nmake, and Makefile.PL, i don't know how to install them. Strawberry Perl ships with a dmake.exe. Try that. E.g., perl Makefile.PL dmake dmake test dmake install Re

Re: make and Makefile.PL

2013-05-27 Thread Shlomi Fish
Hi Rahim, On Mon, 27 May 2013 21:21:41 +0100 Rahim Fakir wrote: > I have download Make for windows 7, but I have problems, with make nmake, > and Makefile.PL, i don't know how to install them. Are you using ActivePerl? Which version and build? Did you try with http://strawberryperl.com/ or with

Re: make and Makefile.PL

2013-05-27 Thread shawn wilson
Makefile.PL creates a Makefile - have you gotten that far? What's the problem? On May 27, 2013 4:23 PM, "Rahim Fakir" wrote: > I have download Make for windows 7, but I have problems, with make nmake, > and Makefile.PL, i don't know how to install them. >