1.

Solve : Installing Gyachi in ubuntu 9.04?

Answer»

Hi friends,
I have downloaded SOURCE code of Gyachi 1.1.71.When I try to install it using ./autogen.sh as directed in README,following message is appearing.
searching for GNU gettext intl directory...
-> /usr/share/gettext/intl ... found it
copying gettext intl files ...
running aclocal ...
configure.ac:12: warning: macro `AM_DISABLE_STATIC' not found in library
configure.ac:14: warning: macro `AM_PROG_LIBTOOL' not found in library
configure.ac:15: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded from...
/usr/share/aclocal/lock.m4:29: gl_LOCK_EARLY_BODY is expanded from...
/usr/share/aclocal/lock.m4:22: gl_LOCK_EARLY is expanded from...
/usr/share/aclocal/lock.m4:253: gl_LOCK is expanded from...
/usr/share/aclocal/intl.m4:186: gt_INTL_SUBDIR_CORE is expanded from...
/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
configure.ac:15: the top level
configure.ac:15: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
running libtoolize ...
./autogen.sh: line 107: libtoolize: command not found
libtoolize FAILED, stopping.
_______________________________________ _______________________________________ ______________________________________
What is the problem?anybody pls HELP.... Hello,

This error occurs because the program libtool is not installed on your system. Type the following command on a terminal (Applications -> Accessories -> Terminal ):
Code: [Select]sudo apt-get install libtool
It will ask for your password, do type in.

NOTE: It isn't necessary to start a new thread on the board for this issue. SINCE I recommended that you install Gyachi on a previous thread you posted, you could continue it there. This ensures that people find what they need in ONE thread.



Discussion

No Comment Found