Opened 7 years ago
Closed 7 years ago
#11703 closed Bugs (fixed)
test_exec_monitor.so couldn't be built correctly for lockfree test on Solaris 11.2
Reported by: | Owned by: | timblechmann | |
---|---|---|---|
Milestone: | To Be Determined | Component: | lockfree |
Version: | Boost 1.59.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Problem: test_exec_monitor.so couldn't be built correctly on Solaris 11.2 for lockfree library test
all of lockfree library tests have link time issue:
Error message:
Undefined first referenced symbol in file
int test_main(int,char) ../lib.temp/libboost_test_exec_monitor.so ld: fatal: symbol referencing errors
if replace test_exec_monitor.so with static test_exec_monitor.a, test will fail with "../../../boost/system/config.hpp", line 34: Error: #error Must not define both BOOST_SYSTEM_DYN_LINK and BOOST_SYSTEM_STATIC_LINK.".