On Nov 22, 2007 2:55 PM, Ali, Muhammad <[EMAIL PROTECTED]> wrote:
> I can't seem to find a concrete answer anywhere to this: does the
> current version of gcc support building executables for the 64 bit
> version of Windows?
>
> I am using gcc through MinGW and using the -m64 option results in a
> "sorry, unimplemented: 64-bit mode not compiled in" message.
>
> Thanks,
> Ali.

gcc and binutils can build a compiler toolchain that can target
x86_64-pc-mingw32, but it requires a 64-bit runtime.  Go here:

http://sourceforge.net/projects/mingw-w64/

Reply via email to