红联Linux门户
Linux帮助

?高手指? --链接问题

发布时间:2007-06-29 10:48:18来源:红联作者:布衣先生
在 redhat FC -5 上测试一个关于线程的程序,编译可以通过,但是链接有问题,提示创建线程函数以及挂起函数没有定义(线程库头文件已包含)。请高手指点,是否开发库安装有问题(但是其他程式都正常)?
提示如下,请参考:
$gcc thrdcreate.c -o thrdcreate
/tmp/ccSIxpNF.o:In function 'main':
thrdcreate.c:(.text+0xd0):undefined reference to 'pthread_create'
thrdcreate.c:(.text+0x13e):undefined reference to 'pthread_join'
文章评论

共有 1 条评论

  1. 龙吟 于 2007-06-29 13:15:29发表:

    这么高的东西,估计这里没几个人会