You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try building shared libraries for boost via the Xcode toolchain, I get undefined symbols errors for boost_fiber library. See more verbose log snippets at the bottom of this post.
Undefined symbols for architecture x86_64:
"boost::fibers::context::active()", referenced from:
boost::fibers::numa::algo::work_stealing::pick_next() in work_stealing.o
"boost::fibers::context::attach(boost::fibers::context*)", referenced from:
boost::fibers::numa::algo::work_stealing::pick_next() in work_stealing.o
"boost::fibers::context::detach()", referenced from:
boost::fibers::numa::algo::work_stealing::awakened(boost::fibers::context*) in work_stealing.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
When I try building shared libraries for
boost
via the Xcode toolchain, I get undefined symbols errors forboost_fiber
library. See more verbose log snippets at the bottom of this post.Package and Environment Details
Conan profile
Note that the profile has
compiler.cppstd=14
added due to this issue: #4097Steps to reproduce
Run the command:
conan install boost/1.75.0@ --build -o boost:shared=True
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: