Chinaunix首页 | 论坛 | 博客
  • 博客访问: 446406
  • 博文数量: 104
  • 博客积分: 3016
  • 博客等级: 中校
  • 技术积分: 1992
  • 用 户 组: 普通用户
  • 注册时间: 2006-04-24 11:37
文章分类

全部博文(104)

文章存档

2009年(44)

2008年(60)

我的朋友

分类: LINUX

2008-03-16 22:37:11

转载自:http://blog.stu.com.ru/?action=show&id=140

[root@xxt401 gd-2.0.35]# make install
cd . && /bin/sh /tmp/jpeg-6b/gd-2.0.35/config/missing --run aclocal-1.9 -I config
aclocal:configure.ac:64: warning: macro `AM_ICONV' not found in library
 cd . && /bin/sh /tmp/jpeg-6b/gd-2.0.35/config/missing --run automake-1.9 --foreign
cd . && /bin/sh /tmp/jpeg-6b/gd-2.0.35/config/missing --run autoconf
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] 错误 1

把报错信息“configure.ac:64: error: possibly undefined macro: AM_ICONV”拿到google里搜索,得到“But you need to have gettext”没有gettext这个包。



到 下载了gettext-0.17.tar.gz
cp /usr/lib/libattr.* /lib/  (这个在转载的文章里没说,是因为make的时候报错说没有libattr.la这个文件,所以要复制过去)
tar xzf
gettext-0.17.tar.gz
cd
gettext-0.17
./configure
make
make install

经过以上操作,回去安装g d 就没有问题了!

阅读(1342) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~