CZMQ includes both header files, though zmq_utils.h is empty in later versions of ZeroMQ. Also the error is on linking...
Check, if "make check" works in CZMQ, then it's linking these functions (you can see they're used in zcert and zarmour). So look carefully at the link commands you're using for your application. There is either a missing -lzmq or else you have two different libzmq.a versions installed, and it's using the wrong one. -Pieter On Thu, Jan 22, 2015 at 2:26 AM, Check Peck <[email protected]> wrote: > > On Wed, Jan 21, 2015 at 5:17 PM, Peter Kleiweg <[email protected]> wrote: >> >> zmq_utils.h > > > > So you are saying I am missing this include header in my class where I am > using czmq? > > What is the use of zmq_utils.h file here? > > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
