设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
运维技术 —— LinuxSir.cn
›
网络技术\网络安全讨论
›
linux的多线程编程问题?
返回列表
查看:
1390
|
回复:
1
linux的多线程编程问题?
[复制链接]
letueo
letueo
当前离线
积分
22
IP卡
狗仔卡
发表于 2008-10-12 19:24:41
|
显示全部楼层
|
阅读模式
一个linux下的消费者和生产者的问题,涉及到多线程编程,但是程序编完之后编译时却有几个错误,如下:
thread.c
.text+0x7f): undefined reference to `set_concurrency'
thread.c
.text+0xd0): undefined reference to `pthread_creat'
thread.c
.text+0xff): undefined reference to `pthread_creat'
网上查了下原因,说是在连接时要加入下面的库lib pthread.a,编译要如下:sudo gcc -l pthread thread.c -o thread,但是结果还是有如上的几个错误,各位有哪个知道是什么原因?
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
poet
poet
当前离线
积分
1357
IP卡
狗仔卡
发表于 2008-10-12 21:54:32
|
显示全部楼层
建议查查gnu libc手册。pthread_creat 这个函数我从来没有见过,有一个相似的叫做 pthread_create ,不晓得是不是你需要的。
另外 -l 参数后面不能加空格,要用 -lpthread
回复
支持
反对
使用道具
举报
显身卡
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表