Ubuntu使文件错误

时间:2014-01-07 20:36:40

标签: c++ linux ubuntu

我正在尝试将文件作为脚本硬币的exe。我已经安装了必要的依赖项,但是出现了以下错误。

/usr/bin/ld: cannot find -lboost_system
/usr/bin/ld: cannot find -lboost_filesystem
/usr/bin/ld: cannot find -lboost_program_options
/usr/bin/ld: cannot find -lboost_thread
/usr/bin/ld: cannot find -ldb_cxx

1 个答案:

答案 0 :(得分:1)

您需要安装boost库

  

sudo apt-get install libboost-all-dev