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库的含义的主要内容,如果未能解决你的问题,请参考以下文章

pthread 的 Win32 替代方案

使用 Mutex 和 Pthread 库的错误输出

pthread_mutex_init返回值22代表啥含义

从pthread中获得tid及pthread_mutex_unlock本身用户态互斥

POSIX线程库:pthreads

ubuntu如何安装pthread?