This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/57740] C++11 std::thread not usable with static linking


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

Michael <mjbshaw at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjbshaw at hotmail dot com

--- Comment #12 from Michael <mjbshaw at hotmail dot com> ---
It's good to hear pthread_create should get linked in, but I also need
pthread_join (and any other missing references) to get linked in before I can
do anything useful with std::thread.

I'm hoping this issue will keep getting some more love and attention. I'd be
happy to do any testing for people if that's useful at all.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]