On Tue, Feb 21, 2012 at 5:02 AM, Me Myself and I <[email protected]> wrote: > > As I understand it, the word "toolchain" > is the word referring to the gcc tools, msys and all > that usually runs with mingw.
no. It's just the compiler, linker, eventually a debugger, + some files (like the win32 headers and import libraries. MSYS is not part of the toolchain. MSYS is a console with some tools ported to Windows that can run in that console : a shell, ls, find, etc... It also allows you to run autotools (autoconf, etc...) > Can someone here give me the url for the > 64 bit equivalent of 32 bit > > mingw-get-inst-20110530.exe > > file? There is no such installer for the mingw-w64 project (at least, no official one, maybe there are some somewhere). Usually, you just need an archive of mingw-w64 toolchain, untar it, and add to PATH the directory where the compilers are located. That's what I do. Vincent Torri ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
