我按照之前的一些说明构建了 boost
但是现在我在尝试编译时遇到了这个奇怪的错误
对`_imp___ZN5boost6thread12start_threadEv'的未定义引用|
我想做的就是使用增强线程...
这家伙有同样的问题(它是法语)
http://www.siteduzero.com/forum-83-603401-p1-lib-boost-thread.html
我按照之前的一些说明构建了 boost
但是现在我在尝试编译时遇到了这个奇怪的错误
对`_imp___ZN5boost6thread12start_threadEv'的未定义引用|
我想做的就是使用增强线程...
这家伙有同样的问题(它是法语)
http://www.siteduzero.com/forum-83-603401-p1-lib-boost-thread.html
solved in codeblocks, this fixed it
settings compiler & debugger linker settings add
F:\CodeBlocks\lib\libboost_regex-mgw44-1_51.a
F:\CodeBlocks\lib\libboost_thread-mgw44-mt-1_51.a
F:\CodeBlocks\lib\libboost_chrono-mgw44-1_51.a
f:\codeblocks\lib\*.a
depends on libraries needed, which depends on your #includes