uchain-fullnode icon indicating copy to clipboard operation
uchain-fullnode copied to clipboard

library not found for -lzmq_static for Mac OS

Open zhoushuren opened this issue 6 years ago • 1 comments

My MacOS version 10.14.1

clang++ version is:

Apple LLVM version 10.0.0 (clang-1000.11.45.5) Target: x86_64-apple-darwin18.2.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

error:

ld: library not found for -lzmq_static clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [bin/ucd] Error 1 make[1]: *** [src/UChainApp/ucd/CMakeFiles/ucd.dir/all] Error 2 make: *** [all] Error 2

zhoushuren avatar Feb 11 '19 08:02 zhoushuren