in reply to Module Installation Related: MAKE and NMAKE
Cygwin is a Unix emulation environment and uses GCC and GNU Make. If you want to build Perl modules for Cygwin, you will need to install gcc and make through Cygwin setup. But the two environments are not compatible.
It is theoretically possible to build extensions for ActivePerl with the Mingw GCC compiler and GNU Make, but it is not standard.
|
|---|