[zeromq-dev] Port of ZeroMQ to QNX 6.4

Martin Lucina mato at kotelna.sk
Sat Mar 6 17:32:35 CET 2010


Hi Armin,

armin at steinhoff.de said:
> it seems to be a problem with the QNX libs and/or the different front-ends qcc
> and QCC.
> 
> When I compile the performance tests with QCC the ZMQ stack is working !

This is to be expected. 0MQ is written in C++ and unless you are linking
against the shared 0MQ library, the C++ runtime your application is using
must match the C++ runtime 0MQ is using.

In other words, trying to link an application compiled with compiler A
against a static library compiled with compiler B will result in undefined
behaviour and probably not work.

-mato




More information about the zeromq-dev mailing list