I just updated my Mac Book Pro to El Capitan (10.11.4) and gcc 5.2 broke, so I installed gcc 5.3.0 using homebrew but the new compiler is not linked to /usr/local/bin/gcc
. Instead it's linked to /usr/local/bin/gcc-5
. Likewise, all the related commands (g++, gcc-ar, gcc-ranlib, ...) have now the '-5' appended whereas the plain gcc family w/o '-5' is still linked to 5.2.
Is there a way to force homebrew to link to plain gcc?