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‘’。

make clean
make -j10

问题解决。

libboost_filesystem.so: undefined reference to相关推荐

  1. undefined reference to 'pthread_create'问题解决(转)

    undefined reference to 'pthread_create' undefined reference to 'pthread_join' 问题原因:     pthread 库不是 ...

  2. undefined reference to `libiconv_open 无法编译PHP libiconv

    原文:http://hi.baidu.com/ostech/blog/item/a63f9b0dabed1ae7ab6457d0.html ./configure --with-mysql=/back ...

  3. 【Qt】error: undefined reference to `vtable for MainWindow‘

    1.问题描述 在写一个demo时,想尽量简单,就把MainWindow类的定义和实现都写在main.cpp中,结果编译时报错: main.cpp:-1: error: undefined refere ...

  4. 【Qt】报错error: undefined reference to `vtable for的解决方法

    1.问题描述 编译Qt程序时,在某个类构造函数定义处报错: error: undefined reference to `vtable for 2.原因分析 导致错误信息的原因是:子类没有实现父类的纯 ...

  5. 【ffmpeg】编译时报错:error: undefined reference to `av...

    1.问题描述 昨天使用ffmpeg库编译demo一切正常,今天再次链接ffmpeg库时报了一堆错误: error: undefined reference to `av_frame_alloc()' ...

  6. undefined reference to android log print,undefined reference to '__android_log_print'

    场景:undefined reference to `android_log_print' undefined reference to `__android_log_print' 原因:没有加入支持 ...

  7. undefined reference to 'WinMain@16' 的四种情况

    undefined reference to 'WinMain@16' 意思为提示找不到 WinMain 函数,WinMain是windows程序的入口函数,有几种可能: int main() 写成了 ...

  8. 报错解决:undefined reference to `snappy::MaxCompressedLength(unsigned long)'

    下午在编译phxpaxos的样例时报错了,报错如下: g++ echo_sm.o echo_server.o main.o -o phxecho -L/home/zhang/phxpaxos/.lib ...

  9. 重新编译php又出错了。undefined reference to `php_xx

    2019独角兽企业重金招聘Python工程师标准>>> main/rfc1867.lo(.text+0x1c): In function `php_mb_flush_gpc_vari ...

最新文章

  1. 【Android 异步操作】Handler 机制 ( Android 提供的 Handler 源码解析 | Handler 构造与消息分发 | MessageQueue 消息队列相关方法 )
  2. 常用计算机服务,常用计算机端口对应的服务(The commonly used computer port corresponding service).doc...
  3. Apache多网站虚拟目录域名
  4. 使用Azure DevOps Pipeline实现.Net Core程序的CI
  5. Java快速入门学习笔记1 | Eclipse使用
  6. 转: React系统的入门系统
  7. 刚装的系统没有sql server(mssqlserver)_数据库与SQL学习
  8. 程序员如何避免身体被掏空?
  9. Java Annotation 入门
  10. pku1177 Picture(矩形外围总周长)
  11. sentinel3数据批量下载——sentinelsat
  12. FabFilter Pro-R 混响效果器
  13. 网红框架FastAPI能否补足python饱受诟病的速度
  14. 安卓开发学习——第四天
  15. c语言编程文件打不开,c语言fopen打开文件失败的原因是什么?
  16. 如何理解最大似然估计?
  17. [译] Font-size:一个意外复杂的 CSS 属性
  18. 阿里巴巴Java开发手册免费下载
  19. RabbitMQ:消费者和生产者。
  20. Creating a Game with CocosBuilder

热门文章

  1. Axure中推动拉动元件不生效_单线图标元件库SVG矢量图标 纯净无干扰的Axure元件库...
  2. 文明使用计算机 教案,四年级信息技术下册 文明在我身边教案 华中师大版
  3. python sql server 数据同步_两台SQL Server数据同步解决方案
  4. java公网对讲_【对讲机的那点事】选择公网对讲机你必须要知道使用的网络信号!...
  5. anaconda tensorflow 2.3_安装anaconda amp;源码安装lightgbm,xgboost
  6. Deep Learning 教程(斯坦福深度学习研究团队)
  7. scala 操作hdfs
  8. jQuery滚动指定位置
  9. 第一篇:web之前端之html
  10. Runloop - 运行循环