How can I download GCC for windows latest version?

Hi,

I need the latest GCC compiler collection for Windows but cannot find it.
Please help...

I tried:

 
git clone git://gcc.gnu.org/git/gcc.git 


but calling configure is not taken to be executable!

therefore I don't know how to build gcc latest version
Last edited on
Try Mingw-w64 or Nuwen's MinGW distro.

https://www.mingw-w64.org/
https://nuwen.net/mingw.html
Last edited on
Yeah, MSYS2 has a really nice feature, a package manager that makes installing and updating libraries easy.

Quite a number of packages are available, in groups.

https://packages.msys2.org/groups/

As well as compiler environments available, 32 and 64 bit.

https://packages.msys2.org/repos



Topic archived. No new replies allowed.