Answers for "cpp undefined reference to `pthread_create'"

C++
4

undefined reference to `pthread_create' c++

add_compile_options(-pthread)
Posted by: Guest on September-20-2020
2

undefined reference to `pthread_create' c++

SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
Posted by: Guest on September-20-2020

Code answers related to "cpp undefined reference to `pthread_create'"

Browse Popular Code Answers by Language