I'd like to have x64 version of some of the GNU tools, especially sort which
could use several gigs of RAM to speed things up. Has anyone had any luck
compiling for x64?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Gnuwin32 is intended for 32-bit Windows builds but as a suggestion you could
try cross-building from Mingw32 using the TDW Mingw-replacement GCC compiler:
http://tdm-gcc.tdragon.net/. Many Gnu tool'
projects do not support building with any recent MS C/C++ compiler (cl.exe) or
at least not by either usingnmake' nor the Visual Studio IDE.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd like to have x64 version of some of the GNU tools, especially sort which
could use several gigs of RAM to speed things up. Has anyone had any luck
compiling for x64?
Gnuwin32 is intended for 32-bit Windows builds but as a suggestion you could
try cross-building from Mingw32 using the TDW Mingw-replacement GCC compiler:
http://tdm-gcc.tdragon.net/. Many Gnu
tool' projects do not support building with any recent MS C/C++ compiler (cl.exe) or at least not by either usingnmake' nor the Visual Studio IDE.