This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/82033] C++11 <thread> library doesn't work on AIX if GCC is built with --disable-bootstrap
- From: "sam.thursfield at codethink dot co.uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 30 Aug 2017 14:48:59 +0000
- Subject: [Bug libstdc++/82033] C++11 <thread> library doesn't work on AIX if GCC is built with --disable-bootstrap
- Auto-submitted: auto-generated
- References: <bug-82033-4@http.gcc.gnu.org/bugzilla/>
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.