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
-L/usr/local/lib -lzmq causes the toolchain to link with the shared library, and also links again with dependencies of libzmq.so, which is a bogus behavior.
These 2 arguments should be replaced with /usr/local/lib/libzmq.a for static linking.
The text was updated successfully, but these errors were encountered:
This output is wrong:
-L/usr/local/lib -lzmq
causes the toolchain to link with the shared library, and also links again with dependencies of libzmq.so, which is a bogus behavior.These 2 arguments should be replaced with
/usr/local/lib/libzmq.a
for static linking.The text was updated successfully, but these errors were encountered: