Hi All,

I'm trying to install Moses on my Machine (Debian). I have installed SRILM
and GIZA++ and know when I type ./regenetrate-makefiles.h, I see these
errors:


Calling /usr/bin/aclocal...
Calling /usr/bin/autoconf...
Calling /usr/bin/automake...
moses/src/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
moses/src/Makefile.am:1:   The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
moses/src/Makefile.am:1:   to `configure.in' and run `aclocal' and
`autoconf' again.
moses/src/Makefile.am:1:   If `AC_PROG_LIBTOOL' is in `configure.in', make
sure
moses/src/Makefile.am:1:   its definition is in aclocal's search path.
automake failed


I saw configure.in and both of this libraries are defined in it. It's the
first lines of my configure.in file:

AC_INIT(moses/src)

AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(moses, 0.1)

AC_CONFIG_MACRO_DIR([m4])

AC_PROG_CXX
AC_PROG_CXXCPP
AC_LANG_CPLUSPLUS

AC_PROG_RANLIB
AC_DISABLE_SHARED
AC_PROG_LIBTOOL
# Shared library are disabled for default
#LT_INIT([disable-shared])

AX_XMLRPC_C

what's this problem?
I also tried ./regenerate-makefiles.sh with --m4_pattern_allow
but nothing changed.
what can I do?
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to