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: angela.xie@… 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.".

Change History (1)

comment:1 by timblechmann, 7 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.