[Bug libstdc++/82033] C++11 <thread> library doesn't work on AIX if GCC is built with --disable-bootstrap

sam.thursfield at codethink dot co.uk gcc-bugzilla@gcc.gnu.org
Wed Aug 30 16:46:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82033

--- Comment #4 from Sam Thursfield <sam.thursfield at codethink dot co.uk> ---
For posterity, the actual cause of my issue was passing `--disable-multilib` to
configure. It's pretty clear why this broke some threading stuff -- 'pthread'
is a whole separate set of libs on AIX.


More information about the Gcc-bugs mailing list