PangXieKr-螃蟹氪
  • Home
Sign in Subscribe

automake

A collection of 1 post
centos

centos 升级autoconf automake

昨天编译一个新项目的时候,遇到各种编译错误。后来确定需要升级autoconf到2.68(centos6.5是2.63)automake到1.11.1(原来是1.11.3) 默认会装在/usr/local/bin下面,如果系统环境变量没加的话,很可能找不到新装的autoconf和automake,所以还是建议编译的时候指定安装目录 rpm -e --nodeps autoconf-2.63 wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.gz tar zxvf autoconf-2.68.tar.gz cd autoconf-2.68 ./configure --prefix=/usr make && make
Jun 3, 2015 1 min read
Page 1 of 1
PangXieKr-螃蟹氪 © 2025
  • Sign up
Powered by Ghost