Mac でブースト ファイルシステムを使用しようとしています。次のヘッダーを追加しただけで、コンパイルしようとするとエラーが発生しました
# include <boost/filesystem.hpp>
エラーは
Undefined symbols for architecture x86_64:
"boost::system::generic_category()", referenced from:
__static_initialization_and_destruction_0(int, int) in cclyDZox.o
"boost::system::system_category()", referenced from:
__static_initialization_and_destruction_0(int, int) in cclyDZox.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
どんな助けでも大歓迎です