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
what is the error:
[100%] Linking CXX executable run_net /usr/bin/ld: CMakeFiles/run_net.dir/tests/run_net.cpp.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status CMakeFiles/run_net.dir/build.make:99: recipe for target 'run_net' failed make[2]: *** [run_net] Error 1 CMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/run_net.dir/all' failed make[1]: *** [CMakeFiles/run_net.dir/all] Error 2 Makefile:83: recipe for target 'all' failed
The text was updated successfully, but these errors were encountered:
You need to link pthread, add link flags in tests.cmake
Sorry, something went wrong.
Why not add that directly in repo as people may always got this error.
This error depends on your system platform.
No branches or pull requests
what is the error:
The text was updated successfully, but these errors were encountered: