Werner Gillmer

Results 4 comments of Werner Gillmer

go env ``` ➜ ~ go env GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin" GOPATH="/Users/wgillmer/workspace/go" GORACE="" GOROOT="/usr/local/opt/go/libexec" GOTOOLDIR="/usr/local/opt/go/libexec/pkg/tool/darwin_amd64" GCCGO="gccgo" CC="clang" GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/h2/5r4jrl855hddg359493d7gp00000gn/T/go-build081211722=/tmp/go-build -gno-record-gcc-switches -fno-common" CXX="clang++" CGO_ENABLED="1"...

Output for : go get -v -x github.com/pebbe/zmq4 ``` WORK=/var/folders/h2/5r4jrl855hddg359493d7gp00000gn/T/go-build517389540 github.com/pebbe/zmq4 mkdir -p $WORK/github.com/pebbe/zmq4/_obj/ mkdir -p $WORK/github.com/pebbe/ cd /Users/wgillmer/workspace/go/src/github.com/pebbe/zmq4 pkg-config --cflags libzmq pkg-config --libs libzmq CGO_LDFLAGS="-g" "-O2" "-L/usr/local/Cellar/zeromq/4.2.2/lib" "-lzmq" /usr/local/opt/go/libexec/pkg/tool/darwin_amd64/cgo...

Here is the output files from the `go get -work` [gotgetwork_pebbezmq4.zip](https://github.com/pebbe/zmq4/files/868350/gotgetwork_pebbezmq4.zip)