bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error when compiling application


From: Benoit SIGOURE
Subject: Re: error when compiling application
Date: Fri, 2 Nov 2007 10:07:49 +0100

On Nov 2, 2007, at 7:37 AM, amit pansuria wrote:

Sir,
i m using RHEL 4.0 with automake-1.9.2-3 and autoconf-2.59-5

now when i compile my application i got the following error.
i m doing programming using kdevelop-3.1.1

cd '/root/CTISwitch11-10/cgcctiswitch' && WANT_AUTOCONF_2_5="1"
WANT_AUTOMAKE_1_6="1" gmake -k acinclude.lo
acinclude.m4:36: warning: underquoted definition of AC_FIND_FILE
[...]
acinclude.m4:4039: warning: underquoted definition of AM_PROG_NM
acinclude.m4:538: error: m4_defn: undefined macro: _m4_divert_diversion
acinclude.m4:538: the top level
*** Exited with status: 2 ***

please tell me what to do to come out from this strange error

Hello,
someone already asked this very recently (probably someone working with you?) and we suggested that you upgrade your existing installation to automake-1.10 and autoconf-2.61 and then you'll need to rebootstrap your project (go at the root of the project, where configure.ac or configure.in is, and issue a `autoreconf -fvi'). Be careful as some packaging systems tend to keep several versions of the autotools installed at the same time, so if you install am-1.10 and ac-2.61, you might want to remove the older packages or at least make sure they won't get in the way (autoconf --version / automake -- version). If you use Libtool (which you seem to), please also upgrade to libtool-1.5.24. You will also need to figure out where do the "WANT_AUTOCONF_2_5" and "WANT_AUTOMAKE_1_6" come from to get rid of them.

Cheers,

--
Benoit Sigoure aka Tsuna
EPITA Research and Development Laboratory


Attachment: PGP.sig
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]