Ethereal-users: Re: [ethereal-users] compiling tethereal without GTK

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Tue, 21 Nov 2000 22:10:47 -0600
On Tue, 3 Oct 2000 14:41:32 -0400 (EDT)
"SHAO-WEI HUNG, BLOOMBERG/ NEW YORK" <SHUNG1@xxxxxxxxxxxxx> wrote:

> I saw a posting in August 2000 regarding compiling tethereal without needing 
> GTK and other packages that are needed for the graphical backend of ethereal.  
> I did not find any solution to that posting, and I am wondering if anyone has 
> since succeeded in doing so...that is, compiling and building only tethereal 
> without having to install GTK.

I just now checked into CVS changes that will allow you to build
tethereal and editcap without needing GTK+ installed. Thanks to Guy for
doing to code cleanup for me; I only had to deal with autoconf/automake.

The new configure script can detect if you don't have GTK+, and if you don't,
it won't build ethereal. You can enable/disable any of the 3 targets,
ethereal, tethereal, and editcap, with --enable-XXX and --disable-XXX flags
(where XXX is the target).

--gilbert