> I am trying to install the MAIL::tools module in windows 2000.  According to
> the INSTALL
> file the steps to installation are:
> 
>    perl Makefile.PL
>    make
>    make test
>    make install
> 
>  I was able to run the first command, but when I type 'make' in the dos
> prompt
>  i get this error:
> 
>  'make' is not recognized as an internal or external
>  command, operable program or batch file.
> 
> 
> Is there another way of installing this module?

On Windows you better use PPM

open a DOS box, type :

ppm

then type

install Mail::Tools

Activestate has a Package status list at
http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/Packages

as well as a PPM FAQ at
http://aspn.activestate.com/ASPN/Products/ActivePerl/faq/ActivePerl-faq2.html

If you want to compile your modules (since various modules are XS linked), you'll need 
a C compiler (which usually comes with make).

-- 
Greetz

Hendrik

... Quidquid perl dictum sit, altum viditur.

Reply via email to