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

SHA1 was correct. When I checked where objdump was, however, I found it in two places: my separate MSYS installation, and the strawberry one. Once I removed all of the MINGW stuff from the path, strawberry no longer had any trouble compiling XS stuff. Maybe I had a wrong version of MINGW or something; either way, I'm happy it works now. Thanks!

Replies are listed 'Best First'.
Re^7: Can't compile XS code
by syphilis (Archbishop) on Oct 28, 2012 at 05:55 UTC
    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