[Threads-list] Trouble compiling
Brought to you by:
hanseno
From: Martin M. <mam...@st...> - 2003-02-25 16:23:43
|
Hello! I'm trying to compile threads-3.6 under Cygwin, with no luck. I'm using a recent (a couple of weeks old) version of the Cygwin utilities. I've included my output from autogen.sh below. Seems automake is complaining about aclocal.m4. I've tried running aclocal in the threads directory, but that didn't help. I should say that I've never used automake before, so I might be missing something there. Help, anybody? / Martin Magnusson ================================================================= /home/martin/threads-3.6> autogen.sh WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' WARNING: and `config.h.top', to define templates for `config.h.in' WARNING: is deprecated and discouraged. WARNING: Using the third argument of `AC_DEFINE' and WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without WARNING: `acconfig.h': WARNING: AC_DEFINE([NEED_MAIN], 1, WARNING: [Define if a function `main' is needed.]) WARNING: More sophisticated templates can also be produced, see the WARNING: documentation. aclocal.m4:1704: error: m4_defn: undefined macro: _m4_divert_diversion autoconf/functions.m4:1277: AM_FUNC_OBSTACK is expanded from... aclocal.m4:1704: the top level autom4te: /usr/bin/m4 failed with exit status: 1 autoheader: /usr/autotool/devel/bin/autom4te failed with exit status: 1 aclocal.m4:1704: error: m4_defn: undefined macro: _m4_divert_diversion autoconf/functions.m4:1277: AM_FUNC_OBSTACK is expanded from... aclocal.m4:1704: the top level autom4te: /usr/bin/m4 failed with exit status: 1 configure.in: `AM_INIT_AUTOMAKE' must be used automake: your implementation of AM_INIT_AUTOMAKE comes from an automake: old Automake version. You should recreate aclocal.m4 automake: with aclocal and run automake again. automake: no `Makefile.am' found or specified aclocal.m4:1704: error: m4_defn: undefined macro: _m4_divert_diversion autoconf/functions.m4:1277: AM_FUNC_OBSTACK is expanded from... aclocal.m4:1704: the top level autom4te: /usr/bin/m4 failed with exit status: 1 |