Open bsh-andrew opened 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
Do you have all files and programs for cross compilation for linux installed?
Hi! I'm trying to build an application, which uses your lib, but I'm getting this error
I have installed ZeroMQ 4.1.4 on OSX 10.14.4