Boost C++ Libraries: Ticket #10695: Boost.Locale fails under glibc < 2.3.4 https://svn.boost.org/trac10/ticket/10695 <p> Boost.Locale includes clocale, which under Linux includes libintl.h, which is broken in glibc &lt; 2.3.4 if optimization is requested. </p> <p> This can be worked around by undefining <span class="underline">OPTIMIZE</span> macro before including clocale. </p> <p> While this is a ridiculuously old glibc, this single patch makes Boost 1.56 to compile succesfully on a Debian Lenny (!) with gcc 4.9 from NetBSD pkgsrc. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10695 Trac 1.4.3 dottedmag@… Fri, 24 Oct 2014 16:24:21 GMT <link>https://svn.boost.org/trac10/ticket/10695#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10695#comment:1</guid> <description> <p> Link to libintl issue: http: lists.kde.org/?l=kdevelop&amp;m=102345470023715&amp;w=2 (Trac thinks this is a spam, so link b0rked). </p> <p> Link to pull request: https: github.com/boostorg/locale/pull/4 </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Artyom Beilis</dc:creator> <pubDate>Thu, 13 Jul 2017 14:46:21 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/10695#comment:2 https://svn.boost.org/trac10/ticket/10695#comment:2 <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> Ticket