Cross compile windows 64 bit .exe from linux

Posted by Hannes de Jager on Stack Overflow See other posts from Stack Overflow or by Hannes de Jager
Published on 2010-04-22T10:03:14Z Indexed on 2010/04/22 16:03 UTC
Read the original article Hit count: 171

Filed under:
|
|
|
|

I know that if I want to compile a 32 bit .exe for windows on Linux I can just install and use the mingw32 package (e.g. apt-get install mingw32) on linux. What if I want to compile a windows .exe that is 64 bit? Is there tools or a method to do this?

© Stack Overflow or respective owner

Related posts about gcc

Related posts about cross-compiling