> But how does one check an image to directly to see if it's compiled 32 or 64
> bits?
objdump -h for instance. An objdump built for just 32-bit mingw won't
even recognize a 64-bit binary. An objdump built for 64-bit mingw will
tell you that a 32-bit binary is "file format pei-i386" and a 64-bit
i
2009/4/25 patrick flaherty :
> Starting with this:
>
> http://oldwiki.mingw.org/index.php/Python%20extensions
>
> I believe the problem to be in distutils. Something needs to be
> modified to accommodate x86_64-pc-mingw32-gcc.
>
> So far, from distutils, I've been through msvccompiler.py,
> msvc9