Skip to content

Instantly share code, notes, and snippets.

@markbao
Created November 10, 2009 23:50
Show Gist options
  • Save markbao/231406 to your computer and use it in GitHub Desktop.
Save markbao/231406 to your computer and use it in GitHub Desktop.
mark-baos-macbook-pro:src markbao$ env | grep '^GO'
GOBIN=/Users/markbao/bin
GOARCH=amd64
GOROOT=/Users/markbao/go
GOOS=darwin
...
mark-baos-macbook-pro:src markbao$ ls -l $GOBIN
total 8
-rwxr-xr-x 1 markbao staff 1484 Nov 10 18:49 quietgcc
...
quietgcc -ggdb -I/Users/markbao/go/include -O2 -fno-inline -c /Users/markbao/go/src/lib9/_p9dir.c
make: quietgcc: No such file or directory
make: *** [_p9dir.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment