Hi,

I encountered today a clock_gettime run time crash while testing on iOS 9.0
and earlier using a libzmq.a that is compiled on an iOS 10.0 SDK. The Swift
language bindings for iOS (https://github.com/azawawi/SwiftyZeroMQ) is
currently using a bundled universal libzmq.a (
https://github.com/drewcrawford/libzmq-ios). When I enabled Travis CI tests
on iOS 9 and earlier, the tests started to fail with the error "dyld: lazy
symbol binding failed: Symbol not found: _clock_gettime" (libSystem.dylib).
Tests are working perfectly on iOS 10. The problem seems to be similar to
https://curl.haxx.se/mail/lib-2016-09/0043.html.

Is there a way to disable clock_gettime detection via the configure shell
script?

Regards,
Ahmad M. Zawawi
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to