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?)
[reply]
Re^3: How do folks build modules under cygwin perl?
by
Anonymous Monk
on Feb 21, 2009 at 07:47 UTC
You'd think make would just automatically come with gcc, wouldn't you?
What a bizzare idea :)
What packages should I download? Where are 'make', 'gcc', 'vi', etc?
[reply]
In Section
Seekers of Perl Wisdom