16 Oct
2025
16 Oct
'25
10:58 a.m.
How can I build boost 1_89_0 on MacOS with headerpad_max_install_names as a linkflags option. Without this present in the boost dylibs, I am unable to use install_name_tool -change to correctly define @rpath in my later project build. Error message I get is: "change rpath cannot be done because larger updated commands do not fit: relink with header pad or headerpad_max_install_names" Any advice would be appreciated in how to insert this option in project.jam Thanks....JMN