Ethereal-dev: RE: [Ethereal-dev] Problem building ethereal 0.10.11

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

From: "Magnus Ljung" <magnus.ljung@xxxxxxxxxx>
Date: Thu, 8 Sep 2005 18:10:50 +0200
Joerg wrote:
> On Thu, Sep 08, 2005 at 05:13:05PM +0200, Magnus Ljung wrote:
> > It seems to me that the problem is that libtool doesn't like the -R:.
> flag,
> > but isn't libtool generated by configure? And the -R flag also?
> >
> > Does anyone know what the problem might be?
> 
> Actually it's generated by autogen.sh. If you have working autoFOO stuff
> on your
> system, you might run ./autogen.sh before running ./configure ...
> 
> If that works, then the Ethereal package you are compiling from was build
> with
> a buggy set of auto-tools and we should check whether there is something
> we
> can do to fix this.

I'm not sure it's working, but I seemed to be able to run ./autogen.sh with
the following output:

lisa: ~/proj/ethereal-0.10.12> ./autogen.sh 
Checking for python.
./autogen.sh: glibtool: not found
processing .
./aclocal-flags: gtk-config: not found
aclocal -I ./aclocal-fallback
libtoolize --copy --force
You should update your `aclocal.m4' by running aclocal.
autoheader
autoheader: `config.h.in' is unchanged
automake --add-missing --gnu
autoconf
processing wiretap
../aclocal-flags: gtk-config: not found
aclocal -I ../aclocal-fallback
autoheader
autoheader: `config.h.in' is unchanged
automake --add-missing --gnu
autoconf

Now type "./configure [options]" and "make" to compile Ethereal.

But then when I reran ./configure and then make I got the same problem

/Magnus