in reply to Re: Cross-Compile Perl Modules for Win x64
in thread Cross-Compile Perl Modules for Win x64

If you don't have VC (cl.exe) on your PATH, but have MingW and dmake installed, then ActivePerl will automatically use them to builds XS code. perl Makefile.PL will automatically generate the correct Makefile, not configuration is required beyond putting MinGW and dmake on the PATH.