尽管我指定了 boost,但我不断收到这些链接器错误。
~/cli$ make
g++ -pthread -lboost_system-mt -lboost_program_options-mt -lboost_thread-mt
-lboost_filesystem-mt ./main.o -o cli
./main.o: In function `main':
/home/mistapink/cli/main.cpp:123: undefined reference to
`boost::program_options::options_description::m_default_line_length'
该系统是 32 位的 Ubuntu。boost 库是/usr/lib/
随 aptitude 一起安装的。
谁能告诉我我做错了什么?我对此有点迷茫。