Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] Dependencies on shared libraries at build time

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

From: "Olivier Biot" <ethereal@xxxxxxxxxx>
Date: Sat, 17 Apr 2004 11:50:00 +0200
Hi list,

Now that most if not all problems related to the generation of a
shared-library version of Ethereal and helpers, I'd like to know if we
can tackle another issue, namely avoiding to build Ethereal entirely
if the libethereal API did not change.

If you today add or modify a dissector to Ethereal, and don't do any
other modifications, then you should not run a "make" from the
top-level directory as this will take ages and will relink all
binaries that depend on libethereal. This takes *ages* to complete on
my CygWin and is needless as long as the libethereal API towards the
binaries using it does not change.

The workaround I use today is to perform a "make" in epan and then run
ethereal from the top-level directory.

Has anyone experience with fixing this type of needless dependencies
(at least they are needless when building shared library objects
against which we link the binaries)?

Regards,

Olivier