From: Gerhard E. <ec...@ie...> - 2010-04-10 12:30:25
|
Dear Fooers, here comes the result of my attempt to compile foo on Mac OS X 10.6.2. There seems to be a problem with autoconf. I have 2.65 installed. Any ideas what I can do? Best regards, Gerhard P.S.: The transcript: pb-eckel:foo> cvs -d:pserver:ano...@fo...:/cvsroot/foo login Logging in to :pserver:ano...@fo...:2401/cvsroot/foo CVS password: pb-eckel:foo> cvs -z3 -d:pserver:ano...@fo...:/cvsroot/foo co foo U foo/AUTHORS [...] U foo/libfoo/tests/foosine/foosine.m pb-eckel:foo> cvs -z3 -d:pserver:ano...@fo...:/cvsroot/foo co fooelk U fooelk/AUTHORS [...] U fooelk/src/vector.c pb-eckel:foo> cd fooelk pb-eckel:fooelk> ./bootstrap + set -e + LANG=C + export LANG + CYGWIN=binmode + export CYGWIN + amvers=no + automake-1.10 --version + amvers=-1.10 + test -1.10 = no + libtoolize=no + libtoolize --version + glibtoolize --version + libtoolize=glibtoolize + test glibtoolize = no + rm -f aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh INSTALL + rm -Rf autom4te.cache autotools + mkdir autotools + glibtoolize --copy --force glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autotools'. glibtoolize: copying file `autotools/ltmain.sh' glibtoolize: You should add the contents of the following files to `aclocal.m4': glibtoolize: `/opt/local/share/aclocal/libtool.m4' glibtoolize: `/opt/local/share/aclocal/ltoptions.m4' glibtoolize: `/opt/local/share/aclocal/ltversion.m4' glibtoolize: `/opt/local/share/aclocal/ltsugar.m4' glibtoolize: `/opt/local/share/aclocal/lt~obsolete.m4' glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and glibtoolize: rerunning glibtoolize, to keep the correct libtool macros in-tree. glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + test -f ltmain.sh + aclocal-1.10 + autoconf aclocal.m4:14: error: this file was generated for autoconf 2.61. You have another version of autoconf. If you want to use that, you should regenerate the build system entirely. aclocal.m4:14: the top level autom4te: /opt/local/bin/gm4 failed with exit status: 63 pb-eckel:fooelk> |