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
Performing configuration checks
...
Building the Boost C++ Libraries.
- zlib : no
- bzip2 : no
...
Component configuration:
...
- iostreams : building
...
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.
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.
The text was updated successfully, but these errors were encountered: