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 15:09:53 -0800
If you've built a profiled version of Ethereal, you'll need to do a
"make clean" before building a non-profiled version; otherwise, the
generated code will include calls to "mcount()" in all procedures, in
order to count procedure calls.