Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 mac10.8.3 上安装 gearmand 时。当我安装 libevent boost 等时,一切似乎都很好。但是当我运行命令 make 时,最后我得到了错误返回 1。
错误信息是:
`make -j5 all-am
CXXLD bin/gearadmin
ld:找不到 -lboost_program_options-mt 的库
collect2: ld 返回 1 个退出状态
make[1]: * [bin/gearadmin] 错误 1
制作:* [全部] 错误 2`
我猜你需要 libboost-program-options-dev(debian 名称)库 - 尝试找出它在 MacOS 中的命名方式。