ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [ethereal-dev] Problem building latest cvs tree

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Thu, 30 Dec 1999 23:45:51 -0800
> So, it seems the solution to the problem with different versions of libtool
> is to remove ltconfig, config.guess and libltdl/ from CVS and add
> 'libtoolize --copy --force -ltdl' to the autogen.sh file (just before it
> configures the . and wiretap directories), or am I totally wrong here?

I gave that a try in a freshly-checked-out-from-CVS tree (using
"--ltdl", not "-ltdl"), and it worked - I was able to build a
distribution tarball ("make distcheck" passed), and to unpack the
resulting tarball and build it on my machine (although it could, in
theory, have worked only because I have libtool on my machine - the
tarball does contain "ltconfig", "config.guess", and the "libltdl"
directory, however).

This would require that you have libtool installed if you're working
with the CVS tree - but that's *already* true.  It shouldn't require
that you have libtool installed if you're building from a distribution
tarball, however.