Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ./Binary: line 1: syntax error near unexpected token `newline'
  2. ./Binary: line 1: `!<arch>'
  3.  
  4. !<arch>
  5. __.PKGDEF 0 0 0 644 524 `
  6. go object darwin amd64 go1.5.3 X:none
  7. build id "0a8fc5a4da0b51df447fd36cc1892d4f53a60289"
  8.  
  9. $$
  10. ...
  11.  
  12. GOARCH="amd64"
  13. GOBIN=""
  14. GOEXE=""
  15. GOHOSTARCH="amd64"
  16. GOHOSTOS="darwin"
  17. GOOS="darwin"
  18. GOPATH="~/Dev/go/"
  19. GORACE=""
  20. GOROOT="/usr/local/Cellar/go/1.5.3/libexec"
  21. GOTOOLDIR="/usr/local/Cellar/go/1.5.3/libexec/pkg/tool/darwin_amd64"
  22. GO15VENDOREXPERIMENT=""
  23. CC="clang"
  24. GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fno-common"
  25. CXX="clang++"
  26. CGO_ENABLED="1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement