Boost C++ Libraries: Ticket #8401: No threading support - AIX 7, GCC 4.7 https://svn.boost.org/trac10/ticket/8401 <p> I'm trying to compile a simple thread .cpp file with Boost 1.53.0 </p> <p> I get the following errors (i got a patch that solves my issue - attached) </p> <pre class="wiki">-bash-4.2$ g++ -c -I~/agent/workspace-linux/build/../../lib/boost -I~/agent/workspace-linux/build/../../lib/log4cpp/include -o ~/agent/workspace-linb/log4cpp/include -o ~/a../src/otk/proc-mon/ProcMonitor.cpp In file included from ~/agent/workspace-linux/build/../../lib/boost/boost/thread/detail/platform.hpp:17:0, from ~/agent/workspace-linux/build/../../lib/boost/boost/thread/thread.hpp:12, from ~/agent/workspace-linux/build/../../lib/boost/boost/thread.hpp:13, from ../src/otk/proc-mon/ProcMonitor.h:13, from ../src/otk/proc-mon/ProcMonitor.cpp:8: ~/agent/workspace-linux/build/../../lib/boost/boost/config/requires_threads.hpp:29:4: error: #error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS" In file included from ~/agent/workspace-linux/build/../../lib/boost/boost/thread/thread.hpp:12:0, from ~/agent/workspace-linux/build/../../lib/boost/boost/thread.hpp:13, from ../src/otk/proc-mon/ProcMonitor.h:13, from ../src/otk/proc-mon/ProcMonitor.cpp:8: ~/agent/workspace-linux/build/../../lib/boost/boost/thread/detail/platform.hpp:69:9: error: #error "Sorry, no boost threads are available for this platform." </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8401 Trac 1.4.3 m.iancu@… Fri, 05 Apr 2013 14:46:16 GMT attachment set https://svn.boost.org/trac10/ticket/8401 https://svn.boost.org/trac10/ticket/8401 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">aix.patch</span> </li> </ul> <p> patch for threading support AIX (gcc4.7) - works for me </p> Ticket m.iancu@… Fri, 05 Apr 2013 14:47:23 GMT component changed; owner set https://svn.boost.org/trac10/ticket/8401#comment:1 https://svn.boost.org/trac10/ticket/8401#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Anthony Williams</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">thread</span> </li> </ul> Ticket viboes Sun, 07 Apr 2013 18:40:33 GMT owner, component changed https://svn.boost.org/trac10/ticket/8401#comment:2 https://svn.boost.org/trac10/ticket/8401#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">John Maddock</span> </li> <li><strong>component</strong> <span class="trac-field-old">thread</span> → <span class="trac-field-new">config</span> </li> </ul> Ticket John Maddock Thu, 18 Apr 2013 16:14:30 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8401#comment:3 https://svn.boost.org/trac10/ticket/8401#comment:3 <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/83957" title="Apply patch from #8401. Fixes #8401.">[83957]</a>) Apply patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8401" title="#8401: Bugs: No threading support - AIX 7, GCC 4.7 (closed: fixed)">#8401</a>. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8401" title="#8401: Bugs: No threading support - AIX 7, GCC 4.7 (closed: fixed)">#8401</a>. </p> Ticket