So I checked in the terminal
gcc --version
command not found
But when I check
gcc-4.8 --version
it outputs the proper information about this gcc.
The question is how can I type gcc --version
and it calls the proper executable file which is gcc-4.8. Is that related to alias or anything?