wget http://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz
tar -zvxf m4-1.4..tar.gz
cd m4-1.4./
./configure && make && make install
cd ../
wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.62.tar.gz
tar -zvxf autoconf-2.62.tar.gz
cd autoconf-2.62/
./configure && make && make install
相关文章
- PHP动态编译出现Cannot find autoconf的解决方法
- 编译的时候出现 usr/bin/ld: cannot find -lxxx 的错误
- 编译boost程序出现如下错误fatal error LNK1104: cannot open file 'libboost_system-vc100-mt-gd-1_54.lib'的解决方法
- php解决乱码问题时,出现Cannot modify header information问题的解决方法
- 小议linux中的软链接------顺便谈谈为什么编译有时会出现cannot find -lssl, cannot find -lcrypto
- 解决Mac OS编译安装时出现 cannot find openssl's 错误的问题
- PHP动态编译出现Cannot find autoconf的解决方法
- PHP出现Cannot modify header information问题的解决方法
- 编译PHP报错configure error Cannot find libmysqlclient under usr的解决方法
- 为PHP安装imagick时出现Cannot locate header file MagickWand.h错误的解决方法