It is strange, if I add -std=c++11 in configure.ac, like this (here unconditionaly for test) :

ZMQ_ORIG_CPPFLAGS="-std=c++11 ${ZMQ_ORIG_CPPFLAGS}"
CPPFLAGS="-std=c++11  ${CPPFLAGS}"

then .configure does not find anymore libsodium :

checking for sodium_init in -lsodium... no
configure: WARNING: libsodium is needed for CURVE security

If I revert :

checking for sodium_init in -lsodium... yes

I will try to build libsodium with c++11 too, but it looks strange.

Any clue please ?



Laurent
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to