Skip to content

Instantly share code, notes, and snippets.

@ioerror
ioerror / gist:4975117
Created February 18, 2013 04:22
golang compile on OS X 10.8.2 outside of homebrew from hg HEAD
$ ls -al `which gcc`
lrwxr-xr-x 1 root wheel 12 Feb 16 04:28 /usr/bin/gcc -> llvm-gcc-4.2
$ cd /Library/Caches/Homebrew/go--hg/
$ cd src
$ bash -x ./all.bash
+ set -e
+ '[' '!' -f make.bash ']'
+ OLDPATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
+ . ./make.bash --no-banner
++ set -e