Boost C++ Libraries: Ticket #4498: [regex] examples fail to link on Mingw 4.5 https://svn.boost.org/trac10/ticket/4498 <p> A bunch of the regex examples fail to link on Mingw. e.g. </p> <p> <a class="ext-link" href="http://tinyurl.com/283wwys"><span class="icon">​</span>http://tinyurl.com/283wwys</a> </p> <p> Seems to be related to the regex lib always being built as a static library on Mingw -&gt; changing the jamfile for the examples to use static linking on Mingw allows the tests to pass. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4498 Trac 1.4.3 rwebb <richard.webb@…> Sat, 31 Jul 2010 12:41:50 GMT attachment set https://svn.boost.org/trac10/ticket/4498 https://svn.boost.org/trac10/ticket/4498 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">example.diff</span> </li> </ul> Ticket John Maddock Thu, 12 Aug 2010 12:00:45 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4498#comment:1 https://svn.boost.org/trac10/ticket/4498#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> Fixed in rev 64626. </p> Ticket