1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > automake 框架_升级autoconf automake libtool

automake 框架_升级autoconf automake libtool

时间:2019-07-01 09:41:42

相关推荐

automake 框架_升级autoconf automake libtool

有一些该死的软件. 在编译的时候.总是提示版本过低.

所以呢. 以下为编译高版本的 autoconf automake libtool 的方法.

autoconf

wget ftp:///gnu/autoconf/autoconf-2.68.tar.gz

tar zxf autoconf-2.68.tar.gz

cd autoconf-2.68

./configure

make

make install

cd ../

automake

wget ftp:///gnu/automake/automake-1.9.tar.gz

tar zxf automake-1.9.tar.gz

cd automake-1.9

./configure

make

make install

cd ../

libtool

wget ftp:///gnu/libtool/libtool-2.4.tar.gz

tar zxf libtool-2.4.tar.gz

cd libtool-2.4

./configure

make

make install

cd ../

# 检查 /etc/ld.so.conf 有没有 /usr/local/lib

# 没有的话 添加 并执行 ldconfig

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。
相关阅读
Autoconf/Automake

Autoconf/Automake

2020-01-07

autoconf automake详解

autoconf automake详解

2024-02-22

autoconf automake使用

autoconf automake使用

2022-12-01

autoconf  automake

autoconf automake

2018-08-21