现在的位置: 首页 > 综合 > 正文

configure.ac:64: error: possibly undefined macro: AM_ICONV

2013年12月13日 ⁄ 综合 ⁄ 共 280字 ⁄ 字号 评论关闭

编译用默认的 ./configure编译 
当make的时候,出现以下错误 


configure.ac:64: error: possibly undefined macro: AM_ICONV 
If this token and others are legitimate, please use m4_pattern_allow. 
See the Autoconf documentation. 
make: *** [configure] Error 1 

解决办法 ,编译加m4_pattern_allow参数 
即:./configure --enable-m4_pattern_allow 
便能顺利编译安装

抱歉!评论已关闭.