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

pthread_create cmake error #188

Open
pawelrurka opened this issue Jan 10, 2024 · 2 comments
Open

pthread_create cmake error #188

pawelrurka opened this issue Jan 10, 2024 · 2 comments

Comments

@pawelrurka
Copy link

Hi, when I'm trying to run cmake . to build my libks i get an error "CheckSymbolExists.c:(.text+0x1b): undefine reference to `pthread_create'". Can anyone tell me what should I change or update to obey this problem?

@leemem
Copy link

leemem commented Jan 24, 2024

I have the same problem, any solution?
compiled on Ubuntu 20.04

@blacklin
Copy link

try use apt-get install -y libpthread-stubs0-dev
and you need clone this project ,don't use zip file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants