On Jun 26, 2011, at 2:21 AM, Germán Arias wrote: > With "autoreconf -vi" I get the error: > > autoreconf: running: automake --add-missing --copy --no-force > Makefile.am:18: Libtool library used but `LIBTOOL' is undefined > Makefile.am:18: The usual way to define `LIBTOOL' is to add > `AC_PROG_LIBTOOL' > Makefile.am:18: to `configure.ac' and run `aclocal' and `autoconf' > again. > Makefile.am:18: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure > Makefile.am:18: its definition is in aclocal's search path. > autoreconf: automake failed with exit status: 1 > > > I have GCC 4.6 and I have libtool installed.
Make sur that aclocal can find the m4 file of gst. The file must be here: /usr/local/share/aclocal Add this to the dirlist of aclocal, you can found the dirlist file with `aclocal --print-ac-dir`/dirlist. You can get more info if you look at the man page of aclocal. > > > _______________________________________________ > help-smalltalk mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/help-smalltalk _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
