Skip to content

Instantly share code, notes, and snippets.

@klange
Created April 11, 2017 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klange/d78644c37fb98d6afab5604ae31553d6 to your computer and use it in GitHub Desktop.
Save klange/d78644c37fb98d6afab5604ae31553d6 to your computer and use it in GitHub Desktop.
./libpython3.6m.so: undefined reference to `pthread_cond_signal'
./libpython3.6m.so: undefined reference to `pthread_getspecific'
./libpython3.6m.so: undefined reference to `pthread_key_delete'
./libpython3.6m.so: undefined reference to `pthread_detach'
./libpython3.6m.so: undefined reference to `pthread_key_create'
./libpython3.6m.so: undefined reference to `pthread_cond_init'
./libpython3.6m.so: undefined reference to `pthread_mutex_unlock'
./libpython3.6m.so: undefined reference to `pthread_self'
./libpython3.6m.so: undefined reference to `pthread_mutex_destroy'
./libpython3.6m.so: undefined reference to `pthread_mutex_lock'
./libpython3.6m.so: undefined reference to `pthread_cond_wait'
./libpython3.6m.so: undefined reference to `pthread_cond_destroy'
./libpython3.6m.so: undefined reference to `pthread_mutex_init'
./libpython3.6m.so: undefined reference to `pthread_cond_timedwait'
./libpython3.6m.so: undefined reference to `pthread_setspecific'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment