Hi John,

Like me you falled in the evil game of rpms. :)

Ok, you have to install a good 2.52 automake, I've tryed like you other 
rpms but the working one that I've find is:

autoconf-2.52-ximian.1

You can obtain it form ftp.ximian.org or from rpmfind.net (of you don't 
find it at the primary site, try on another rpmfind mirror)

My working config is:

automake-1.5-1 (From RedHat RawHide distribution)

libtool-libs-1.4-8
libtool-libs13-1.3.5-2
libtool-1.4-8

All of them from RedHat 7.2

Try them and you'll fine.

Ciao.

        Fabio.

John Heidingsfelder wrote:

> Dear Sir:
> 
> My system specs are:
> 
> RedHat 7.2
> gcc 2.96
> AMD 450 k6-3
> 512 MB SDRAM
> SB Live
> CDROM/IDE HD/ etc..
> 
> When attempting generation of a config file with the November 23 version of avifile, 
>I recieve:
> 
> [user@localhost avifile-0.6.0.20011123]$ ./autogen.sh
> Generating build information...
> Running libtoolize...
> Running aclocal -I /usr/local/share/aclocal ...
> Running autoheader...
> Running autoconf...
> Running automake...
> automake: configure.in: installing `./install-sh'
> automake: configure.in: installing `./mkinstalldirs'
> automake: configure.in: installing `./missing'
> samples/misc/Makefile.am:6: invalid unused variable name: `avitest_SOURCES'
> samples/misc/Makefile.am:3: invalid unused variable name: `asfdump_SOURCES'
> samples/misc/Makefile.am:39: invalid unused variable name: `test_LDADD'
> samples/misc/Makefile.am:4: invalid unused variable name: `asftest_SOURCES'
> samples/misc/Makefile.am:11: invalid unused variable name: `test_SOURCES'
> samples/misc/Makefile.am:19: invalid unused variable name: `avitest_LDADD'
> samples/misc/Makefile.am:24: invalid unused variable name: `extractor_LDADD'
> samples/misc/Makefile.am:10: invalid unused variable name: `extractor_SOURCES'
> samples/misc/Makefile.am:18: invalid unused variable name: `asftest_LDADD'
> Problems detected. Please investigate.
> Suggested version of used programs (try to use them)
>    libtool  1.4.1 or better
>    automake 1.4 or better
>    autoconf 2.52 or better
> Your installed version:
> ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18)
> automake (GNU automake) 1.4-p5
> Autoconf version 2.13
> Report aclocal =
> /usr/share/aclocal
> Please report your problem on [EMAIL PROTECTED]
> with this log of build process together with system description.
> 
> For shits n giggles I attempted as root and user, with identical results.  Perhaps  
>it's due to the above 3 binaries listed(You're thinking- duh, -fair enough).  I have 
>these installed:
> 
> ----------------------------------------------------------------------------------
> [user@localhost avifile-0.6.0.20011123]$ rpm -qiv libtool
> Name        : libtool                      Relocations: /usr
> Version     : 1.4                               Vendor: Red Hat, Inc.
> Release     : 8                             Build Date: Thu 05 Jul 2001 10:41:06 AM 
>EDT
> Install date: Sat 17 Nov 2001 09:44:32 PM EST      Build Host: 
>stripples.devel.redhat.com
> Group       : Development/Tools             Source RPM: libtool-1.4-8.src.rpm
> Size        : 1805916                          License: GPL
> Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
> Summary     : The GNU libtool, which simplifies the use of shared libraries.
> Description :
> The libtool package contains the GNU libtool, a set of shell scripts
> which automatically configure UNIX and UNIX-like architectures to
> generically build shared libraries.  Libtool provides a consistent,
> portable interface which simplifies the process of using shared
> libraries.
> 
> If you are developing programs which will use shared libraries, you
> should install libtool.
> 
> [user@localhost avifile-0.6.0.20011123]$ rpm -qiv automake
> Name        : automake                     Relocations: (not relocateable)
> Version     : 1.4p5                             Vendor: Red Hat, Inc.
> Release     : 2                             Build Date: Fri 24 Aug 2001 07:42:36 AM 
>EDT
> Install date: Sat 17 Nov 2001 09:43:30 PM EST      Build Host: 
>stripples.devel.redhat.com
> Group       : Development/Tools             Source RPM: automake-1.4p5-2.src.rpmSize 
>       : 940536                           License: GPL
> Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
> URL         : http://sourceware.cygnus.com/automake
> Summary     : A GNU tool for automatically creating Makefiles.
> Description :
> Automake is an experimental Makefile generator. Automake was inspired
> by the 4.4BSD make and include files, but aims to be portable and to
> conform to the GNU standards for Makefile variables and targets.
> 
> You should install Automake if you are developing software and would
> like to use its ability to automatically generate GNU standard
> Makefiles. If you install Automake, you will also need to install
> GNU's Autoconf package.
> 
> 
> [user@localhost avifile-0.6.0.20011123]$ rpm -qiv autoconf
> Name        : autoconf                     Relocations: (not relocateable)
> Version     : 2.13                              Vendor: Red Hat, Inc.
> Release     : 14                            Build Date: Mon 06 Aug 2001 06:28:25 PM 
>EDT
> Install date: Sat 17 Nov 2001 09:43:29 PM EST      Build Host: 
>stripples.devel.redhat.com
> Group       : Development/Tools             Source RPM: autoconf-2.13-14.src.rpmSize 
>       : 596669                           License: GPL
> Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
> Summary     : A GNU tool for automatically configuring source code.
> Description :
> GNU's Autoconf is a tool for configuring source code and Makefiles.
> Using Autoconf, programmers can create portable and configurable
> packages, since the person building the package is allowed to specify
> various configuration options.
> 
> You should install Autoconf if you are developing software and you
> would like to use it to create shell scripts that will configure your
> source code packages. If you are installing Autoconf, you will also
> need to install the GNU m4 package.
> 
> Note that the Autoconf package is not required for the end-user who
> may be configuring software with an Autoconf-generated script;
> Autoconf is only required for the generation of the scripts, not their
> use.
> ----------------------------------------------------------------------------------
> 
> 2 of the 3 seem dated.  So, I upgraded all of them to these, built from src, 
>respectively:
> 
> 
> libtool-1.4.2-2.i386.rpm
> libtool-libs-1.4.2-2.i386.rpm
> autoconf-2.52-6.i386.rpm
> automake-1.5-1.noarch.rpm
> along with sources..
> 
> After the above are installed and verified, I recieve this error:
> 
> 
> [root@localhost avifile-0.6.0.20011123]# ./autogen.sh
> Generating build information...
> 
> **Error**: You must have `autoconf' installed .
> Running libtoolize...
> Running aclocal -I /usr/local/share/aclocal ...
> Running autoheader...
> ./autogen.sh: autoheader: command not found
> Running autoconf...
> ./autogen.sh: autoconf: command not found
> Running automake...
> automake: configure.in: installing `./install-sh'
> automake: configure.in: installing `./mkinstalldirs'
> automake: configure.in: installing `./missing'
> automake: configure.in: installing `./depcomp'
> Problems detected. Please investigate.
> Suggested version of used programs (try to use them)
>    libtool  1.4.1 or better
>    automake 1.4 or better
>    autoconf 2.52 or better
> Your installed version:
> ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52)
> automake (GNU automake) 1.5
> ./autogen.sh: autoconf: command not found
> Report aclocal =
> /usr/share/aclocal
> Please report your problem on [EMAIL PROTECTED]
> with this log of build process together with system description.
> 
> 
> And so here it ends.  Let me know what you think, or if there are any other details 
>you need.  Any obvious kludges on my part and whatnot..
> 
> Regards,
> 
> 
> John
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Avifile mailing list
> [EMAIL PROTECTED]
> http://prak.org/mailman/listinfo/avifile
> 
> 
> 



-- 

Albacom S.p.A.
Fabio Bizzi - IP Solution Engineer
Direzione Tecnica - Rete -
Progettazione - Ingegneria dei Sistemi
Via Mario Bianchini, 15 - 00142 ROMA
Tel. +39-06-8741.5392
Fax. +39-06-8741.5934
Mob. +39-348-8068812


_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to