libboost_filesystem.so: undefined reference to
生活随笔
收集整理的這篇文章主要介紹了
libboost_filesystem.so: undefined reference to
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
caffe 編譯時出現的錯誤:
/usr/lib64/libboost_filesystem.so: undefined reference to `boost::system::get_system_category()' /usr/lib64/libboost_filesystem.so: undefined reference to `boost::system::get_generic_category()'解決方案:
通過查找libboost_filesystem.so,發現/usr/lib64/下面沒有這個文件,這個文件在/usr/local/lib下面。于是,在Makefile.config文件里面的最后一行,‘’-L/usr/local/lib‘’。
問題解決。
總結
以上是生活随笔為你收集整理的libboost_filesystem.so: undefined reference to的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: hard sampling
- 下一篇: ImportError: No modu