Click here to Skip to main content
15,887,822 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use windows 10, and I think I already installed gcc 4.9.2 with codeblocks IDE automatically. This is the result of gcc --version command on CMD:

Delphi
gcc (tdm-1) 4.9.2 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


But now, I have downloaded tdm64-gcc-5.10.2 and want to update my gcc version, but I don't know how to remove the previous version?

What I have tried:

I installed the new version but still I get the same result from CMD line gcc --version command!
Posted
Updated 28-Feb-18 23:08pm
Comments
Richard MacCutchan 1-Mar-18 5:23am    
Go to Settings ->Apps and find the relevant entry. You can then use Uninstall to get rid of it.

1 solution

You can have both. Nothing prevents you from having several versions of the compiler installed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900