Hello,
I am using Perl on win32 for the first time (Cygwin) and I am trying to install some modules that I would like to use. I have installed nmake but when I go to install the package (after creating the Makefile) using nmake I get this error:
NMAKE: fatal error U1073: don't know how to make '/usr/lib/perl5/5.8/cygwin/Config.pm'
My Config.pm is located in the correct directory and nmake is located under /usr/bin (where perl resides). Any suggestions on how to resolve?
In reply to nmake win32
by expo