我正在尝试将文件作为脚本硬币的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
答案 0 :(得分:1)
您需要安装boost库
sudo apt-get install libboost-all-dev