分页: 1 / 1

/usr/bin/ld: cannot find -lposix4

发表于 : 2009-11-19 19:25
cofol1986
请问该如何找到lposix4

Re: /usr/bin/ld: cannot find -lposix4

发表于 : 2009-11-19 20:06
zhu527812567
- - linux平台上编译程序不需要链接那个东西

如果通不过 考虑-lpthread

Re: /usr/bin/ld: cannot find -lposix4

发表于 : 2009-11-19 20:16
cofol1986
但是我的程序需要用到这个文件,该如何?