使用BOOST TEST
编译pthread
时,在macOS上出现以下链接器错误:
Undefined symbols for architecture x86_64:
"_jump_fcontext", referenced from:
boost::context::fiber::resume() && i
我尝试包含target_link_libraries(${TARGETNAME} -lboost_context -lboost_coroutine -lboost_system)
,但链接错误仍然存在。