How can I download GCC for windows latest version?

Jun 24, 2023 at 9:04pm
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 Jun 24, 2023 at 10:03pm
Jun 24, 2023 at 10:30pm
Try Mingw-w64 or Nuwen's MinGW distro.

https://www.mingw-w64.org/
https://nuwen.net/mingw.html
Jun 25, 2023 at 1:16am
Last edited on Jun 25, 2023 at 12:04pm
Jun 25, 2023 at 1:22am
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.