Boost C++ Libraries: Ticket #1926: MacOS (Darwin) should use the -headerpad_max_install_name option https://svn.boost.org/trac10/ticket/1926 <p> Because of the way that dynamic linking works on MacOS, to be able to redistribute dynamic libraries it is necessary to include the path to the library in the executable. </p> <p> Attached is a patch (from the <a class="missing wiki">MacPorts</a> people) to make relocation much, much easier using MacOS's 'install_name_tool'. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1926 Trac 1.4.3 andrew@… Sat, 17 May 2008 16:24:40 GMT attachment set https://svn.boost.org/trac10/ticket/1926 https://svn.boost.org/trac10/ticket/1926 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">patch-tools-build-v2-tools-darwin.jam</span> </li> </ul> <p> add padding to the dylib install name </p> Ticket Marshall Clow Mon, 26 May 2008 19:34:33 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1926#comment:1 https://svn.boost.org/trac10/ticket/1926#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> Duplicate of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1927" title="#1927: Bugs: MacOS (Darwin) should use the -headerpad_max_install_name option (closed: fixed)">#1927</a> </p> Ticket