【发布时间】:2016-08-11 13:47:18
【问题描述】:
我正在尝试编译此存储库:https://github.com/graehl/carmel。
有一个用于编译的标准 makefile。
虽然我已经安装了boost库“libboost-all-dev”,但遇到这样的错误:
/usr/bin/ld: cannot find -lboost_random-mt
/usr/bin/ld: cannot find -lboost_timer-mt
/usr/bin/ld: cannot find -lboost_chrono-mt
/usr/bin/ld: cannot find -lboost_system-mt
collect2: error: ld returned 1 exit status
../graehl/graehl.mk:331: recipe for target 'bin/linux/carmel' failed
make: *** [bin/linux/carmel] Error 1
我该如何解决这个问题?
谢谢,
【问题讨论】:
标签: c++ linux ubuntu gcc boost