|
From: | Jari Turkia |
Subject: | Re: configure-error (solved) |
Date: | Thu, 02 Nov 2006 13:13:25 +0200 |
User-agent: | Thunderbird 1.5.0.7 (Windows/20060909) |
Pawel Kot wrote:
Running fgrep -l AM_GNU_GETTEXT * in /usr/share/aclocal reveals that the macro can be found in gettext.m4.Perhaps try to grep for AM_GNU_GETTEXT macro.
checking whether to activate relocatable installation... no ./configure: line 19951: AM_ICONV: command not foundThat's in /usr/share/aclocal/iconv.m4 in Slackware and Ubuntu.
Same here. The macro can be found.Problem solved. This was a stupid thing on my end. Since I'm not too familiar with automake-mecanism, normally I compile gnokii by simply entering ./configure ; make. For some reason (perhaps some changes were made somewhere) configure failed and some questions were raised. Google gave me a hint about running ./autogen.sh. That did the trick on FC, but not on SuSE. The error is:
./configure: line 29126: syntax error near unexpected token `GTK,'./configure: line 29126: ` PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.0, found_gtk=yes, found_gtk=no)'
Regards, Jari Turkia
[Prev in Thread] | Current Thread | [Next in Thread] |