in reply to Compiling Perl Modules on Windows
To be honest, nmake looks a little too skinny to be a heavy lifter like gcc
'nmake' is just a make utility (a windows equivalent of 'make'), not a compiler. In addition to using MSVC++, you can also build your modules on ActiveState perl using 'dmake' and (the MinGW port of) gcc/g++ - both of which are freely available.
Cheers,
Rob