加入收藏 | 设为首页 | 会员中心 | 我要投稿 佛山站长网 (https://www.0757zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 搭建环境 > Linux > 正文

安装jpeg.tar.gz的时候报错

发布时间:2016-10-22 06:12:44 所属栏目:Linux 来源:网络整理
导读:make: Nothing to be done for `unix';./libtool: Command not found make: *** [jcapimin.lo] Error 127问题 安装jpeg.tar.gz的时候报错 [root@localhost src]

make: Nothing to be done for `unix';./libtool: Command not found make: *** [jcapimin.lo] Error 127问题

安装jpeg.tar.gz的时候报错

[root@localhost src]# make

./libtool --mode=compile gcc -O2  -I. -c ./jcapimin.c

make: ./libtool: Command not found

make: *** [jcapimin.lo] Error 127

出现这个问题的原因可能是

1.没有安装libtool,解决方法yum install libtool  -y

2.libtool的版本太旧了,重新下载新的版本然后安装

3.[root@localhost src]# cp /usr/share/libtool/config/config.sub  ./

cp: overwrite `./config.sub'? yes

[root@localhost src]# cp /usr/share/libtool/config/config.guess ./

cp: overwrite `./config.guess'? yes

然后重新编译安装

[root@localhost src]# ./configure --enable-shared  && make && make install

编译freetype的时候报错

make: Nothing to be done for `unix'

解决方法

make clean

make

make install

更多精彩内容:http://www.bianceng.cn/OS/Linux/

(编辑:佛山站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    热点阅读