Another Option for Building Perl on Windows
Usually I build and test Perl by copying the
C compiler from Strawberry Perl. But just today
I found w64devkit, which is a distribution
of busybox
, gcc
and mingw-w64
, and it works well to compile and test
a fresh Perl:
cd perl5/win32
make -j CCHOME=C:\\Users\\Corion\\...\\w64devkit
make -j test