pebbe / zmq4

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

Can't build with Go 1.6 #82

Open bsh-andrew opened 8 years ago

bsh-andrew commented 8 years ago

Hi! I'm trying to build an application, which uses your lib, but I'm getting this error

milk@MBP-sdad:~/go$ env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build  app.go
# runtime/cgo
ld: unknown option: --build-id=none
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I have installed ZeroMQ 4.1.4 on OSX 10.14.4

pebbe commented 8 years ago

Do you have all files and programs for cross compilation for linux installed?