Created
November 10, 2009 23:50
-
-
Save markbao/231406 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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