You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/bin/ld: /usr/local/lib/libhandy.a(event_base.o): in function std::thread::thread<handy::MultiBase::loop()::{lambda()#1}, , void>(handy::MultiBase::loop()::{lambda()#1}&&)': /usr/include/c++/9/thread:126: undefined reference to pthread_create'
/usr/bin/ld: /usr/local/lib/libhandy.a(logging.o): in function std::thread::thread<handy::Logger::maybeRotate()::{lambda()#1}, , void>(handy::Logger::maybeRotate()::{lambda()#1}&&)': /usr/include/c++/9/thread:126: undefined reference to pthread_create'
/usr/bin/ld: /usr/local/lib/libhandy.a(threads.o): in function std::thread::thread<handy::ThreadPool::start()::{lambda()#1}, , void>(handy::ThreadPool::start()::{lambda()#1}&&)': /usr/include/c++/9/thread:126: undefined reference to pthread_create'
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
/usr/bin/ld: /usr/local/lib/libhandy.a(event_base.o): in function
std::thread::thread<handy::MultiBase::loop()::{lambda()#1}, , void>(handy::MultiBase::loop()::{lambda()#1}&&)': /usr/include/c++/9/thread:126: undefined reference to
pthread_create'/usr/bin/ld: /usr/local/lib/libhandy.a(logging.o): in function
std::thread::thread<handy::Logger::maybeRotate()::{lambda()#1}, , void>(handy::Logger::maybeRotate()::{lambda()#1}&&)': /usr/include/c++/9/thread:126: undefined reference to
pthread_create'/usr/bin/ld: /usr/local/lib/libhandy.a(threads.o): in function
std::thread::thread<handy::ThreadPool::start()::{lambda()#1}, , void>(handy::ThreadPool::start()::{lambda()#1}&&)': /usr/include/c++/9/thread:126: undefined reference to
pthread_create'collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: