http://www.perlmonks.org?node_id=1001249


in reply to Re^6: Can't compile XS code
in thread Can't compile XS code

Maybe I had a wrong version of MINGW

It's probably a 32-bit version of MinGW - which will still work fine on your 64-bit system, btw.
But there are incompatibilities between the 32-bit binaries it builds/uses and the 64-bit binaries that Strawberry builds/uses - and it's one or more of those incompatibilities that has bitten you in this instance.

I'm pleased it's finally working. Thank you for the feedback.

Cheers,
Rob