Skip to content
New issue

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

-DDISABLE_NETWORK=ON requires pthreads too #8810

Closed
Hello71 opened this issue Mar 2, 2019 · 1 comment · Fixed by #8814
Closed

-DDISABLE_NETWORK=ON requires pthreads too #8810

Hello71 opened this issue Mar 2, 2019 · 1 comment · Fixed by #8814
Labels
bug Something went wrong. build Pertains to compilation, language standard, external dependencies.

Comments

@Hello71
Copy link

Hello71 commented Mar 2, 2019

OS: Linux

Building with -DDISABLE_NETWORK=ON results in error "undefined reference to `pthread_create'"

@tomlankhorst
Copy link
Contributor

Thanks for reaching out.
I've made pthread a required library as it's used in more components than networking alone.

@duncanspumpkin duncanspumpkin added bug Something went wrong. build Pertains to compilation, language standard, external dependencies. labels Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something went wrong. build Pertains to compilation, language standard, external dependencies.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants