in reply to Re^2: nmake win32
in thread nmake win32

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