help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Problem to compile gst-objc


From: Mathieu Suen
Subject: Re: [Help-smalltalk] Problem to compile gst-objc
Date: Sun, 26 Jun 2011 11:55:38 +0200

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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-smalltalk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]