运行shogun的最小例子时出错

时间:2016-03-14 04:22:38

标签: c++ compiler-errors linker-errors shogun

我按照教程shogun quick start安装了shogun并尝试了this简单示例

但是,当我运行时:g++ -lshogun minimal.cpp 我明白了:

/tmp/ccAIVbZB.o: In function main:

minimal.cpp:(.text+0x24): undefined reference to shogun::init_shogun(void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(bool&, bool&))'
minimal.cpp:(.text+0x29): undefined reference toshogun::exit_shogun()' collect2: error: ld returned 1 exit status

按照建议,我运行了ldconfig,它提供了相同的输出。

我搜索了这个问题,但没有得到有用的答案。非常感谢您的亲切帮助!

0 个答案:

没有答案