I\'m using Eclipse release version 3.7.0, but I can\'t find the gcc anywhere. How and where can I see the version of gcc I\'m currently using?
The answer is:
gcc --version
Rather than searching on forums, for any possible option you can always type:
gcc --help
haha! :)