libks
libks copied to clipboard
pthread_create cmake error
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?
I have the same problem, any solution? compiled on Ubuntu 20.04
try use apt-get install -y libpthread-stubs0-dev and you need clone this project ,don't use zip file