[zeromq-dev] Massive problems running ZMQ on android
jonas.adler at epiq.se
jonas.adler at epiq.se
Tue Jul 24 16:03:33 CEST 2012
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
More information about the zeromq-dev
mailing list