解决linux64位安装jpeg 出错make: ./libtool: Command not found

首先看有没有安装libtool 及 libtool-ltdl-devel


  1. rpm -qa | grep libtool

#wget:http://ftp.gnu.org/gnu/libtool/libtool-2.2.6a.tar.gz
#./configure
#make
#make install

然后进入jpeg-6b的源码目录,然后执行以下步骤,切记!COPY到当前目录注意后面的点(.)

Read more…