Boost C++ Libraries: Ticket #8638: Support of 64-bit address model in boost libraries names https://svn.boost.org/trac10/ticket/8638 <p> Attached patch modifies "boostcpp.jam" and "boost\config\auto_link.hpp" to add new suffix ("-32" or "-64") designating address model selected. If address model is not specified in command line to b2, address model suffix is not appended. </p> <p> Allows to place built boost libraries in the same directory, which in turn simplifies user projects configuration (no need to specify two directories to the linker). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8638 Trac 1.4.3 Valentin Shtronda <valiko.ua@…> Fri, 31 May 2013 10:59:07 GMT attachment set https://svn.boost.org/trac10/ticket/8638 https://svn.boost.org/trac10/ticket/8638 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_trunk_address_model.patch</span> </li> </ul> Ticket Valentin Shtronda <valiko.ua@…> Tue, 26 Nov 2013 01:21:16 GMT component changed; owner set https://svn.boost.org/trac10/ticket/8638#comment:1 https://svn.boost.org/trac10/ticket/8638#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">John Maddock</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">config</span> </li> </ul> <p> Changed Component from "Building Boost" to "config". </p> Ticket Valentin Shtronda <valiko.ua@…> Tue, 26 Nov 2013 01:24:17 GMT attachment set https://svn.boost.org/trac10/ticket/8638 https://svn.boost.org/trac10/ticket/8638 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_trunk_address_model.2.patch</span> </li> </ul> <p> Updated patch to rev.86799. </p> Ticket John Maddock Tue, 26 Nov 2013 18:40:13 GMT <link>https://svn.boost.org/trac10/ticket/8638#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8638#comment:2</guid> <description> <blockquote class="citation"> <p> If address model is not specified in command line to b2, address model suffix is not appended. </p> </blockquote> <p> That makes the patch unusable I'm afraid: as the auto-linking code requires absolute consistency in library naming. </p> <p> In a more general sense, I'd appreciate it if you'd raise this issue on the boost-developer mailing list. It's not something that either Boost.Build or Boost.Config can fix on their own, and requires more general consensus from the Boost community that this is a good idea. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Tue, 31 Jul 2018 18:31:28 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8638#comment:3 https://svn.boost.org/trac10/ticket/8638#comment:3 <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">obsolete</span> </li> </ul> <p> This has since been implemented. </p> Ticket