[Gambas-user] Gambas-3 on Linux Mint "16": autoreconf: failed to run aclocal...

Benoît Minisini gambas at ...1...
Sat Dec 7 00:10:21 CET 2013


Le 06/12/2013 23:53, Ru Vuott a écrit :
> Hello,
>
> I updated my Linux Mint to "16" version - 64bit.
>
> I installed the development packages (for Ubuntu) needed to compile all Gambas-3 components.  Then I followed:
>
> ~ $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
>
> ~ $ cd trunk
>
> but when I start
>
> ~/trunk $ ./reconf-all
>
> I obtain these lines:
>
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: You should add the contents of the following files to `aclocal.m4':
> libtoolize:   `/usr/share/aclocal/libtool.m4'
> libtoolize:   `/usr/share/aclocal/ltoptions.m4'
> libtoolize:   `/usr/share/aclocal/ltversion.m4'
> libtoolize:   `/usr/share/aclocal/ltsugar.m4'
> libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
> libtoolize: Remember to add `LT_INIT' to configure.ac.
> libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
> libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
> libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
> autoreconf: Entering directory `.'
> autoreconf: configure.ac: not using Gettext
> autoreconf: running: aclocal  --output=aclocal.m4t
> Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
> autoreconf: failed to run aclocal: No such file or directory
>
> How can I fix it?
>
> Thanks
>
> vuott
>

I guess you have to install the development package that includes the 
'aclocal' program. Normally that package should be in the autoconf & 
automake package.

-- 
Benoît Minisini




More information about the User mailing list