6

I've successfully installed MinGW from the directions located here (Automated Install). But, I wanted to get the GCC version updated to 4.4. Do I simply overlay the files in my installation directory (C:\MinGW\)? If not, how do I properly install this new version of MinGW/GCC?

If this has been asked before, I'm sorry. I searched, but I was unable to find the answer (either here or on MinGW.org).

Note: I'm wanting to install the files at: http://sourceforge.net/projects/mingw/files/ under GCC Version 4 called: gcc-full-4.4.0-mingw32-bin-2.tar.lzma

I'm hoping for more feedback. I appreciate Ravadre's response but more information would also be great!

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Frank V
  • 25,141
  • 34
  • 106
  • 144

3 Answers3

3

I've personally just dropped the new compiler files in, and it works like a charm (I've done it with 4.3.0 to be exact), although I can't guarantee that this is a should-do solution.

I'm talking of course about files that can be downloaded from https://sourceforge.net/projects/mingw/files/ under GCC Version 4.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Marcin Deptuła
  • 11,789
  • 2
  • 33
  • 41
1

The trick is to unzip those GCC files over an existing MinGW/MSYS install.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
rogerdpack
  • 62,887
  • 36
  • 269
  • 388
0

I prefer to keep the installations completely separate in different directories. This allows me to compile old projects with old versions of the compiler when necessary. At one point I had 2.95, 3.x and 4.4.0 all working happily together, so this is a viable option.