Re: [Threads-list] Trouble compiling
Brought to you by:
hanseno
From: <orn...@sw...> - 2003-02-27 14:05:38
|
On Tuesday 25 February 2003 17:23, Martin Magnusson wrote: > 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? > The problem is that threads uses an outdated version of the m4 files, for compiling. I'm aware of this, and have changed this in the CVS repository which should compile now under newer versions of automake. =D6rn > / Martin Magnusson > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > /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 > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Threads-list mailing list > Thr...@li... > https://lists.sourceforge.net/lists/listinfo/threads-list |