Details
Description
Currently we are statically linking c unit tests to ZK client library - we should use shared library instead as there seems no particular reason to stick to static library, plus one benefit of using shared library is that would allow us to use overrides function calls from standard libraries at link time so we can simulate the wrap option for ld linker on os x.
Attachments
Attachments
Issue Links
- is required by
-
ZOOKEEPER-1742 "make check" doesn't work on macos
- Open
- relates to
-
ZOOKEEPER-2518 Document how to set up tool chains for build and test C client on all platforms
- Open