/usr/bin/ld: cannot find -lposix4

sh/bash/dash/ksh/zsh等Shell脚本
回复
cofol1986
帖子: 6
注册时间: 2009-11-13 16:49

/usr/bin/ld: cannot find -lposix4

#1

帖子 cofol1986 » 2009-11-19 19:25

请问该如何找到lposix4
头像
zhu527812567
帖子: 883
注册时间: 2009-11-17 12:29
联系:

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

#2

帖子 zhu527812567 » 2009-11-19 20:06

- - linux平台上编译程序不需要链接那个东西

如果通不过 考虑-lpthread
cofol1986
帖子: 6
注册时间: 2009-11-13 16:49

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

#3

帖子 cofol1986 » 2009-11-19 20:16

但是我的程序需要用到这个文件,该如何?
回复