|
From: Nils K. <nil...@ib...> - 2013-02-27 10:06:24
|
Hi to all, I actually try to install valgrind 3.8.1, due a special circumstance I need to install it on a linux Kernel 2.4.21, based on Suse linux, but I run into a problem with an error message: I have googeled around and found that aclocal version needs to be higher than 1.7 I have checked my version is 1.7.6 high enough? I have also checked the version of all other needed stuff and listed below: The error message is: aclocal: configure.in :2020: macro AM_COND_IF not found in library aclocal: configure.in :2023: macro AM_COND_IF not found in library error while running aclocal I have the following versions installed aclocal 1.7.6 autoheader (2.57 autoconf) automake 1.7.6 autoconf 2.57 What can I do to resolve this error and go ahead...? Regards Nils -------------------------------------------------------------------------- IBT Interfaces Inh. Nils Köhler Im Taubhaus 19 63322 Rödermark Tel: +49-6074-6964-160 Fax: +49-6074-6964-161 EMail: <mailto:nil...@ib...> nil...@ib... Web: www.ibt-interfaces.de USt-IdNr:DE813155747 |
|
From: Tom H. <to...@co...> - 2013-02-27 10:29:00
|
On 27/02/13 09:48, Nils Koehler wrote: > I actually try to install valgrind 3.8.1, due a special circumstance I > need to install it on a linux Kernel 2.4.21, based on Suse linux, > > but I run into a problem with an error message: > > I have googeled around and found that aclocal version needs to be higher > than 1.7 > > I have checked my version is 1.7.6 high enough? > > I have also checked the version of all other needed stuff and listed below: > > The error message is: > > aclocal: configure.in :2020: macro ‘AM_COND_IF’ not found in library > aclocal: configure.in :2023: macro ‘AM_COND_IF’ not found in library > > error while running ‘aclocal’ > > I have the following versions installed > > aclocal 1.7.6 > autoheader (2.57 autoconf) > automake 1.7.6 > autoconf 2.57 None of this should matter if you're building from a release tar ball as you should ignore autogen.sh and just run the pre-generated configure script. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |
|
From: Nils K. <nil...@ib...> - 2013-02-27 11:35:47
|
> -----Ursprüngliche Nachricht----- > Von: Tom Hughes [mailto:to...@co...] > Gesendet: Mittwoch, 27. Februar 2013 11:28 > An: Nils Koehler > Cc: val...@li... > Betreff: Re: Installing Problems of Valgrind 3.8.1 aclocal: configure.in > :2020: macro 'AM_COND_IF' not found in library > > On 27/02/13 09:48, Nils Koehler wrote: > > > I actually try to install valgrind 3.8.1, due a special circumstance I > > need to install it on a linux Kernel 2.4.21, based on Suse linux, > > > > but I run into a problem with an error message: > > > > I have googeled around and found that aclocal version needs to be higher > > than 1.7 > > > > I have checked my version is 1.7.6 high enough? > > > > I have also checked the version of all other needed stuff and listed > below: > > > > The error message is: > > > > aclocal: configure.in :2020: macro AM_COND_IF not found in library > > aclocal: configure.in :2023: macro AM_COND_IF not found in library > > > > error while running aclocal > > > > I have the following versions installed > > > > aclocal 1.7.6 > > autoheader (2.57 autoconf) > > automake 1.7.6 > > autoconf 2.57 > > None of this should matter if you're building from a release tar ball as > you should ignore autogen.sh and just run the pre-generated configure > script. Thanks a lot Tom, sometimes it is much easier than expected... ;-) Download actual tarball ./configure make make install > > Tom > > -- > Tom Hughes (to...@co...) > http://compton.nu/ |