in reply to Re^5: Cross-Compile Perl Modules for Win x64
in thread Cross-Compile Perl Modules for Win x64
See Perl::Dist::Strawberry, and make sure to get mingw64 version, and build your own.
Afaik, the perl source needs some (extensive ?) modifications before perl can be built using the mingw64 compiler.
Cheers,
Rob
Update: Just to clarify - I'm thinking it's the makefile itself, rather than any of the actual perl source code, that needs modifying.