编绎gd-2.0.35出错

 

$./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

解决方法, 用下面的命令:

./configure --enable-m4_pattern_allow
./make

留下回复