Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sipple/7891362 to your computer and use it in GitHub Desktop.
Save sipple/7891362 to your computer and use it in GitHub Desktop.
mv /usr/local/bin/g++ /usr/local/bin/g++.bak && ln -s /usr/bin/g++-4.2 /usr/local/bin/g++
rm /usr/local/bin/g++ && mv /usr/local/bin/g++.bak /usr/local/bin/g++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment