Seems that you were compiling jzmq without having previously ran a 'make install' of zeromq itself, is it ?
Check if that is the issue, best regards Le 24 juil. 2012 16:40, <[email protected]> a écrit : > Hello, > > I'm new to ZMQ, and trying to get it to run on android. I am however, > facing issue, after issue, after issue. > > I try to follow the official guide, (http://www.zeromq.org/build:android), > and have gotten to the following call on my ubuntu machine: > > ./configure --host=arm-linux-androideabi --prefix=$OUTPUT_DIR > --with-zeromq=$OUTPUT_DIR CPPFLAGS="-fPIC -I$OUTPUT_DIR/include" > LDFLAGS="-L$OUTPUT_DIR/lib" --disable-version > > I get this error: > > "configure: error: cannot link with -lzmq" > > I have tried google for a few days now, but i cannot find any solution to > this that works for me. > > Some comments on other solutions i have found, that did not work for me: > > I have installed pretty much every compiler known to man, but if you have > any specific suggestions, please tell me. > I have made no alterations to the source at all, simply following the > instructions to the letter. > > Has someone else had this error? Is there something that is "understood" > in the guide, that i could be missing? > > Any help would be greatly appreciated! > > //Jonas Adler > > _______________________________________________ > 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
