pebbe / zmq4

A Go interface to ZeroMQ version 4
BSD 2-Clause "Simplified" License
1.17k stars 163 forks source link

Error finding zmq4.a - GOPATH issue #111

Open keleher opened 7 years ago

keleher commented 7 years ago

Upgraded old install of zmq to zmq 4, removed and re-installed pebbe zmq4, and now running results in:

/usr/local/go/pkg/tool/darwin_amd64/link: cannot open file /usr/local/go/pkg/darwin_amd64/github.com/pebbe/zmq4.a: open /usr/local/go/pkg/darwin_amd64/github.com/pebbe/zmq4.a: no such file or directory

Thing is, zma4.a exists, it's in GOPATH/pkg/darwin_amd64/github.com/pebbe/zmq4.a, just where it should be. There's no github.com in /usr/local/go/pkg/darwin_amd64/