Boost C++ Libraries: Ticket #2203: Document building Boost for Windows 64-bit https://svn.boost.org/trac10/ticket/2203 <p> <a href="http://www.boost.org/doc/tools/build/doc/html/bbv2/reference/tools.html#id2566888">http://www.boost.org/doc/tools/build/doc/html/bbv2/reference/tools.html#id2566888</a> documents the various Boost build switches but does not include specific command-line examples. </p> <p> It isn't immediately clear how to build Boost for debug, release, 32-bit, 64-bit modes. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2203 Trac 1.4.3 cowwoc@… Sat, 16 Aug 2008 00:25:58 GMT <link>https://svn.boost.org/trac10/ticket/2203#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2203#comment:1</guid> <description> <p> Sorry, I was the author. I forgot to log in. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Fri, 27 Mar 2009 08:11:32 GMT</pubDate> <title>component changed https://svn.boost.org/trac10/ticket/2203#comment:2 https://svn.boost.org/trac10/ticket/2203#comment:2 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">Building Boost</span> </li> </ul> Ticket Vladimir Prus Fri, 29 May 2009 09:06:32 GMT <link>https://svn.boost.org/trac10/ticket/2203#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2203#comment:3</guid> <description> <pre class="wiki">To use 64-bit compilation you should: Configure you compiler as usual. If you provide a path to the compiler explicitly, provide the path to the 32-bit compiler. If you try to specify the path to any of 64-bit compilers, configuration will not work. When compiling, use address-model=64, to generate AMD64 code. To generate IA64 code, use architecture=ia64 </pre><p> Can you clarify what is lacking in the above description. As for debug and release mode, I think that: <a href="http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html">http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html</a> </p> <p> Is clear on that. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Sat, 30 May 2009 00:35:36 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2203#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2203#comment:4</guid> <description> <p> I think you should provide a sample command-line for each section. The documentation talks about different command-line options in a piece-meal fashion but it's not clear what the end result should look like. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Tue, 02 Jun 2009 06:52:14 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2203#comment:5 https://svn.boost.org/trac10/ticket/2203#comment:5 <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> I have now added a mention of address-model to <a href="http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html">http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html</a>. I am not sure what "sample command-line for each section" might be there -- given that some examples are given and address-model is just one of many other features, and it does not make sense to give an example for every feature. I think this is now as close to good as we can get. </p> Ticket