/lib/x86_64-linux-gnu里存在libm.so.6libc.so.6,这2个是软连接

用ll显示可以看到
libm.so.6 -> libm-2.27.so
libc.so.6 -> libc-2.23.so
他们指向的实际库文件版本不一致用
ln -s 软连接名 实际库文件名
来使得他俩的版本号一致,就可以了

/lib/x86_64-linux-gnu/libm.so.6: undefined reference to `__strtof128_nan@GLIBC_PRIVATE‘相关推荐

  1. /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.9: undefined reference toTIFFIsTiled@LIBTIFF_4.0'

    感谢填坑勇士:https://www.cnblogs.com/whu-zeng/p/6874307.html 今天编译caffe ,本来编译过无数次caffe了,基本坑都能解决的.但这次惹恼我了.一直 ...

  2. Linux下,编译程序遇到“undefined reference to XXX” 报错(可针对webots的编译,不同的文件夹下面不同的cpp,.h文件)

    首先,确保自己安装了一个比较好的编程工具,本人推荐Kdevelop.CLion,程序跳转等都没有问题,可以方便查找问题的所在,同时也可以查看文件路径书写是否出现异常等. 一.确保函数和路径没有任何问题 ...

  3. linux 链接库文件出现“undefined reference to 问题的解决方法

    最近在Linux下编程发现一个诡异的现象,就是在链接一个静态库的时候总是报错,类似下面这样的错误: (.text+0x13): undefined reference to `func' 关于unde ...

  4. OpenIN2 Linux 编译OpenCV 报错undefined reference to `xxx@xxx‘

    大概是在链接SimpleViewer的时候 /usr/bin/ld: /home/moresweet/Downloads/OpenNI_2.3.0.81_202110281040_ff72b9bf_r ...

  5. /usr/lib/x86_64-linux-gnu/libapr-1.so.0:-1: error: undefined reference to `uuid_generate@UUID_1.0

    方法一:创建软连接 如果方法一不好使,使用方法二 方法二:亲测可用, 参考 ls ~/anaconda3/lib/libuuid* mkdir ~/anaconda3/libuuid mv ~/ana ...

  6. linux系统下,gsl 编译问题 -undefined reference to `cblas_xxx`

    使用gsl库编译的时候,出现以下错误: /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libgsl.so: undefined r ...

  7. opencv undefined reference to symbol '_ZN2c...异常

    异常: /usr/bin/ld: ./src/flann.o: undefined reference to symbol '_ZN2cv5flann12SearchParamsC1Eifb' 解决: ...

  8. 解决libresource_retriever.so:对‘curl_easy_init@CURL_OPENSSL_3’未定义的引用 ,undefined reference to `uuid_gene

    解决libresource_retriever.so:对'curl_easy_init@CURL_OPENSSL_3'未定义的引用 /usr/lib/x86_64-linux-gnu/libapr-1 ...

  9. .../libopencv_freetype.so .. undefined reference to `hb_buffer_get_glyph_infos‘

    .../libopencv_freetype.so .. undefined reference to `hb_buffer_get_glyph_infos' 错误信息 /usr/lib/x86_64 ...

最新文章

  1. nginx conf 文件配置
  2. 【ACM】杭电OJ 2015
  3. VMware vCenter Converter:将物理机转换为虚拟机
  4. Oracle意外赢官司,程序员或过苦日子
  5. Spring Boot文件上传示例
  6. httpclient 在获取返回值时,使用getResponseBody触发警告的问题
  7. linux里强制覆盖,Linux cp命令无法强制覆盖
  8. /etc/profile
  9. CSDN下载频道积分规则2.1
  10. WORD文件拼版生成PDF方法
  11. 物联网技术在智慧城市建设应用中的难点与疑点
  12. SpringBoot生成条形码
  13. python数字不同数之和_python练习 数字不同数之和+人名最多数统计
  14. 修改Apache配置文件httpd.conf,引入PHP模块;后无法启动
  15. 量化投资学习——资产组合理论(Portfolio Theory)
  16. Kali渗透测试(四)——无线网络WPA攻击(PSK破解、AIROLIB、JTR、cowpatty、pyrit)
  17. abd连接手机的三种方法
  18. An exceptionCaught() event was fired, and it reached at the tail of the pipeline.
  19. 表空间管理——创建TABLESPACE
  20. 设计一个函数把两个数字相加。不得使用 + 或者其他算术运算符

热门文章

  1. android短信!Activity的6大难点,你会几个?深度好文
  2. 【学习小记】Berlekamp-Massey算法
  3. 第3章-蓝牙®LE audio新概念
  4. linux如何运行windows游戏,Steam 让我们在 Linux 上玩 Windows 的游戏更加容易
  5. lightGBM和XGBoost使用方法总结
  6. linux sync命令,Linux中sync命令起什么作用呢?
  7. MySql连接超时引起的生产故障
  8. Linux和Windows的换行符
  9. Computer Vision_33_SIFT:Speeded-Up Robust Features (SURF)——2006
  10. C# 关于浏览器——WebBrowser篇