当前位置: 技术问答>linux和unix
请教一个pthread线程库的使用的问题
来源: 互联网 发布时间:2015-01-01
本文导语: 请问在REDHAT7。2中有没有包含pthred线程库, 如果有的话,我该在程序中如何用它 gcc test.c -o test -lpthread 上面的语句对吗??在我这边是错的,请问该怎么连接pthread线程库 注:在redhat7。2里有pthread.h文件 ...
请问在REDHAT7。2中有没有包含pthred线程库,
如果有的话,我该在程序中如何用它
gcc test.c -o test -lpthread
上面的语句对吗??在我这边是错的,请问该怎么连接pthread线程库
注:在redhat7。2里有pthread.h文件
如果有的话,我该在程序中如何用它
gcc test.c -o test -lpthread
上面的语句对吗??在我这边是错的,请问该怎么连接pthread线程库
注:在redhat7。2里有pthread.h文件
|
#include pthread.h
|
在开头用#include pthread.h
语句错误!我认为是:
gcc -o test test.c
语句错误!我认为是:
gcc -o test test.c