Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22067

How to update to mingw-gcc 5.2? generally, how to update to gcc 9.2?

$
0
0

I have a problem. actually, now I use mingw64 4.8.2 compiler, but I want to use some functionality that unsupported on my actual gcc compiler. so I installed the latest gcc compiler(ver 9.2x) via. mingw 5.2. unfortunately, then, my cmd used the prior gcc yet, which mean it's doesn't really updated. I have changed the environment variable path(prior gcc compiler installed in dev-c++ folder) to the new one(c:/mingw) but even it's gotten worse, now if I compile any program it's used the built-in ver gcc. and also, I have attempted to move the new folder to the prior compiler path. it didn't help. anyone can help me? I don't mind external installer :)


Viewing all articles
Browse latest Browse all 22067

Trending Articles