Ethereal-dev: Re: [Ethereal-dev] Missing reference _mcount in current CVS

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 8 Feb 2004 16:04:02 -0800
On Mon, Feb 09, 2004 at 12:52:53AM +0100, Olivier Biot wrote:
> Interesting... the previous build was one with "-pg" hence with
> profiler code. I now wanted to generate a build without profiling, so
> I called "make distclean" prior to calling autogen.sh, configure and
> make. This means the initial "make distclean" failed to clean all
> objects.

It appears you either

	1) still had a "-pg" version of "wiretap/buffer.o"

or

	2) had a "wiretap/Makefile" that compiled with "-pg".

"make distclean" is *supposed* to remove both of those files.

> Is my assumption that "'distclean' does 'clean' plus removes
> other generated files like Makefiles and some code files generated
> from scripts" incorrect?

That assumption is *supposed* to be true, but perhaps there's some
problem that caused it not to be true in this case.