I have an old project which i want to compile with the 4.1.2 version of GCC and G++. i have them downloaded, but i don't know how to give it to the MINGW to use them as default c/c++ compilers. Anyone know how to do it?
|
feedback
|
|
If you downloaded the whole package (gcc, binutils, runtime, win32api) from one release of MinGW (not required, but ensures compatibility), you can extract them some folder on your hard drive, say
So that Open a command prompt (type
Run
And ensure that the version reported is 4.1.2. On linux, same thing, but the directory will be different, and your command to set PATH will be:
| |||
|
feedback
|