Skip to content

Instantly share code, notes, and snippets.

@cjfshaw
Last active April 7, 2016 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjfshaw/85c4872b342d7473d5fb7d83584bb8f4 to your computer and use it in GitHub Desktop.
Save cjfshaw/85c4872b342d7473d5fb7d83584bb8f4 to your computer and use it in GitHub Desktop.
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/cshaw/dev"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GO15VENDOREXPERIMENT="1"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
go run exampleLink.go
# command-line-arguments
/usr/local/go/pkg/tool/linux_amd64/link: cannot open file /usr/local/go/pkg/linux_amd64/math/big.a: open /usr/local/go/pkg/linux_amd64/math/big.a: permission denied
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment