Boost C++ Libraries: Ticket #5443: Building multithreading (-mt) libs on Mac OS X 10.6 https://svn.boost.org/trac10/ticket/5443 <p> The docu (<a href="http://www.boost.org/doc/libs/1_46_1/more/getting_started/unix-variants.html">http://www.boost.org/doc/libs/1_46_1/more/getting_started/unix-variants.html</a>) states that mutli-threading libs will have the "-mt" suffix, but I cannot get such libs to build on my Mac OS X 10.6 (Intel Core 2 Duo). The build process seems to build multi-threaded libs because the directory it creates for itself is, for example: </p> <p> /tmp/boost/bin.v2/libs/regex/build/darwin-4.2.1/release/threading-multi/ </p> <p> But the only resulting binary in that dir is libboost_regex.dylib. </p> <p> Am I building the libs wrong, or is the docu wrong about the -mt suffix, or is this a Mac problem? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5443 Trac 1.4.3 Steven Watanabe Fri, 08 Apr 2011 18:27:52 GMT component changed; owner set https://svn.boost.org/trac10/ticket/5443#comment:1 https://svn.boost.org/trac10/ticket/5443#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Dave Abrahams</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">Getting Started Guide</span> </li> </ul> <p> The default naming was changed a while ago. There are 3 options. </p> <ul><li>--layout=system does not add any suffixes. It is the default except on Windows. </li><li>--layout=tagged includes the variant suffixes. </li><li>--layout=versioned includes the variant and the Boost version. It is the default on Windows. </li></ul> Ticket daniel@… Sat, 09 Apr 2011 23:24:00 GMT <link>https://svn.boost.org/trac10/ticket/5443#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5443#comment:2</guid> <description> <p> bjam --layout=tagged worked. Thank you. </p> </description> <category>Ticket</category> </item> </channel> </rss>