一行白鹭上青天 2017-02-20 02:52 采纳率: 0%
浏览 7160

找不到pthread动态库 cmake

/usr/bin/ld: CMakeFiles/tawlogserver.dir/udp.c.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_create@@GLIBC_2.2.5' is defined in DSO /usr/lib64/libpthread.so.0 so try adding it to the linker command line
/usr/lib64/libpthread.so.0: could not read symbols: 无效的操作

已经添加TARGET_LINK_LIBRARIES(config uv nanomsg ngtawstd cunit pthread)

之前提了两个问题,有人回答了,我点开之后说:内容不存在。。。问题没了。

  • 写回答

1条回答 默认 最新

  • shen_wei 2017-02-20 08:03
    关注
    评论

报告相同问题?