in reply to Re^4: 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.
  • Comment on Re^5: Cross-Compile Perl Modules for Win x64

Replies are listed 'Best First'.
Re^6: Cross-Compile Perl Modules for Win x64
by syphilis (Archbishop) on Dec 31, 2008 at 00:09 UTC
    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.