[zeromq-dev] Cannot find -lzmq

jetkinet jetkinet at gmail.com
Thu Jul 17 14:15:03 CEST 2014


Hello Marci,

i am using c and eclipse with Windows XP, but i think the steps are pretty
much the same.
Be aware to use the right library. (
http://zeromq.org/distro:microsoft-windows)

I've installed ZeroMQ, and in configured my Eclipse c project as followed:

C/C++ Build > Settings

Cygwin C Compiler > Include path: "MyPathTo\ZeroMQ 4.0.4\include"
Cygwin C Linker > Libraries: libzmq-v100-mt-4_0_4
Cygwin C Linker > Library search path : "MyPathTo\ZeroMQ 4.0.4\lib"


that's it
To run the c program i have to put it into the ZeroMQ\bin folder.

(sadly i have no idea how to use it without putting it into the bin folder
so that my c program is finding the .dll, i think with a little bit more c
knowledge it would be easy to solve it)

I hope i could help you!

Jonas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20140717/dab7d0d5/attachment.htm>


More information about the zeromq-dev mailing list