Skip to content

Instantly share code, notes, and snippets.

@coffeencoke
Created December 20, 2011 03:31
Show Gist options
  • Save coffeencoke/1500108 to your computer and use it in GitHub Desktop.
Save coffeencoke/1500108 to your computer and use it in GitHub Desktop.
Fix some issues with Xcode 4.2.1 and OS X Lion
sudo rm /usr/bin/gnumake /usr/bin/gcc /usr/bin/g++
sudo ln -s /Developer/usr/bin/gnumake /usr/bin/
sudo ln -s /Developer/usr/bin/gcc /usr/bin/
sudo ln -s /Developer/usr/bin/g++ /usr/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment