Okay I tried this, but i doesn't change anything still this error:

zmq: no archive symbol table (run ranlib)


Von:  Radu Braniste <[email protected]>
Antworten an:  ZeroMQ development list <[email protected]>
Datum:  Dienstag, 19. März 2013 15:29
An:  <[email protected]>
Betreff:  Re: [zeromq-dev] zmq on Android via NDK




>> 
>> I tried this version of including the Library before, but it didn't work.
>> 
>> LOCAL_LDLIBS += -llog -lm -ljnigraphics -l
>> /Users/florianeckerstorfer/Programmieren/Workspace_Android/ImageBabbleJNI/jn
>> i/libzmq.a
>> 
>> 
> 
it should be:
LOCAL_LDLIBS += -llog -lm -ljnigraphics
-L/Users/florianeckerstorfer/Programmieren/Workspace_Android/ImageBabbleJNI/
jni  -lzmq
Note capital L to specify location and -lzmq
> 
> HTH
> Radu
> 

_______________________________________________ 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

Reply via email to