在RHEL 4 64 位下编译jpeg-6b时候报以下错误:
引用
make: ./libtool: Command not found
make: *** [jcapimin.lo] Error 127

错误分析:由于libtool版本过低导致的,重新下载新版本的libtool以默认方式安装,执行以下命令:

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


然后进入jpeg-6b的源码目录,然后执行以下步骤:

cp /usr/share/libtool/config.sub .
cp /usr/share/libtool/config.guess .
./configure --enable-shared --enable-static
make
mkdir -p /usr/local/man/man1
make install



原创内容如转载请注明:来自 阿权的书房
收藏本文到网摘
发表评论
表情
emotemotemotemotemotemotemotemotemotemotemotemotemot
emotemotemotemotemotemotemotemotemotemotemotemot
打开HTML 打开UBB 打开表情 隐藏
昵称   密码   游客无需密码
网址   电邮   [注册]
               

验证码 不区分大小写
 

阅读推荐

服务器相关推荐

开发相关推荐

应用软件推荐