安装jpeg.tar.gz时报错的原因

安装jpeg.tar.gz的时候报错:make: Nothing to be done for `unix';./libtool: Command not found make: *** [jcapimin.lo] Error 127

[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.cnhttp://www.bianceng.cn/OS/Linux/

时间: 2024-10-25 04:02:02

安装jpeg.tar.gz时报错的原因的相关文章

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

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: *** [jca

压缩-centos解压安装jdk-8u65-linux-x64.tar.gz出现的问题

问题描述 centos解压安装jdk-8u65-linux-x64.tar.gz出现的问题 [root@localhost ~]# ls anaconda-ks.cfg Documents jdk-8u65-linux-x64.tar.gz opt Public Videos Desktop Downloads Music Pictures Templates [root@localhost ~]# tar zxvf jdk-8u65-linux-x64.tar.gz -C /usr/ opt/

android-各位高手,帮我分析以下代码在安卓手机上运行时报错的原因!

问题描述 各位高手,帮我分析以下代码在安卓手机上运行时报错的原因! //MainActivity.java如下: ```import android.app.Activity; import android.os.Bundle; import android.view.KeyEvent; import android.view.Menu; import android.view.MenuItem; import android.webkit.WebSettings.RenderPriority;

eclipse在安装android的ADT时报错 ?

问题描述 eclipse在安装android的ADT时报错 ? 一开始下载了一个ADT 22的显示版本太旧.然后下载23的总报错,报错信息如下:Cannot complete the install because of a conflicting dependency. Software being installed: Tracer for OpenGL ES 23.0.4.1468518 (com.android.ide.eclipse.gldebugger.feature.feature

工具-VM虚拟机安装ubuntu-14.04-desktop-i386启动时报错,请教高手如何解决?

问题描述 VM虚拟机安装ubuntu-14.04-desktop-i386启动时报错,请教高手如何解决? 问题详细: VM虚拟机中安装ubuntu-14.04-desktop-i386.iso系统后启动时报错,屏幕一直是黑的. 详细报错信息如下: 1.The 3D features of the virtual machine will be disabled. 2.As a result, this virtual machine may experience very low graphic

Android使用Handler进行实例化(new)时报错的原因及解决方法

Android使用Handler进行实例化(new)时, 如: private Handler handler = new Handler(); 会报错"Handler is abstract, cannot be instantiated.", 提示使用, 其他实例化方式. 原因: 导入(import)库发生错误, 使用Android的句柄(handler)库, 不是java的句柄库; 使用"import android.os.Handler;" 代替 "

Linux RedHat下安装eclipse-standard-kepler-SR1-linux-gtk.tar.gz

1.redhat从命令模式进入图形化界面模式的方式是: startx 2.执行如下命令: tar -xzvf eclipse-standard-kepler-SR1-linux-gtk.tar.gz 3.启动eclipse的方式是,进入eclipse的安装目录,输入如下命令 ./eclipse

win7-离线安装VS2013时在完成时报错“无法建立到信任根颁发机构的证书链”

问题描述 离线安装VS2013时在完成时报错"无法建立到信任根颁发机构的证书链" 各位大神好,我的电脑是Win7 64位,在离线安装VS2013时遇到了在完成时报错"无法建立到信任根颁发机构的证书链"的问题,搜索了一下,有一个帖子"http://blog.csdn.net/bokutake/article/details/50058763"讲述了该问题.但不甚明白. 工具certutil.exe是系统自带的,我在命令行中按照上述帖子说明运行&qu

解决安装Nginx时报错一例

  有时候,我们需要单独安装nginx,来处理大量的下载请求.单独在Centos5安装nginx遇到的rewrite和HTTP cache错误解决办法: wget http://nginx.org/download/nginx-0.8.33.tar.gz tar -zxvf nginx-0.8.33.tar.gz cd nginx-0.8.33 ./configure –prefix=/usr/local/nginx 安装Nginx时报错 ./configure: error: the HTTP