heroes-bugs
[Top][All Lists]
Advanced

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

Re: [Heroes] Segfault


From: Jerome Zago
Subject: Re: [Heroes] Segfault
Date: Sat, 29 May 2004 22:00:43 +0200
User-agent: KMail/1.6.1

On Saturday 29 May 2004 21:33, Alexandre Duret-Lutz wrote:
>  Jerome> Note: I used the following versions of the developer tools :
>  Jerome> - autoconf 2.13
>  Jerome> - automake 1.8.2
>
> No kidding?  Automake 1.8.x requires Autoconf >=2.58.
> If your distribution allow such combination you should complain!

Yeah it's strange. I run Mandrake Linux 10.0 Official. Let's see:

----------
address@hidden ~) rpm -q -a | grep autoconf
autoconf-2.13-19mdk
autoconf2.5-2.59-3mdk

address@hidden ~) rpm -q -l autoconf | grep /usr/bin/autoconf
/usr/bin/autoconf
/usr/bin/autoconf-2.13

address@hidden ~) rpm -q -l autoconf2.5 | grep /usr/bin/autoconf
/usr/bin/autoconf-2.5x

address@hidden ~) ls -l /usr/bin/autoconf
lrwxrwxrwx  1 root root 29 mai 16 13:29 /usr/bin/autoconf 
-> ../lib/autoconf/ac-wrapper.pl*

address@hidden ~) cat /usr/lib/autoconf/ac-wrapper.pl
[,,,]
# Executes the correct autoconf version.
#
# - defaults to autoconf-2.13
# - runs autoconf-2.5x if it exists and...
#   - envvar WANT_AUTOCONF_2_5 is set to `1'
#     -or-
#   - configure.ac is present
#     -or-
#   - `configure.in' contains AC_PREREQ and the value's 3 first letters
#     are stringwise greater than '2.1'
#     -or-
#   - `configure' is already present and was generated by autoconf greater 
than '2.1'
#     -or-
#   - `Makefile.in' was generated by automake-1.6 or superior, which 
specifically needs autoconf-2.5x
#     -or-
#   - `aclocal.m4' contains AC_PREREQ and it says we require a more recent 
than 2.1 version
#
[...]
----------

So it seems to run a newer version of autoconf in our case: 2.59.

>  Jerome> - autogen 1.6.2

It's 5.6.2 instead. Sorry.




reply via email to

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