Ethereal-dev: Re: [ethereal-dev] compile problems 0.85/cvs version - libtool/gryphon

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxx>
Date: Wed, 5 Apr 2000 12:00:00 -0400
On Wed, Apr 05, 2000 at 05:35:08PM +0200, Florian Lohoff wrote:
> On Wed, Apr 05, 2000 at 11:04:11AM -0500, Gilbert Ramirez wrote:
> > > 
> > > ii  libtool         1.3.3-7        Generic library support script
> > > ii  libc6           2.0.7.19981211 GNU C Library: shared libraries
> > > ii  libc6-dev       2.0.7.19981211 GNU C Library: Development libraries and 
> > > hea
> > > ii  libgtk1.2       1.2.3-1        The GIMP Toolkit set of widgets for X
> > > ii  libgtk1.2-dev   1.2.3-1        Development files for the GIMP Toolkit
> > 
> > What versions of automake and autoconf are you using?
> 
> (flo@ping)~# dpkg -l autoconf automake
> Desired=Unknown/Install/Remove/Purge
> | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
> |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
> ||/ Name            Version        Description
> +++-===============-==============-============================================
> ii  autoconf        2.13-7         automatic configure script builder
> ii  automake        1.3-2          A tool for generating GNU Standards-complian

"./autogen.sh" (which is in the CVS image, but not part of the distribution)
reports a requirement of a later version of automake:

(automake --version) < /dev/null > /dev/null 2>&1 || {
        echo
        echo "You must have automake 1.4 or later installed to compile $PROJECT."
        echo "Download the appropriate package for your distribution/OS,"
        echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/automake/";
        DIE=1
}


What caused the build to run "automake" on your system? Did you update your local
Ethereal archive with the patch, or did you do a fresh install from ethereal-0.8.5.tar.gz?

--gilbert