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

Bloodnok,

Cheers for the info...
I've had a look at Strawberry Perl, and it looks like it could do the job... however it looks like the default setup is 32bit - is there a 64bit version available???

Cheers
Gavin
  • Comment on Re^4: Cross-Compile Perl Modules for Win x64

Replies are listed 'Best First'.
Re^5: Cross-Compile Perl Modules for Win x64
by Anonymous Monk on Dec 30, 2008 at 17:38 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.