<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi everyone, <br><br>I am trying to compile minisip(minisip.org) by using openmoko toolchain.The default install process is to run bootstrap,configure make and make install. but when I run ./bootstrap , following warnings shown ,<br><br>&nbsp;./bootstrap <br>+ set -e<br>+ LANG=C<br>+ export LANG<br>+ CYGWIN=binmode<br>+ export CYGWIN<br>+ amvers=no<br>+ [ -n&nbsp; ]<br>+ automake-1.11 --version<br>+ amvers=-1.11<br>+ test -1.11 = no<br>+ libtoolize=no<br>+ libtoolize --version<br>+ libtoolize=libtoolize<br>+ test libtoolize = no<br>+ aclocal-1.11 -I m4<br>+ libtoolize --copy --force --ltdl<br>libtoolize: `/usr/local/openmoko/arm/share/aclocal/libtool.m4' is serial 47, less than 52 in `aclocal.m4'<br>To remain compatible, you should update your `aclocal.m4' by running aclocal.<br>ls: cannot access libltdl/*: No such file or directory<br>Putting files in
 AC_CONFIG_AUX_DIR, `config'.<br>+ autoconf<br>+ autoheader<br>+ automake-1.11 --add-missing --copy<br>examples/Makefile.am:24: `%'-style pattern rules are a GNU make extension<br>examples/Makefile.am:33: `%'-style pattern rules are a GNU make extension<br>+ cd libltdl<br>+ aclocal-1.11<br>+ autoconf<br>+ autoheader<br>+ automake-1.11 --add-missing --copy<br>Makefile.am:54: INSTALL_LTDL does not appear in AM_CONDITIONAL<br>Makefile.am:63: CONVENIENCE_LTDL does not appear in AM_CONDITIONAL<br>Makefile.am:39: Libtool library used but `LIBTOOL' is undefined<br>Makefile.am:39:&nbsp;&nbsp; The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'<br>Makefile.am:39:&nbsp;&nbsp; to `configure.ac' and run `aclocal' and `autoconf' again.<br>Makefile.am:39:&nbsp;&nbsp; If `AC_PROG_LIBTOOL' is in `configure.ac', make sure<br>Makefile.am:39:&nbsp;&nbsp; its definition is in aclocal's search path.<br>/usr/share/automake-1.11/am/depend2.am: am__fastdepCC does not
 appear in AM_CONDITIONAL<br>/usr/share/automake-1.11/am/depend2.am:&nbsp;&nbsp; The usual way to define `am__fastdepCC' is to add `AC_PROG_CC'<br>/usr/share/automake-1.11/am/depend2.am:&nbsp;&nbsp; to `configure.ac' and run `aclocal' and `autoconf' again.<br>/usr/share/automake-1.11/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL<br>/usr/share/automake-1.11/am/depend2.am:&nbsp;&nbsp; The usual way to define `AMDEP' is to add one of the compiler tests<br>/usr/share/automake-1.11/am/depend2.am:&nbsp;&nbsp;&nbsp;&nbsp; AC_PROG_CC, AC_PROG_CXX, AC_PROG_CXX, AC_PROG_OBJC,<br>/usr/share/automake-1.11/am/depend2.am:&nbsp;&nbsp;&nbsp;&nbsp; AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC<br>/usr/share/automake-1.11/am/depend2.am:&nbsp;&nbsp; to `configure.ac' and run `aclocal' and `autoconf' again.<br>Makefile.am: C source seen but `CC' is undefined<br>Makefile.am:&nbsp;&nbsp; The usual way to define `CC' is to add `AC_PROG_CC'<br>Makefile.am:&nbsp;&nbsp; to
 `configure.ac' and run `autoconf' again.<br><br><br>although I have installed the recommended libtool (http://wiki.openmoko.org/wiki/Toolchain). I would be grateful,<br><br>Thanks<br></td></tr></table><br>