我試圖讓Ubuntu的一個文件,當我讓我不斷收到此錯誤:未定義的參考符號「pthread_key_delete @@ GLIBC_2.2.5
/usr/bin/ld: ../../gtest-1.7.0/libgtest.a(gtest-all.cc.o): undefined reference to symbol '[email protected]@GLIBC_2.2.5'
/lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [src/tests/run_tests] Error 1
make[1]: *** [src/tests/CMakeFiles/run_tests.dir/all] Error 2
make: *** [all] Error 2
我看到有人提進入Makefile中和將'-L/lib64 -l pthread'添加到變量LDFLAGS中,但是您怎麼做?全新這裏的linux = X
我看到同樣的事情解決了,並希望得到一個CMake的,奧裏答案。 – 2014-10-30 17:53:52