wplay321 发表于 2010-11-18 20:13:16

编译skyeye出错,求解决办法

/usr/bin/ld: cannot find -lXpm
collect2: ld returned 1 exit status
make: *** 错误 1
make: Leaving directory `/usr/src/skyeye/arch/x86'
make: *** 错误 1
make: Leaving directory `/usr/src/skyeye'
make: *** 错误 2

tsinghuayuan86 发表于 2010-11-19 10:38:02

回复 1# wplay321 的帖子

wplay321:
            您好。 出现这个错误,是因为您缺少Xpm库,安装相应库即可。
             ubuntu下的操作如下(由于版本不同,有两种):
             $ sudoapt-get install libxft-devel libx11-devel libxpm-devel
            or
             $ sudo apt-get install libXft-dev libX11-dev libXpm-dev
             如若是其他linux系统,请按相应linux 库的安装方法安装Xpm库,
             然后重新编译skyeye即可。:)
         

thanks,
yuanzheng.
页: [1]
查看完整版本: 编译skyeye出错,求解决办法