首页 > 其他 > 详细

lamp环境编译错误

时间:2015-09-05 19:15:53      阅读:247      评论:0      收藏:0      [点我收藏+]

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
  解决办法:编译加m4_pattern_allow参数
    即:./configure --enable-m4_pattern_allow
    便能顺利编译安装

lamp环境编译错误

原文:http://www.cnblogs.com/bwteacher/p/4783577.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!