Skip to content

Instantly share code, notes, and snippets.

@ev3rywh3re
Last active October 11, 2015 14:48
Show Gist options
  • Save ev3rywh3re/3875291 to your computer and use it in GitHub Desktop.
Save ev3rywh3re/3875291 to your computer and use it in GitHub Desktop.
OSX Stupid Stuff
-- (all?) So your Ruby Gems hate you because there is no gcc in the right place?
You've upgraded Xcode Right?
You've installed the Command Line Tools under Xcode > Preferences > Downloads right?
Did you lie, cheat, and steal by doing: ln -s /usr/bin/gcc /usr/bin/gcc-4.2? -- Who the hell wants to compile against a version specific compiler anyway?
-- (mavericks) So your git svn is broken, try fixing the perl linking.
sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.16/darwin-thread-multi-2level/SVN /System/Library/Perl/Extras/5.16/SVN
sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.16/darwin-thread-multi-2level/auto/SVN/ /System/Library/Perl/Extras/5.16/auto/SVN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment