Open ruslo opened 5 years ago
I also have this problem. Is there some workaround or fix?
I worked it around by adding -L.
in tools/build/src/user-config.jam
and doing ln -s $(xcrun --sdk iphoneos --show-sdk-path)/usr/lib/libpkstart.a librt.a
in sources dir. If script wants to link -lrt
I will give it. I hoped that empty file would suffice, but it doesn't, so I linked random library that happens to really exist.
This is embarrassing but seems to work.
I have the same problem. #678
Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2 This issue has been automatically marked as "transition" to indicate the potential for needing transition to the new B2 development project.
Xcode version:
boost.user.jam
content:Third party:
Download and unpack:
Bootstrap and build:
Output:
In file
bin.v2/config.log
:Error:
The same configuration worked fine with Boost 1.65.1. Since Boost 1.66.0 it is not working.