先安装libtool和libtool-ltdl-devel
用find命令查找config.sub和config.guess文件
find / -name config.sub
find / -name config.guess
切换到jpeg-6b目录,复制libtool的配置文件到jpeg-6b安装目录
cp config.sub .
cp config.guess .
make clean清除安装信息,在重新安装