On Mon, Feb 29, 2016 at 4:28 PM, Matteo Semplice <matteo.sempl...@unito.it>
wrote:

> Dear all,
>    toghether with a student of mine, we would like to install libmesh on
> a cluster running Debian 7.
>
> We followed the instructions on libmesh web page, so downloaded via git,
> issued the command
> ./configure --prefix=/home/user
> but then make gives the following error
>
> msemplice@MAT-CLS47:~/libmesh$ make
> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
> /home/msemplice/libmesh/build-aux/missing aclocal-1.15 -I m4
> /home/msemplice/libmesh/build-aux/missing: line 81: aclocal-1.15:
> command not found
> WARNING: 'aclocal-1.15' is missing on your system.
>           You should only need it if you modified 'acinclude.m4' or
>           'configure.ac' or m4 files included by 'configure.ac'.
>           The 'aclocal' program is part of the GNU Automake package:
>           <http://www.gnu.org/software/automake>
>           It also requires GNU Autoconf, GNU m4 and Perl in order to run:
>           <http://www.gnu.org/software/autoconf>
>           <http://www.gnu.org/software/m4/>
>           <http://www.perl.org/>
> make: *** [aclocal.m4] Error 127
>
> The version of automake included in Debian 7 is 1.11. Is the error
> related to the fact that libmesh needs a newer one? If so, can you point
> me to the best release that can be installed without upgrading automake?
>

This is actually in the process of being fixed:
https://github.com/libMesh/libmesh/pull/844

In the meantime, either run bootstrap, or configure
--disable-maintainer-mode to get rid of this error.

-- 
John
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to