in reply to Re: nmake win32
in thread nmake win32

yes, but the problem is making sure I am using the correct make utility here. If I can troubleshoot this then I should be able to resolve the problem and install the module as described above. Expo

Replies are listed 'Best First'.
Re^3: nmake win32
by planetscape (Chancellor) on Oct 26, 2006 at 18:11 UTC

    Yes, I understand. That's why we've all been pointing you to Cygwin's native make. :-)

    planetscape
Re^3: nmake win32
by syphilis (Archbishop) on Oct 26, 2006 at 23:22 UTC
    but the problem is making sure I am using the correct make utility

    That's easy to determine. At the command prompt simply enter:

    perl -V:make

    And that will tell you the correct make utility to use. (ie that will tell you to use 'make' ... a sentiment already echoed throughout this thread :-)

    Cheers,
    Rob