You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building on a 64-bit system, the configure step fails after building a local libzmq, saying that libzmq can't be found.
By changing the Makefile, and setting ZMQ_PKG_CONFIG_DIR = $(ZMQ_BUILD_DIR)/lib64/pkgconfig rather than ZMQ_PKG_CONFIG_DIR = $(ZMQ_BUILD_DIR)/lib/pkgconfig, the issue is mitigated.
The text was updated successfully, but these errors were encountered:
When building on a 64-bit system, the configure step fails after building a local libzmq, saying that libzmq can't be found.
By changing the Makefile, and setting
ZMQ_PKG_CONFIG_DIR = $(ZMQ_BUILD_DIR)/lib64/pkgconfig
rather thanZMQ_PKG_CONFIG_DIR = $(ZMQ_BUILD_DIR)/lib/pkgconfig
, the issue is mitigated.The text was updated successfully, but these errors were encountered: