Hi,

I'm trying to get the Java binding for 0mq to work, and I'm running into 
issues. 
First of all, the WIKI is not clear about where to extract the Jiava source - I 
tried a separate directory, with no luck. Then I extracted it on on top of my 
0mq installation, and that seems to work a bit better. However, when I try to 
run "configure", I keep getting the following error:

checking pkg-config is at least version 0.9.0... yes
checking for ZeroMQ... no
checking zmq.h usability... yes
checking zmq.h presence... yes
checking for zmq.h... yes
checking for zmq_init in -lzmq... no
configure: error: cannot link with -lzmq

I have libzmq correctly built -

zeromq-2.0.9 # find -name libzmq.so*
./src/.libs/libzmq.so.0.0.0
./src/.libs/libzmq.so.0
./src/.libs/libzmq.so

and I do have the path to the location in my LD_LIBRARY_PATH. I also tried to 
copy libzmq.so to /usr/local/lib and include that as part of my lib path, but 
nothing seems to work. I'm running this under LinuxMint Release 9 (Isadora), 
with kernel 2.6.32-21 generic. I'm not a C or C++ person, just a Java person, 
so 
any help is appreciated.

Thanks,

Alberto

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to