[zeromq-dev] Upgrade to OpenPGM 5.x (commit 00cd7d49c7f2b532b234)

Martin Lucina mato at kotelna.sk
Mon Oct 4 16:19:26 CEST 2010


steven.mccoy at miru.hk said:
> On 29 September 2010 00:43, Martin Lucina <mato at kotelna.sk> wrote:
> 
>     1)
> 
>             AC_DEFINE(ZMQ_HAVE_LINUX, 1, [Have Linux OS])
>     +        AC_CHECK_LIB(rt, main)
>             AC_CHECK_LIB(uuid, main, ,
> 
>     What specifically introduces a dependency on librt? OpenPGM 5.x or the new
>     0MQ timer code?
> 
> 
> Clock and time functions (clock_gettime) as dependency on OpenPGM, I see it
> listed under Solaris already.

OK, understood.

> Isn't there a method of defining a list of functions to export in an external
> file for the 0MQ dynamic library?

Yes, and I can end up using that as well as ZMQ_EXPORT. But it'd still be
easier to just build with something like -DPGM_VISIBILITY_HIDDEN and be
done with it.

> Extra question does 0MQ really need Automake 1.11?  It's inconvenient on Ubuntu
> 8.0.4.4 LTS which only has 1.10.

It doesn't I use 1.10 all the time on Debian stable.

-mato



More information about the zeromq-dev mailing list