• ベストアンサー

libgdのmake でエラー

perl で GD を使うために libgd をインストールしようとしているのですが、make で次のようなエラーがでて先に進めません。どうすればいいでしょうか? cd . && /bin/sh /var/morita/linux_apps/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 /var/morita/linux_apps/gd-2.0.35/config/missing --run automake-1.9 --foreign Makefile.am:18: Libtool library used but `LIBTOOL' is undefined Makefile.am:18: Makefile.am:18: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' Makefile.am:18: to `configure.ac' and run `aclocal' and `autoconf' again. make: *** [Makefile.in] Error 1 libgdのバージョンはgd-2.0.35です。 configureのスイッチは ./configure --bindir=/usr/local/bin/gd-2.0.35 です。 OSはlinux(CentOS 4.4)です

質問者が選んだベストアンサー

  • ベストアンサー
  • SAYKA
  • ベストアンサー率34% (944/2776)
回答No.2

>warning: macro `AM_ICONV' not found in library ライブラリが見あたらないって出てるんだけど… iconv……かな? http://www.google.co.jp/search?q=libiconv&hl=ja&lr=lang_ja

moritan2
質問者

お礼

libiconvを落として入れたらうまくいきました。 ありがとうございました。

その他の回答 (1)

noname#98978
noname#98978
回答No.1

パッケージ版のGDではだめなのですか?

moritan2
質問者

お礼

> パッケージ版のGDではだめなのですか? なんでもかまいません。パッケージ版のGDってどこで手に入れるのですか? yum にはないですよね。

関連するQ&A

専門家に質問してみよう