mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
687c75858e
Solution: go back to using -Wl,--version-script. Use ax_check_vscript.m4 from the autoconf-archive to detect support on multiple platforms (eg Solaris ld(1) -M). libtool -export-symbols-regexp used ld(1) --retain-symbols-file under the hood, the latter lets some C++ weak symbols make their way into the dynamic symbols table, along with the zmq_* interface. The reason for such behavior is unknown to me. |
||
---|---|---|
.. | ||
ax_check_compile_flag.m4 | ||
ax_check_vscript.m4 | ||
ax_code_coverage.m4 | ||
ax_cxx_compile_stdcxx_11.m4 | ||
ax_cxx_compile_stdcxx.m4 | ||
ax_valgrind_check.m4 |