Boost C++ Libraries: Ticket #3692: Jamroot update for Comeau C++ compiler https://svn.boost.org/trac10/ticket/3692 <p> This patch brings small update to trunk/Jamroot file required by <a class="ext-link" href="http://www.comeaucomputing.com/"><span class="icon">​</span>Comeau C++</a> compiler. I've tested the settings only under Linux 32-bit using Linux release of <a class="ext-link" href="http://www.comeaucomputing.com/4.3.0/minor/linux/"><span class="icon">​</span>Comeau C/C++ 4.3.10.1</a> with GCC 4.3.3 and GNU C Library 2.9. </p> <p> Basically, the patch requests static linking of Boost binary libraries (Comeau does not support generation of shared modules) and enables POSIX/SVID and C99 features from glibc. </p> <p> Background of this patch is discussed here: <a class="ext-link" href="http://lists.boost.org/Archives/boost/2009/11/159180.php"><span class="icon">​</span>First results using Comeau C/C++ compiler</a> </p> <p> Note, this patch is not sufficient to compile full collection of Boost libraries. There is also number of issues specific to particular libraries that I hope to patch too. However, this patch has been confirmed as a requirement. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3692 Trac 1.4.3 Mateusz Loskot (mloskot) <mateusz@…> Sat, 28 Nov 2009 19:45:59 GMT attachment set https://svn.boost.org/trac10/ticket/3692 https://svn.boost.org/trac10/ticket/3692 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">Jamroot-como-toolset.patch</span> </li> </ul> <p> Boost-wide settings for Comeau C++ compiler </p> Ticket Vladimir Prus Sun, 29 Nov 2009 07:59:33 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3692#comment:1 https://svn.boost.org/trac10/ticket/3692#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/58027" title="Add requirements for Comeau toolset. Fixes #3692. Patch from Mateusz ...">[58027]</a>) Add requirements for Comeau toolset. </p> <p> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3692" title="#3692: Patches: Jamroot update for Comeau C++ compiler (closed: fixed)">#3692</a>. Patch from Mateusz Loskot. </p> Ticket