Created
August 18, 2009 20:52
-
-
Save mheffner/169956 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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