in reply to Re: makefile problem for NetSend module
in thread makefile problem for NetSend module

Yep, Windows 2000. I downloaded Perl from ActiveState; I don't know if that makes a difference or not.
  • Comment on Re^2: makefile problem for NetSend module

Replies are listed 'Best First'.
Re^3: makefile problem for NetSend module
by samtregar (Abbot) on May 15, 2006 at 22:25 UTC
    You can get a copy of nmake, Microsoft's make tool, here:

    http://download.microsoft.com/download/vc15/patch/1.52/w95/en-us/nmake15.exe

    Alternately you could try installing the module using the ppm program which comes with ActiveState Perl. If the ppm repository has the module it should install with no additional work required.

    If I was in your shoes I'd ditch ActiveState and try out CamelPack. It sounds really neat to me.

    -sam