/usr/bin/ld: cannot find -lposix4
-
- 帖子: 6
- 注册时间: 2009-11-13 16:49
/usr/bin/ld: cannot find -lposix4
请问该如何找到lposix4
- zhu527812567
- 帖子: 883
- 注册时间: 2009-11-17 12:29
- 联系:
Re: /usr/bin/ld: cannot find -lposix4
- - linux平台上编译程序不需要链接那个东西
如果通不过 考虑-lpthread
如果通不过 考虑-lpthread
-
- 帖子: 6
- 注册时间: 2009-11-13 16:49
Re: /usr/bin/ld: cannot find -lposix4
但是我的程序需要用到这个文件,该如何?