> checking for sys/sockio.h... (cached) yes
...but "config.h" doesn't define HAVE_SYS_SOCKIO_H? It does on a
Solaris 2.6 system here, after having run configure....
> checking for u_int16_t using gcc... (cached) no
...but "config.h" doesn't "u_int16_t" as "u_short"? It does on a
Solaris 2.6 system here, after having run configure....
Try doing "make distclean", and run configure again (it should not say
"(cached)". "config.h" should then have
#define HAVE_SYS_SOCKIO_H 1
and
#define u_int16_t u_short
in it.
(If you have done a configure and build, in a given directory, on one
platform, you should, before doing a configure and build on a different
platform, do a "make distclean" first; this applies to most, if not all,
software using GNU autoconf.)
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe