This is on an OpenSUSE 11.4 machine. Autotools versions are: automake 1.11.1 autoconf 2.68 libtool 2.2.6b
If we omit running bootstrap, and just do .) configure .) make Then we get an error message: CDPATH="${ZSH_VERSION+.}:" && cd /tmp/pbs.5309.eos/libmesh && /bin/sh /tmp/pbs.5309.eos/libmesh/build-aux/missing --run aclocal-1.12 -I m4 /tmp/pbs.5309.eos/libmesh/build-aux/missing: line 51: aclocal-1.12: command not found WARNING: 'aclocal-1.12' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. CDPATH="${ZSH_VERSION+.}:" && cd /tmp/pbs.5309.eos/libmesh && /bin/sh /tmp/pbs.5309.eos/libmesh/build-aux/missing --run autoconf cd /tmp/pbs.5309.eos/libmesh && /bin/sh /tmp/pbs.5309.eos/libmesh/build-aux/missing --run automake-1.12 --foreign /tmp/pbs.5309.eos/libmesh/build-aux/missing: line 51: automake-1.12: command not found WARNING: 'automake-1.12' is missing on your system. You should only need it if you modified 'Makefile.am', 'acinclude.m4' or 'configure.ac'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. aclocal.m4:16: warning: this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'. /usr/bin/m4:aclocal.m4:1085: cannot open `m4/libtool.m4': No such file or directory /usr/bin/m4:aclocal.m4:1087: cannot open `m4/ltoptions.m4': No such file or directory /usr/bin/m4:aclocal.m4:1088: cannot open `m4/ltsugar.m4': No such file or directory /usr/bin/m4:aclocal.m4:1089: cannot open `m4/ltversion.m4': No such file or directory /usr/bin/m4:aclocal.m4:1090: cannot open `m4/lt~obsolete.m4': No such file or directory autom4te: /usr/bin/m4 failed with exit status: 1 make: *** [/tmp/pbs.5309.eos/libmesh/configure] Error 1 So what it looks like to me is that all of the libtool files (that get generated from libtoolize IIRC) are missing. Is the desire still to make libmesh buildable with ./configure && make only? If yes, then it seems more generated files should be checked in. If no, then maybe we should update the instructions here: http://libmesh.sourceforge.net/installation.php -- John ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Libmesh-devel mailing list Libmesh-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmesh-devel