gpt4 book ai didi

c++ - 在 ubuntu 14.04 上用 boost 编译 : undefined reference to `boost::thread::get_id() const'

转载 作者:行者123 更新时间:2023-11-30 05:48:05 32 4
gpt4 key购买 nike

我正在尝试编译一个简单的 boost 程序,该程序在 ubuntu 14.04 上使用线程(使用 boost 1.54)。

编译后的输出是这样的:

09:30:25 **** Incremental Build of configuration Debug for project sdkTest ****
make all
Building target: sdkTest
Invoking: GCC C++ Linker
g++ -L"/home/khan/git/sdkLinux/libFingiSdk/Debug" -o "sdkTest" ./src/CommunicationCoreTest.o ./src/CoreTest.o ./src/LoggerTest.o ./src/ProgramOptions.o ./src/sdkTest.o -lfingidevicesdk -lz -lssl -lcurl -lpthread -lboost_system -lboost_regex -lboost_signals -lboost_thread -lboost_chrono -lboost_program_options -lboost_filesystem -lboost_iostreams -lboost_unit_test_framework -lpython2.7 -lboost_python
/home/khan/git/sdkLinux/libFingiSdk/Debug/libfingidevicesdk.so: undefined reference to `boost::thread::get_id() const'
/home/khan/git/sdkLinux/libFingiSdk/Debug/libfingidevicesdk.so: undefined reference to `boost::filesystem3::detail::status(boost::filesystem3::path const&, boost::system::error_code*)'
/home/khan/git/sdkLinux/libFingiSdk/Debug/libfingidevicesdk.so: undefined reference to `boost::thread::join()'
collect2: error: ld returned 1 exit status
make: *** [sdkTest] Error 1

09:30:25 Build Finished (took 413ms)

我通过使用安装了 boost

sudo apt-get install libboost-all-dev

并且在编译中我添加了对 libboost_thread 、 pthread 等的引用。 (事实上​​这曾经在 ubuntu 12.10,boost 1.48 上编译得很好)。

知道这里可能出了什么问题吗?

最佳答案

/home/khan/git/sdkLinux/libFingiSdk/Debug/libfingidevicesdk.so: undefined reference to `boost::thread::get_id() const'

您还需要将 libfingidevicesdk.so 与 boost 线程库链接起来。

关于c++ - 在 ubuntu 14.04 上用 boost 编译 : undefined reference to `boost::thread::get_id() const' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28377945/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com