如何在XCode中“与boost_system库链接”

时间:2015-02-06 14:08:58

标签: c++ xcode boost linker

Yesterday I asked a question about how to get the Boost library into my C++ program in XCode我被告知需要链接到boost_system库。我试图弄清楚如何做到这一点,但我不知道如何做。我试图尽可能地遵循说明,这是我的链接配置的样子:

http://oi58.tinypic.com/1zh2lq0.jpg

这显然不正确,因为我收到了错误

ld: library not found for -lboost_system
clang: error: linker command failed with exit code 1 (use -v to see invocation)

当我尝试编译时。我的标题搜索路径显然是正确的,因为我有#include <boost/filesystem.hpp>并且编译器正在查找该文件。任何建议都非常赞赏。

0 个答案:

没有答案