and the specific notes in
and .
To produce native 64 bit binaries in these environments, use the tools from
-
Mingw64. These tools can also be used to
+
MinGW-w64. These tools can also be used to
cross-compile for 32 bit and 64 bit
Windows
targets on other hosts, such as
Linux and
To build 64 bit binaries using MinGW, install the 64 bit tool set
- from
www.mingw64.org/">, put its bin
+ from
mingw-w64.sourceforge.net/">, put its bin
directory in the PATH, and run
configure with the
--host=x86_64-w64-mingw option.