]> git.cworth.org Git - apitrace/commit
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)
commit1c3144b7f0d37ae3909bd1a854ede6a0aa3ea20d
tree8754b29e4ae884b36efa4cbc0dd854d28d3790f5
parent55b08bfc023622d9ba9705aa242f9114bae28fc1
gui: Link against pthread.

/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>
gui/CMakeLists.txt