gyachi 1.48
tar.gz
![]()
readme install
Steps for building a gyachi executable
1) use the autogen script to generate a configure script:
./autogen.sh
: home
[tarek@localhost ~]$ su -
Password:
[root@localhost ~]# cd /home/tarek/gyachi
[root@localhost gyachi]# ./autogen.sh
cat: VERSION: No such file or directory
searching for GNU gettext intl directory...
-> /usr/share/gettext/intl ... no
-> /usr/local/share/gettext/intl ... no
-> /opt/share/gettext/intl ... no
-> /usr/gettext/intl ... no
-> /usr/local/gettext/intl ... no
-> /opt/gettext/intl ... no
-> /usr/gnu/share/gettext/intl ... no
-> /opt/local/gettext/intl ... no
-> /opt/local/share/gettext/intl ... no
ERROR: Cannot find gettext/intl directory.
ERROR: Install GNU gettext and gettext-devel in /usr or /usr/local prefix.
[root@localhost gyachi]#
[tarek@localhost ~]$ su -
Password:
[root@localhost ~]# cd /home/tarek/gyachi
[root@localhost gyachi]# ./autogen.sh
cat: VERSION: No such file or directory
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:13: warning: macro `AM_PROG_LIBTOOL' not found in library
configure.ac:35: warning: macro `AM_PATH_GTK_2_0' not found in library
configure.ac:14: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:389: 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:14: the top level
configure.ac:14: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
configure.ac:14: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE
../../lib/autoconf/specific.m4:331: AC_GNU_SOURCE is expanded from...
configure.ac:14: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE
configure.ac:14: warning: AC_COMPILE_IFELSE was called before AC_AIX
../../lib/autoconf/specific.m4:436: AC_AIX is expanded from...
configure.ac:14: warning: AC_RUN_IFELSE was called before AC_AIX
configure.ac:14: warning: AC_COMPILE_IFELSE was called before AC_MINIX
../../lib/autoconf/specific.m4:460: AC_MINIX is expanded from...
configure.ac:14: warning: AC_RUN_IFELSE was called before AC_MINIX
running libtoolize ...
./autogen.sh: line 86: libtoolize: command not found
libtoolize failed, stopping.
[root@localhost gyachi]#
: 1 (0 1 )
()