我安装golang使用brew install go我的MAC osx 10.10.4,当我运行go build我得到:
go build runtime: darwin/amd64 must be bootstrapped using make.bash
然后参考问题Cross compile Go on OSX?
首先我试过:
brew install go --with-cc-all
但问题仍然存在,然后我尝试了:
cd /usr/local/go/src
sudo GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 ./make.bash --no-clean
但问题仍然存在。那么我该如何解决这个问题?
System Version: OS X 10.10.4 (14E46)
Kernel Version: Darwin 14.4.0
Go Version: go version go1.4.2 darwin/amd64
哔哔one
互换的青春
相关分类