会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Don't repeat yourself!
努力并不像传说中的那样艰苦,耐心却远比大多数人想象中的巨大。
博客园
首页
新随笔
联系
订阅
管理
2012年3月4日
错误记录
摘要: 根据APUE写线程代码阿,出现如下错误:1 test_pthread_create.c:(.text+0x2e6): undefined reference to `pthread_create'原因是没有链接libthread.a库文件,所以编译方法是:1 $ gcc -lpthread test_pthread_create.c
阅读全文
posted @ 2012-03-04 14:45 leealways87
阅读(115)
评论(0)
推荐(0)
编辑
公告