Ethereal-dev: Re: [Ethereal-dev] Errors during 'make ethereal_static'

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: Tue, 20 Aug 2002 14:28:27 -0700
On Tue, Aug 20, 2002 at 05:17:59PM -0400, Anand V. Narwani wrote:
> Is there something special I need to do to make configure find sys/time.h 
> on this system ?

Not that I know of - Linux distributions, like most if not all other
current UNIX-flavored systems, should have it.

Try a "make distclean" to discard all previous config.h files and cached
information, and then re-run the configure script, saving its standard
output and error to a file.

If HAVE_SYS_TIME_H still isn't defined, check the output of the
configure script and look for the "checking for sys/time.h" test, and
see if there's any indication of any errors, and also check the
"config.log" file to see what happened when it tried looking for
sys/time.h.