]> git.cworth.org Git - apitrace/commitdiff
gui: Link against pthread.
authorRob Clark <robdclark@gmail.com>
Mon, 11 Mar 2013 17:21:25 +0000 (13:21 -0400)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 11 Mar 2013 21:35:05 +0000 (21:35 +0000)
/usr/bin/ld: CMakeFiles/qapitrace.dir/apitracecall.cpp.o: undefined
reference to symbol '__pthread_key_create@@GLIBC_2.2.5'
/usr/bin/ld: note: '__pthread_key_create@@GLIBC_2.2.5' is defined in DSO
/lib64/libpthread.so.0 so try adding it to the linker command line
/lib64/libpthread.so.0: could not read symbols: Invalid operation

Signed-off-by: José Fonseca <jfonseca@vmware.com>

No differences found