in reply to How do folks build modules under cygwin perl?

nmake can be made to work by using win32 path names, I've done it. However, the easiest way to proceed is gnu make and gcc
  • Comment on Re: How do folks build modules under cygwin perl?

Replies are listed 'Best First'.
Re^2: How do folks build modules under cygwin perl?
by gregor-e (Beadle) on Feb 20, 2009 at 23:43 UTC
    Thanks. I had installed gcc but not make. (You'd think make would just automatically come with gcc, wouldn't you?)