Boost C++ Libraries: Ticket #4237: Boost filesystem dynamic failure on darwin https://svn.boost.org/trac10/ticket/4237 <p> In boost filesystem, the following situation occurs: </p> <p> boost_filesystem.dylib links to boost_system.dylib </p> <p> Applications use symbols from both boost_filesystem.dylib and boost_system.dylib, but only link to boost_filesystem.dylib. The linker complains. </p> <p> This seems to also exist on windows, and there is already an explicit except for it. The same problem seems to occur on darwin. This patches fixes the problem. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4237 Trac 1.4.3 Chris Jefferson Wed, 19 May 2010 09:13:36 GMT attachment set https://svn.boost.org/trac10/ticket/4237 https://svn.boost.org/trac10/ticket/4237 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">filesystem_Jamfile.v2.patch</span> </li> </ul> <p> Patch to filesystem jamfile to fix dynamic linking on darwin </p> Ticket Beman Dawes Mon, 24 May 2010 19:26:28 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4237#comment:1 https://svn.boost.org/trac10/ticket/4237#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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/62179" title="Apply fix #4237 uniformly to all shared builds, in the hope that this ...">[62179]</a>) Apply fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4237" title="#4237: Patches: Boost filesystem dynamic failure on darwin (closed: fixed)">#4237</a> uniformly to all shared builds, in the hope that this same problem is what is causing failures on IBM and Sun platforms. Believed to be harmless on platforms where it isn't needed. </p> Ticket