Hello William, * William Drozd wrote on Mon, Mar 22, 2010 at 03:48:58PM CET: > I have configured/make/make install on autoconf with no problems. > I have run automake's "configure" with no problems. > > However, when I run "make" while trying to install automake I get the error: > > -bash-3.1$ make > CDPATH="${ZSH_VERSION+.}:" && cd . && > perllibdir="/home/wdrozd/cmake/automake-1.11.1/lib:./lib" > "/home/wdrozd/cmake/automake-1.11.1/aclocal" --acdir=m4 -I m4 > /bin/sh: /home/wdrozd/cmake/automake-1.11.1/aclocal: No such file or > directory > make: *** [aclocal.m4] Error 127 > > Can someone please help?
Your version of Automake seems to not come from a release tarball, as the time stamps are messed up. If you're building from git, try to run ./bootstrap first, otherwise extract the sources again and try again. Hope that helps. What does Automake have to do with cmake BTW? Cheers, Ralf