Skip to content

Instantly share code, notes, and snippets.

@mheffner
Created August 18, 2009 20:52
Show Gist options
  • Select an option

  • Save mheffner/169956 to your computer and use it in GitHub Desktop.

Select an option

Save mheffner/169956 to your computer and use it in GitHub Desktop.
$ gcc -g3 -Wall -fPIC -shared -o condwait_wrap.so condwait_wrap.c -ldl -lpthread
/usr/bin/ld: condwait_wrap.so: version node not found for symbol pthread_cond_wait@@GLIBC_2.3.2
/usr/bin/ld: failed to set dynamic section sizes: Bad value
collect2: ld returned 1 exit status
Exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment