当前位置: 技术问答>linux和unix
sco5.07下能不能用sem_init?
来源: 互联网 发布时间:2015-11-01
本文导语: 在sco5.07下编译时出错: # g++ -o t -lgthreads -lsuds test.cpp WARNING: no SCO ELF identifying .note section in file 'libgthreads.so' Undefined first referenced symbol ...
在sco5.07下编译时出错:
# g++ -o t -lgthreads -lsuds test.cpp
WARNING: no SCO ELF identifying .note section in file 'libgthreads.so'
Undefined first referenced
symbol in file
sem_init(posix_sem *, int, unsigned int)/usr/tmp/ccMClGlE.o
sem_wait(posix_sem *) /usr/tmp/ccMClGlE.o
sem_post(posix_sem *) /usr/tmp/ccMClGlE.o
sem_destroy(posix_sem *) /usr/tmp/ccMClGlE.o
ERROR: Symbol referencing errors. No output written to t
collect2: ld returned 1 exit status
已经安装了FSUpthreads包
# g++ -o t -lgthreads -lsuds test.cpp
WARNING: no SCO ELF identifying .note section in file 'libgthreads.so'
Undefined first referenced
symbol in file
sem_init(posix_sem *, int, unsigned int)/usr/tmp/ccMClGlE.o
sem_wait(posix_sem *) /usr/tmp/ccMClGlE.o
sem_post(posix_sem *) /usr/tmp/ccMClGlE.o
sem_destroy(posix_sem *) /usr/tmp/ccMClGlE.o
ERROR: Symbol referencing errors. No output written to t
collect2: ld returned 1 exit status
已经安装了FSUpthreads包
|
这个是不可以的.
sco unix支持system V标准,并拥有源代码,它不支持posix标准。
而你现在用的是posix中的库函数。
sco unix支持system V标准,并拥有源代码,它不支持posix标准。
而你现在用的是posix中的库函数。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。