excuse me

I am using zeromq of version 2.2.0, when i using it on ubuntu, it's all
right, but when i using it on ARM board, execute test_hwm, it got wrong,
message as follows

terminate called after throwing an instance of 'zmq::error_t'
terminate called recursively

In the ARM borad, I am using ld-uClibc-0.9.29.so, not the glibc.

I follow to the inner of zeromq, i found in the ip.cpp 285 line getaddrinfo
(iface.c_str(), service.c_str(), &req, &res); return -1, so it wrong. I try
to delete AI_NUMERICSERV, it also wrong.

can you help me? thanks.
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to