首页 > 系统 > Linux教程

Linux编译link时提示undefined reference’dlclose’怎么办?

admin Linux教程 2021-03-08 23:40:15 undefined reference   Linux link

  在Linux系统下编译link时出现了错误,提示“undefined reference’dlclose@xxx函数”错误,相信不少用户也遇到这个问题,这个问题不难解决,下面小编给大家介绍下undefined reference错误的解决方法。

Linux编译link时提示undefined reference’dlclose’怎么办?

  编译完link的时候,报了一句undefined reference’dlclose@xxx函数‘,找主程过来看了下,说是dl库没有包进去,查了下dl库是用来做动态库加载的(dynamic load),项目用到了libmysqld.so,加了之后还是有问题,将-ldl链接选项改到最后才可以。

  比较常见的undefined reference问题:

  1.dl库

  undefined reference to ‘dlerror’

  undefined reference to ‘dlopen’

  undefined reference to ‘dlerror’

  增加-ldl链接选项 (-l是链接选项的前缀)

  2.pthread库

  undefined reference to ‘pthread_create’

  undefined reference to ‘pthread_xxxx‘

  增加-lpthread链接选项

  3.rt库

  undefined reference to `clock_gettime’

  增加-lrt链接选项

  如果是使用codeblocks,可以再link option里加,不过因为依赖顺序的问题,如果link option里加了还是报错,直接在link file里添加pthread dl rt等即可

  如果是你自己的库出现这undefined reference什么函数,先去查下库的源代码,看看具体问题。

  上面就是Linux编译link出错的解决方法介绍了,本文除了介绍link出错外,还总结了一些undefined reference问题,希望对你有所帮助。

版权声明

本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。
本文地址:/jtjc/Linux/2021-03-09/28920.html

留言与评论(共有 0 条评论)
   
验证码:

潘少俊衡

| 桂ICP备2023010378号-4

Powered By EmpireCMS

爱享小站

中德益农

谷姐神农

环亚肥料

使用手机软件扫描微信二维码

关注我们可获取更多热点资讯

感谢潘少俊衡友情技术支持