codeblocks在链接c++工程文件时的错误?

图片描述

如图,请问该怎么解决?


-------------- Build: Debug in xjgame (compiler: GNU GCC Compiler)---------------

||=== Build: Debug in xjgame (compiler: GNU GCC Compiler) ===|
/usr/bin/ld: obj/Debug/game/mod_rpt/GameRptModule.o||undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'|
||error: ld returned 1 exit status|
||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 1 second(s)) ===|
/usr/bin/ld: obj/Debug/game/mod_rpt/GameRptModule.o: undefined reference to symbol 'pthread_create@@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
Process terminated with status 1 (0 minute(s), 1 second(s))
2 error(s), 0 warning(s) (0 minute(s), 1 second(s))
 
阅读 3.6k
1 个回答

-lpthread

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题