Ethereal-dev: Re: [Ethereal-dev] Compiling plug-ins fails on OSX

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 30 Mar 2002 03:39:37 -0800
On Sat, Mar 30, 2002 at 02:53:18AM -0800, Guy Harris wrote:
> Try:
> 
> 	installing autoconf, automake, and libtool 1.4.2 on your
> 	machine, if they're not already installed - and if you have a
> 	pre-1.4.2 libtool, uninstall it and install 1.4.2 or update it
> 	to 1.4.2;
> 
> 	run "make distclean";
> 
> 	run "./autogen.sh";
> 
> 	rebuild.

Or, rather, try:

	installing autoconf, automake, and libtool 1.4.2 on your
	machine, if they're not already installed - and if you have a
	pre-1.4.2 libtool, uninstall it and install 1.4.2 or update it
	to 1.4.2;

	discarding the ethereal 0.9.2 source distribution you
	downloaded;

	get the current CVS tree from anonymous CVS:

		http://www.ethereal.com/development.html#anoncvs

	or download and unpack a CVS nightly tarball:

		http://www.ethereal.com/distribution/nightly-builds/

	run "./autogen.sh";

	rebuild;

because "autogen.sh" is in CVS, but we omit it from source
distributions.