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

Not picking up the correct GCC verison

$
0
0

I am running an environment which requires an older version of gcc (gcc.4.8.3 to be exact).

I have this version of gcc sitting at location: /usr/local/bin (see below)

enter image description here

I have appended /usr/local/bin to my $PATH file so that this directory is checked for a version of gcc first - so picking up the gcc.4.8.3 version (see below)

enter image description here

However when I check the version of gcc I still see the latest version gcc.4.9.3 referenced and not gcc.4.8.3.(see below)

enter image description here

How can I reference version gcc.4.8.3 using my $PATH file?


Viewing all articles
Browse latest Browse all 22028

Trending Articles