We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is better to support Linux as well.
The text was updated successfully, but these errors were encountered:
Optimo builds on Manjaro Lysia KDE 20.0.3 (x86_64), but only after the following modification is made to CMakeLists.txt:
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread") set(CMAKE_HAVE_THREADS_LIBRARY 1) set(CMAKE_USE_WIN32_THREADS_INIT 0) set(CMAKE_USE_PTHREADS_INIT 1) set(THREADS_PREFER_PTHREAD_FLAG ON)
(source: https://stackoverflow.com/questions/34143265/undefined-reference-to-symbol-pthread-createglibc-2-2-5)
Sorry, something went wrong.
Update the parallel-util library to the latest version, which appropr…
d4e9bd4
…iately sets the -pthread CXX option when necessary (related to #6)
I wasn't aware of the pthread issue. Thank you for the report!
I updated the parallel-util library to the latest release version, and I believe the pthread issue is now resolved.
parallel-util
No branches or pull requests
It is better to support Linux as well.
The text was updated successfully, but these errors were encountered: