-rdynamic on GCC instructs the compiler to add symbols it normally wouldn't
add to the resulting .so. On OSX, the g++ you are most likely using is the
Apple front end to Clang supplied with XCode and NOT g++. -soname is used
to mark your library's compatibility e.g. if you link against libzmqpp.s
Is there any way to use ZMQ when both clients and servers are behind NAT like a
p2p network? It seems UDP is not supported. Would a pubsub model work or only
if the server is not behind NAT?
Sent from my iPhone
___
zeromq-dev mailing list
zeromq-dev@lis
Whoops, I forgot to include:
FreeBSD rekha.dccjr.com 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #2: Wed May
14 13:52:35 EDT 2014 r...@rekha.dccjr.com:/usr/obj/usr/src/sys/REKHA
amd64
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.
Assertion failed: (rc == 0), function main, file test_abstract_ipc.cpp,
line 31.
Abort trap (core dumped)
XFAIL: test_abstract_ipc
Assertion failed: ((int) sockets.size () < no_of_sockets), function
test_system_max, file test_many_sockets.cpp, line 40.
Abort trap (core dumped)
FAIL: test_many_socke
Hi Gents ,
I m using ZMQ 4.0.4 for iOS
1) when i send messase using *zmq_send *
*i got this this but message is successfully received at client. (Strange)*
* - ZMQLogError: *** : zmq_send: Resource
temporarily unavailable*
*2) when i use *zmq_recvmsg
*ZMQLogError: *** : zmq_recv: Operation
Hi Gents,
i am using zmq 4.0.3. The server is written in java (ZMsg lib) and the
client is iOS (Objective C).
I have sucessfully sent message from ZMQ_DEALER socket using zmq_sendmsg
funtion. but when i recieve event from server using method zmq_recvmsg at
client. i recieved error code 804 and th
Mac OS X Lion. gcc4.8.
zmqpp is giving me errors under Mac OS X, gcc4.8, g++: error: unrecognized
command line option '-rdynamic':
git clone https://github.com/zeromq/zmqpp.git
Cloning into 'zmqpp'...
remote: Reusing existing pack: 900, done.
remote: Total 900 (delta 0), reused 0 (delta 0)
Rece
Dear list,
I am new to the list so I hope I'm not asking a question already asked.
I am in the process of integrating zeromq in an embedded solution
using a uclibc toolchain that I cannot customise, and which has, as
the majority of uclibc toolchains (this is configurable when creating
the toolch