会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
岁月静好--lyr
博客园
首页
新随笔
联系
订阅
管理
2017年7月13日
多线程编程-pthread 未定义的引用
摘要: 多线程编程时用到函数库 pthread.h ,但是该函数库不是linux默认的函数库,所以编译c文件时,需要在目标代码文件后加上 -lpthread参数。 1.未加上 -lpthread 编译时,报错如下: 2.正确命令: gcc multiTread.c -lpthread 其中 multiTre
阅读全文
posted @ 2017-07-13 16:44 岁月静好--lyr
阅读(1213)
评论(0)
推荐(0)
编辑
公告