- UID
- 353
- 积分
- 36
- 金币
- 24
- 精华
- 0
- 威望
- 0
- 贡献
- 0
- 阅读权限
- 10
- 注册时间
- 2011-1-6
- 最后登录
- 2012-12-25
- 在线时间
- 0 小时
技术1级
- 金币
- 24
- 阅读权限
- 10
- 精华
- 0
- 威望
- 0
- 贡献
- 0
- 在线时间
- 0 小时
- 注册时间
- 2011-1-6

|
编译最新的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
便能顺利编译安装 |
|