dl pthread m库的含义
Posted agui125
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dl pthread m库的含义相关的知识,希望对你有一定的参考价值。
dl:dlopen dlerror dlclose dlsym等函数的库
m:math.h中声明的库函数,比如log10等
pthread:线程建立函数
参考:
Linux 编译C程序遇到依赖libm或libpthread
dlopen dlerror dlclose dlsym 未定义的引用的解决方案
以上是关于dl pthread m库的含义的主要内容,如果未能解决你的问题,请参考以下文章