tcpdump mailing list archives

Re: compilation status of current (2004-09-13)


From: Rick Jones <rick.jones2 () hp com>
Date: Tue, 14 Sep 2004 10:33:46 -0700


Could you send us the config.log file from the tcpdump directory?


if it still happens after a make distclean;./configure; make i'll send the config.log

well, with the link in place, i did the make dist clean then the configure then the make and did get the duplicate symbols. so, here is the config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = tardy.cup.hp.com
uname -m = 9000/785
uname -r = B.11.11
uname -s = HP-UX
uname -v = U

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /bin
PATH: /usr/bin
PATH: /usr/dt/bin
PATH: /usr/bin/X11
PATH: /opt/Migration/bin
PATH: /usr/vue/bin
PATH: /opt/ansic/bin
PATH: /usr/ccs/bin
PATH: /usr/contrib/bin
PATH: /opt/mpi/bin
PATH: /opt/hparray/bin
PATH: /opt/nettladm/bin
PATH: /opt/upgrade/bin
PATH: /opt/fcms/bin
PATH: /usr/contrib/bin/X11
PATH: /opt/pd/bin
PATH: /opt/resmon/bin
PATH: /opt/graphics/common/bin
PATH: /opt/mozilla
PATH: /opt/netscape
PATH: /usr/local/bin
PATH: /opt/atok/bin
PATH: /opt/egb/bin
PATH: /opt/gnome/bin
PATH: /opt/graphics/phigs/bin
PATH: /opt/OpenSource/bin
PATH: /opt/vje/bin
PATH: /usr/sbin/diag/contrib
PATH: /opt/wbem/bin
PATH: /opt/wbem/sbin
PATH: /opt/aCC/bin
PATH: /opt/perf/bin
PATH: /opt/langtools/bin
PATH: /opt/imake/bin
PATH: /opt/hpnpl//bin
PATH: .


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1307: checking build system type
configure:1325: result: hppa2.0w-hp-hpux11.11
configure:1333: checking host system type
configure:1347: result: hppa2.0w-hp-hpux11.11
configure:1471: checking for gcc
configure:1500: result: no
configure:1551: checking for cc
configure:1567: found /bin/cc
configure:1577: result: cc
configure:1741: checking for C compiler version
configure:1744: cc --version </dev/null >&5
cc: warning 422: Unknown option "-" ignored.
cc: informational note 404: NLSPATH is /opt/ansic/lib/nls/msg/%L/%N.cat:/opt/ansic/lib/nls/msg/C/%N.cat:
cc: informational note 404: INCLUDIR is INCLUDIR=/usr/include
cc: informational note 404: LPATH is /usr/lib:/opt/langtools/lib:
/usr/ccs/bin/ld /opt/langtools/lib/crt0.o -ersion -u main -lc  
cc: informational note 413: Entering Link editor.
/usr/ccs/bin/ld: Unsatisfied symbols:
   main
/usr/ccs/bin/ld: Entry symbol "rsion" not found
configure:1747: $? = 1
configure:1749: cc -v </dev/null >&5
cc: informational note 404: NLSPATH is /opt/ansic/lib/nls/msg/%L/%N.cat:/opt/ansic/lib/nls/msg/C/%N.cat:
cc: informational note 404: INCLUDIR is INCLUDIR=/usr/include
cc: informational note 404: LPATH is /usr/lib:/opt/langtools/lib:
/usr/ccs/bin/ld /opt/langtools/lib/crt0.o -u main -lc  
cc: informational note 413: Entering Link editor.
/usr/ccs/bin/ld: Unsatisfied symbols:
   main
configure:1752: $? = 1
configure:1754: cc -V </dev/null >&5
/usr/ccs/bin/ld: Unsatisfied symbols:
   main
/usr/ccs/bin/ld: 92453-07 linker linker ld B.11.18 000922
configure:1757: $? = 1
configure:1781: checking for C compiler default output
configure:1784: cc    conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:1787: $? = 0
configure:1833: result: a.out
configure:1838: checking whether the C compiler works
configure:1844: ./a.out
configure:1847: $? = 0
configure:1864: result: yes
configure:1871: checking whether we are cross compiling
configure:1873: result: no
configure:1876: checking for suffix of executables
configure:1878: cc -o conftest    conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:1881: $? = 0
configure:1906: result: 
configure:1912: checking for suffix of object files
configure:1934: cc -c   conftest.c >&5
configure:1937: $? = 0
configure:1959: result: o
configure:1963: checking whether we are using the GNU C compiler
configure:1988: cc -c   conftest.c >&5
cc: "configure", line 1981: error 1000: Unexpected symbol: "me".
cc: "configure", line 1981: error 1588: "choke" undefined.
configure:1991: $? = 1
configure: failed program was:
| #line 1968 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:2010: result: no
configure:2016: checking whether cc accepts -g
configure:2038: cc -c -g  conftest.c >&5
configure:2041: $? = 0
configure:2044: test -s conftest.o
configure:2047: $? = 0
configure:2058: result: yes
configure:2075: checking for cc option to accept ANSI C
configure:2136: cc  -c -g  conftest.c >&5
configure:2139: $? = 0
configure:2142: test -s conftest.o
configure:2145: $? = 0
configure:2163: result: none needed
configure:2181: cc -c -g  conftest.c >&5
cc: "conftest.c", line 2: error 1000: Unexpected symbol: "me".
cc: "conftest.c", line 2: warning 501: Empty source file.
configure:2184: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2317: checking that cc handles ansi prototypes
configure:2340: cc -c -g  conftest.c >&5
configure:2343: $? = 0
configure:2346: test -s conftest.o
configure:2349: $? = 0
configure:2361: result: yes
configure:2504: checking for inline
configure:2544: cc -c -g  conftest.c >&5
cc: "configure", line 2523: error 1000: Unexpected symbol: "struct".
cc: "configure", line 2529: error 1000: Unexpected symbol: "struct".
cc: "configure", line 2534: warning 604: Pointers are not assignment-compatible.
configure:2547: $? = 1
configure: failed program was:
| #line 2514 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #define inline inline
|               static inline struct iltest *foo(void);
|               struct iltest {
|                   int iltest1;
|                   int iltest2;
|               };
| 
|               static inline struct iltest *
|               foo()
|               {
|                   static struct iltest xxx;
| 
|                   return &xxx;
|               }
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2544: cc -c -g  conftest.c >&5
cc: "configure", line 2523: error 1000: Unexpected symbol: "struct".
cc: "configure", line 2529: error 1000: Unexpected symbol: "struct".
cc: "configure", line 2534: warning 604: Pointers are not assignment-compatible.
configure:2547: $? = 1
configure: failed program was:
| #line 2514 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #define inline __inline__
|               static inline struct iltest *foo(void);
|               struct iltest {
|                   int iltest1;
|                   int iltest2;
|               };
| 
|               static inline struct iltest *
|               foo()
|               {
|                   static struct iltest xxx;
| 
|                   return &xxx;
|               }
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2544: cc -c -g  conftest.c >&5
configure:2547: $? = 0
configure:2550: test -s conftest.o
configure:2553: $? = 0
configure:2572: result: __inline
configure:2584: checking for __attribute__
configure:2617: cc -c -g  conftest.c >&5
cc: "configure", line 2606: error 1000: Unexpected symbol: ")".
cc: "configure", line 2610: error 1000: Unexpected symbol: "{".
cc: "configure", line 2606: warning 561: Block scope function declaration for "foo" may not be "static".
configure:2620: $? = 1
configure: failed program was:
| #line 2590 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| 
| int
| main ()
| {
| 
| static void foo(void) __attribute__ ((noreturn));
| 
| static void
| foo(void)
| {
|   exit(1);
| }
| 
|   ;
|   return 0;
| }
configure:2648: result: no
configure:2656: checking how to run the C preprocessor
configure:2692: cc -E  conftest.c
configure:2698: $? = 0
configure:2730: cc -E  conftest.c
cpp: "configure", line 2730: error 4036: Can't open include file 'ac_nonexistent.h'.
configure:2736: $? = 1
configure: failed program was:
| #line 2721 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2774: result: cc -E
configure:2799: cc -E  conftest.c
configure:2805: $? = 0
configure:2837: cc -E  conftest.c
cpp: "configure", line 2837: error 4036: Can't open include file 'ac_nonexistent.h'.
configure:2843: $? = 1
configure: failed program was:
| #line 2828 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2886: checking for egrep
configure:2896: result: grep -E
configure:2901: checking for ANSI C header files
configure:2927: cc -c -g  conftest.c >&5
configure:2930: $? = 0
configure:2933: test -s conftest.o
configure:2936: $? = 0
configure:3028: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:3031: $? = 0
configure:3033: ./conftest
configure:3036: $? = 0
configure:3051: result: yes
configure:3075: checking for sys/types.h
configure:3092: cc -c -g  conftest.c >&5
configure:3095: $? = 0
configure:3098: test -s conftest.o
configure:3101: $? = 0
configure:3112: result: yes
configure:3075: checking for sys/stat.h
configure:3092: cc -c -g  conftest.c >&5
configure:3095: $? = 0
configure:3098: test -s conftest.o
configure:3101: $? = 0
configure:3112: result: yes
configure:3075: checking for stdlib.h
configure:3092: cc -c -g  conftest.c >&5
configure:3095: $? = 0
configure:3098: test -s conftest.o
configure:3101: $? = 0
configure:3112: result: yes
configure:3075: checking for string.h
configure:3092: cc -c -g  conftest.c >&5
configure:3095: $? = 0
configure:3098: test -s conftest.o
configure:3101: $? = 0
configure:3112: result: yes
configure:3075: checking for memory.h
configure:3092: cc -c -g  conftest.c >&5
configure:3095: $? = 0
configure:3098: test -s conftest.o
configure:3101: $? = 0
configure:3112: result: yes
configure:3075: checking for strings.h
configure:3092: cc -c -g  conftest.c >&5
configure:3095: $? = 0
configure:3098: test -s conftest.o
configure:3101: $? = 0
configure:3112: result: yes
configure:3075: checking for inttypes.h
configure:3092: cc -c -g  conftest.c >&5
configure:3095: $? = 0
configure:3098: test -s conftest.o
configure:3101: $? = 0
configure:3112: result: yes
configure:3075: checking for stdint.h
configure:3092: cc -c -g  conftest.c >&5
cpp: "configure", line 3132: error 4036: Can't open include file 'stdint.h'.
configure:3095: $? = 1
configure: failed program was:
| #line 3080 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdint.h>
configure:3112: result: no
configure:3075: checking for unistd.h
configure:3092: cc -c -g  conftest.c >&5
configure:3095: $? = 0
configure:3098: test -s conftest.o
configure:3101: $? = 0
configure:3112: result: yes
configure:3141: checking fcntl.h usability
configure:3154: cc -c -g  conftest.c >&5
configure:3157: $? = 0
configure:3160: test -s conftest.o
configure:3163: $? = 0
configure:3173: result: yes
configure:3177: checking fcntl.h presence
configure:3188: cc -E  conftest.c
configure:3194: $? = 0
configure:3213: result: yes
configure:3249: checking for fcntl.h
configure:3256: result: yes
configure:3141: checking rpc/rpcent.h usability
configure:3154: cc -c -g  conftest.c >&5
cpp: "configure", line 3196: error 4036: Can't open include file 'rpc/rpcent.h'.
configure:3157: $? = 1
configure: failed program was:
| #line 3143 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rpc/rpcent.h>
configure:3173: result: no
configure:3177: checking rpc/rpcent.h presence
configure:3188: cc -E  conftest.c
cpp: "configure", line 3198: error 4036: Can't open include file 'rpc/rpcent.h'.
configure:3194: $? = 1
configure: failed program was:
| #line 3179 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <rpc/rpcent.h>
configure:3213: result: no
configure:3249: checking for rpc/rpcent.h
configure:3256: result: no
configure:3141: checking netdnet/dnetdb.h usability
configure:3154: cc -c -g  conftest.c >&5
cpp: "configure", line 3196: error 4036: Can't open include file 'netdnet/dnetdb.h'.
configure:3157: $? = 1
configure: failed program was:
| #line 3143 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netdnet/dnetdb.h>
configure:3173: result: no
configure:3177: checking netdnet/dnetdb.h presence
configure:3188: cc -E  conftest.c
cpp: "configure", line 3198: error 4036: Can't open include file 'netdnet/dnetdb.h'.
configure:3194: $? = 1
configure: failed program was:
| #line 3179 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <netdnet/dnetdb.h>
configure:3213: result: no
configure:3249: checking for netdnet/dnetdb.h
configure:3256: result: no
configure:3141: checking netinet/ether.h usability
configure:3154: cc -c -g  conftest.c >&5
cpp: "configure", line 3196: error 4036: Can't open include file 'netinet/ether.h'.
configure:3157: $? = 1
configure: failed program was:
| #line 3143 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netinet/ether.h>
configure:3173: result: no
configure:3177: checking netinet/ether.h presence
configure:3188: cc -E  conftest.c
cpp: "configure", line 3198: error 4036: Can't open include file 'netinet/ether.h'.
configure:3194: $? = 1
configure: failed program was:
| #line 3179 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <netinet/ether.h>
configure:3213: result: no
configure:3249: checking for netinet/ether.h
configure:3256: result: no
configure:3273: checking for netinet/if_ether.h
configure:3291: cc -c -g  conftest.c >&5
cc: "/usr/include/netinet/if_ether.h", line 124: error 1574: Unknown size for "ea_hdr".
cc: "/usr/include/netinet/if_ether.h", line 124: error 1578: Size of struct or union member is unknown.
cc: "/usr/include/netinet/if_ether.h", line 155: error 1574: Unknown size for "ea_hdr".
cc: "/usr/include/netinet/if_ether.h", line 155: error 1578: Size of struct or union member is unknown.
configure:3294: $? = 1
configure: failed program was:
| #line 3278 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/socket.h>
| 
| #include <netinet/if_ether.h>
configure:3311: result: no
configure:3322: checking whether time.h and sys/time.h may both be included
configure:3348: cc -c -g  conftest.c >&5
configure:3351: $? = 0
configure:3354: test -s conftest.o
configure:3357: $? = 0
configure:3368: result: yes
configure:3433: checking smi.h usability
configure:3446: cc -c -g  conftest.c >&5
cpp: "configure", line 3489: error 4036: Can't open include file 'smi.h'.
configure:3449: $? = 1
configure: failed program was:
| #line 3435 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <smi.h>
configure:3465: result: no
configure:3469: checking smi.h presence
configure:3480: cc -E  conftest.c
cpp: "configure", line 3491: error 4036: Can't open include file 'smi.h'.
configure:3486: $? = 1
configure: failed program was:
| #line 3471 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <smi.h>
configure:3505: result: no
configure:3541: checking for smi.h
configure:3548: result: no
configure:3562: checking for smiInit in -lsmi
configure:3593: cc -o conftest -g   -L/usr/local/lib conftest.c -lsmi   >&5
/usr/ccs/bin/ld: Can't find library for -lsmi
configure:3596: $? = 1
configure: failed program was:
| #line 3569 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char smiInit ();
| int
| main ()
| {
| smiInit ();
|   ;
|   return 0;
| }
configure:3614: result: no
configure:3703: checking whether to enable the possibly-buggy SMB printer
configure:3713: result: yes
configure:3715: WARNING: The SMB printer may have exploitable buffer overflows!!!
configure:3734: checking whether to drop root privileges by default
configure:3744: result: no
configure:3754: checking whether to chroot
configure:3764: result: no
configure:3768: checking whether to enable ipv6
configure:3816: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:3819: $? = 0
configure:3821: ./conftest
configure:3824: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 3796 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| /* end confdefs.h.  */
|  /* AF_INET6 available check */
| #include <sys/types.h>
| #include <sys/socket.h>
| main()
| {
|  if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
|    exit(1);
|  else
|    exit(0);
| }
| 
configure:3840: result: no
configure:4398: checking for dnet_htoa declaration in netdnet/dnetdb.h
cpp: "configure", line 4424: error 4036: Can't open include file 'netdnet/dnetdb.h'.
configure:4422: result: no
configure:4431: checking for char
configure:4456: cc -c -g  conftest.c >&5
configure:4459: $? = 0
configure:4462: test -s conftest.o
configure:4465: $? = 0
configure:4476: result: yes
configure:4479: checking size of char
configure:4754: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:4757: $? = 0
configure:4759: ./conftest
configure:4762: $? = 0
configure:4785: result: 1
configure:4792: checking for short
configure:4817: cc -c -g  conftest.c >&5
configure:4820: $? = 0
configure:4823: test -s conftest.o
configure:4826: $? = 0
configure:4837: result: yes
configure:4840: checking size of short
configure:5115: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:5118: $? = 0
configure:5120: ./conftest
configure:5123: $? = 0
configure:5146: result: 2
configure:5153: checking for int
configure:5178: cc -c -g  conftest.c >&5
configure:5181: $? = 0
configure:5184: test -s conftest.o
configure:5187: $? = 0
configure:5198: result: yes
configure:5201: checking size of int
configure:5476: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:5479: $? = 0
configure:5481: ./conftest
configure:5484: $? = 0
configure:5507: result: 4
configure:5514: checking for long
configure:5539: cc -c -g  conftest.c >&5
configure:5542: $? = 0
configure:5545: test -s conftest.o
configure:5548: $? = 0
configure:5559: result: yes
configure:5562: checking size of long
configure:5837: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:5840: $? = 0
configure:5842: ./conftest
configure:5845: $? = 0
configure:5868: result: 4
configure:5875: checking for long long
configure:5900: cc -c -g  conftest.c >&5
configure:5903: $? = 0
configure:5906: test -s conftest.o
configure:5909: $? = 0
configure:5920: result: yes
configure:5923: checking size of long long
configure:6198: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:6201: $? = 0
configure:6203: ./conftest
configure:6206: $? = 0
configure:6229: result: 8
configure:6239: checking for addrinfo
configure:6262: cc -c -g  conftest.c >&5
configure:6265: $? = 0
configure:6268: test -s conftest.o
configure:6271: $? = 0
configure:6283: result: yes
configure:6302: checking for NI_MAXSERV
configure:6329: result: yes
configure:6343: checking for NI_NAMEREQD
configure:6370: result: yes
configure:6384: checking for sockaddr_storage
configure:6408: cc -c -g  conftest.c >&5
configure:6411: $? = 0
configure:6414: test -s conftest.o
configure:6417: $? = 0
configure:6429: result: yes
configure:6444: checking for INADDRSZ
configure:6467: cc -c -g  conftest.c >&5
configure:6470: $? = 0
configure:6473: test -s conftest.o
configure:6476: $? = 0
configure:6488: result: yes
configure:6498: checking for IN6ADDRSZ
configure:6521: cc -c -g  conftest.c >&5
configure:6524: $? = 0
configure:6527: test -s conftest.o
configure:6530: $? = 0
configure:6542: result: yes
configure:6558: checking for RES_USE_INET6
configure:6583: cc -c -g  conftest.c >&5
configure:6586: $? = 0
configure:6589: test -s conftest.o
configure:6592: $? = 0
configure:6604: result: yes
configure:6618: checking for res_state_ext
configure:6644: cc -c -g  conftest.c >&5
cpp: "configure", line 6657: error 4036: Can't open include file 'netinet6/in6.h'.
configure:6647: $? = 1
configure: failed program was:
| #line 6623 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| /* end confdefs.h.  */
| 
| #             include <sys/types.h>
| #             include <netinet/in.h>
| #             include <netinet6/in6.h>
| #             include <resolv.h>
| int
| main ()
| {
| struct __res_state_ext e
|   ;
|   return 0;
| }
configure:6665: result: no
configure:6679: checking for nsort in res_state
configure:6705: cc -c -g  conftest.c >&5
cpp: "configure", line 6718: error 4036: Can't open include file 'netinet6/in6.h'.
configure:6708: $? = 1
configure: failed program was:
| #line 6684 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| /* end confdefs.h.  */
| 
| #             include <sys/types.h>
| #             include <netinet/in.h>
| #             include <netinet6/in6.h>
| #             include <resolv.h>
| int
| main ()
| {
| struct __res_state e; e.nsort = 0
|   ;
|   return 0;
| }
configure:6726: result: no
configure:6746: checking for vfprintf
configure:6796: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:6799: $? = 0
configure:6802: test -s conftest
configure:6805: $? = 0
configure:6816: result: yes
configure:6746: checking for strcasecmp
configure:6796: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:6799: $? = 0
configure:6802: test -s conftest
configure:6805: $? = 0
configure:6816: result: yes
configure:6746: checking for strlcat
configure:6796: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
   strlcat (code)
configure:6799: $? = 1
configure: failed program was:
| #line 6751 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strlcat) || defined (__stub___strlcat)
| choke me
| #else
| char (*f) () = strlcat;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != strlcat;
|   ;
|   return 0;
| }
configure:6816: result: no
configure:6746: checking for strlcpy
configure:6796: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
   strlcpy (code)
configure:6799: $? = 1
configure: failed program was:
| #line 6751 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcpy (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strlcpy ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strlcpy) || defined (__stub___strlcpy)
| choke me
| #else
| char (*f) () = strlcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != strlcpy;
|   ;
|   return 0;
| }
configure:6816: result: no
configure:6746: checking for strdup
configure:6796: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:6799: $? = 0
configure:6802: test -s conftest
configure:6805: $? = 0
configure:6816: result: yes
configure:6746: checking for strsep
configure:6796: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
   strsep (code)
configure:6799: $? = 1
configure: failed program was:
| #line 6751 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strsep (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strsep ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strsep) || defined (__stub___strsep)
| choke me
| #else
| char (*f) () = strsep;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != strsep;
|   ;
|   return 0;
| }
configure:6816: result: no
configure:6833: checking for strftime
configure:6883: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
cc: "configure", line 6888: warning 573: Parameter list is inconsistent for "strftime".
cc: "configure", line 6888: error 1584: Inconsistent type declaration: "strftime".
cc: "configure", line 6895: warning 604: Pointers are not assignment-compatible.
cc: "configure", line 6904: warning 605: Illegal pointer combination for !=.
configure:6886: $? = 1
configure: failed program was:
| #line 6838 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strftime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strftime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strftime) || defined (__stub___strftime)
| choke me
| #else
| char (*f) () = strftime;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != strftime;
|   ;
|   return 0;
| }
configure:6903: result: no
configure:6917: checking for ether_ntohost
configure:6967: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
   ether_ntohost (code)
configure:6970: $? = 1
configure: failed program was:
| #line 6922 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char ether_ntohost (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char ether_ntohost ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_ether_ntohost) || defined (__stub___ether_ntohost)
| choke me
| #else
| char (*f) () = ether_ntohost;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != ether_ntohost;
|   ;
|   return 0;
| }
configure:6987: result: no
configure:7067: checking for setlinebuf
configure:7117: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
   setlinebuf (code)
configure:7120: $? = 1
configure: failed program was:
| #line 7072 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setlinebuf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char setlinebuf ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_setlinebuf) || defined (__stub___setlinebuf)
| choke me
| #else
| char (*f) () = setlinebuf;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != setlinebuf;
|   ;
|   return 0;
| }
configure:7137: result: no
configure:7067: checking for alarm
configure:7117: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:7120: $? = 0
configure:7123: test -s conftest
configure:7126: $? = 0
configure:7137: result: yes
configure:7154: checking for vsnprintf
configure:7204: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:7207: $? = 0
configure:7210: test -s conftest
configure:7213: $? = 0
configure:7224: result: yes
configure:7154: checking for snprintf
configure:7204: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:7207: $? = 0
configure:7210: test -s conftest
configure:7213: $? = 0
configure:7224: result: yes
configure:7241: checking return type of signal handlers
configure:7273: cc -c -g  conftest.c >&5
cc: "configure", line 7291: warning 573: Parameter list is inconsistent for "signal".
configure:7276: $? = 0
configure:7279: test -s conftest.o
configure:7282: $? = 0
configure:7293: result: void
configure:7326: checking for sigaction
configure:7376: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:7379: $? = 0
configure:7382: test -s conftest
configure:7385: $? = 0
configure:7396: result: yes
configure:7495: checking for library containing dnet_htoa
configure:7526: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
   dnet_htoa (code)
configure:7529: $? = 1
configure: failed program was:
| #line 7502 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dnet_htoa ();
| int
| main ()
| {
| dnet_htoa ();
|   ;
|   return 0;
| }
configure:7571: cc -o conftest -g   -L/usr/local/lib conftest.c -ldnet   >&5
/usr/ccs/bin/ld: Can't find library for -ldnet
configure:7574: $? = 1
configure: failed program was:
| #line 7547 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dnet_htoa ();
| int
| main ()
| {
| dnet_htoa ();
|   ;
|   return 0;
| }
configure:7594: result: no
configure:7606: checking for main in -lrpc
configure:7631: cc -o conftest -g   -L/usr/local/lib conftest.c -lrpc   >&5
/usr/ccs/bin/ld: Can't find library for -lrpc
configure:7634: $? = 1
configure: failed program was:
| #line 7613 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:7652: result: no
configure:7663: checking for library containing getrpcbynumber
configure:7694: cc -o conftest -g   -L/usr/local/lib conftest.c  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
   getrpcbynumber (code)
configure:7697: $? = 1
configure: failed program was:
| #line 7670 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getrpcbynumber ();
| int
| main ()
| {
| getrpcbynumber ();
|   ;
|   return 0;
| }
configure:7739: cc -o conftest -g   -L/usr/local/lib conftest.c -lnsl   >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:7742: $? = 0
configure:7745: test -s conftest
configure:7748: $? = 0
configure:7762: result: -lnsl
configure:7776: checking for library containing gethostbyname
configure:7807: cc -o conftest -g   -L/usr/local/lib conftest.c -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:7810: $? = 0
configure:7813: test -s conftest
configure:7816: $? = 0
configure:7875: result: none required
configure:7945: checking for library containing socket
configure:7976: cc -o conftest -g   -L/usr/local/lib conftest.c -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:7979: $? = 0
configure:7982: test -s conftest
configure:7985: $? = 0
configure:8044: result: none required
configure:8111: checking for library containing putmsg
configure:8142: cc -o conftest -g   -L/usr/local/lib conftest.c -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:8145: $? = 0
configure:8148: test -s conftest
configure:8151: $? = 0
configure:8210: result: none required
configure:8312: checking for local pcap library
configure:8420: result: ./../libpcap/libpcap.a
configure:8445: checking for pcap_list_datalinks
configure:8495: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:8498: $? = 0
configure:8501: test -s conftest
configure:8504: $? = 0
configure:8515: result: yes
configure:8526: checking for pcap_set_datalink
configure:8576: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:8579: $? = 0
configure:8582: test -s conftest
configure:8585: $? = 0
configure:8596: result: yes
configure:8605: checking for pcap_datalink_name_to_val
configure:8655: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:8658: $? = 0
configure:8661: test -s conftest
configure:8664: $? = 0
configure:8675: result: yes
configure:8683: checking for pcap_datalink_val_to_description
configure:8733: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:8736: $? = 0
configure:8739: test -s conftest
configure:8742: $? = 0
configure:8753: result: yes
configure:8774: checking for pcap_breakloop
configure:8824: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:8827: $? = 0
configure:8830: test -s conftest
configure:8833: $? = 0
configure:8844: result: yes
configure:8868: checking for inet_ntop
configure:8891: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:8894: $? = 0
configure:8897: test -s conftest
configure:8900: $? = 0
configure:8902: result: yes
configure:8913: checking for inet_pton
configure:8936: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:8939: $? = 0
configure:8942: test -s conftest
configure:8945: $? = 0
configure:8947: result: yes
configure:8958: checking for inet_aton
configure:8981: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:8984: $? = 0
configure:8987: test -s conftest
configure:8990: $? = 0
configure:8992: result: yes
configure:9005: checking if sockaddr struct has sa_len member
configure:9029: cc -c -g  conftest.c >&5
cc: "configure", line 9061: error 1588: "sa_len" undefined.
cc: "configure", line 9061: error 1531: Invalid member of struct or union.
cc: "configure", line 9061: error 1594: The sizeof operator cannot be applied to types with unknown size.
configure:9032: $? = 1
configure: failed program was:
| #line 9010 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
| #define HAVE_PCAP_BREAKLOOP 1
| /* end confdefs.h.  */
| 
| #             include <sys/types.h>
| #             include <sys/socket.h>
| int
| main ()
| {
| u_int i = sizeof(((struct sockaddr *)0)->sa_len)
|   ;
|   return 0;
| }
configure:9050: result: no
configure:9069: checking for pcap_findalldevs
configure:9119: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:9122: $? = 0
configure:9125: test -s conftest
configure:9128: $? = 0
configure:9139: result: yes
configure:9069: checking for pcap_dump_flush
configure:9119: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:9122: $? = 0
configure:9125: test -s conftest
configure:9128: $? = 0
configure:9139: result: yes
configure:9069: checking for pcap_lib_version
configure:9119: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:9122: $? = 0
configure:9125: test -s conftest
configure:9128: $? = 0
configure:9139: result: yes
configure:9152: checking for pcap_if_t
configure:9178: cc -c -g -I./../libpcap  -I/usr/local/include  conftest.c >&5
configure:9181: $? = 0
configure:9184: test -s conftest.o
configure:9187: $? = 0
configure:9198: result: yes
configure:9267: checking whether pcap_debug is defined by libpcap
configure:9290: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
   pcap_debug (data)
configure:9293: $? = 1
configure: failed program was:
| #line 9269 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
| #define HAVE_PCAP_BREAKLOOP 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DUMP_FLUSH 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_IF_T 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       extern int pcap_debug;
| 
|       return pcap_debug;
| 
|   ;
|   return 0;
| }
configure:9317: result: no
configure:9322: checking whether yydebug is defined by libpcap
configure:9345: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:9348: $? = 0
configure:9351: test -s conftest
configure:9354: $? = 0
configure:9365: result: yes
configure:9380: checking for bpf_dump
configure:9430: cc -o conftest -g   -L/usr/local/lib conftest.c ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:9433: $? = 0
configure:9436: test -s conftest
configure:9439: $? = 0
configure:9450: result: yes
configure:9493: checking for int8_t using cc
configure:9521: cc -c -g  conftest.c >&5
configure:9524: $? = 0
configure:9527: test -s conftest.o
configure:9530: $? = 0
configure:9542: result: yes
configure:9550: checking for u_int8_t using cc
configure:9578: cc -c -g  conftest.c >&5
cc: "configure", line 9616: error 1000: Unexpected symbol: "i".
cc: "configure", line 9616: error 1588: "u_int8_t" undefined.
configure:9581: $? = 1
configure: failed program was:
| #line 9555 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
| #define HAVE_PCAP_BREAKLOOP 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DUMP_FLUSH 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_IF_T 1
| #define HAVE_YYDEBUG 1
| #define HAVE_BPF_DUMP 1
| /* end confdefs.h.  */
| 
| #     include "confdefs.h"
| #     include <sys/types.h>
| #     if STDC_HEADERS
| #     include <stdlib.h>
| #     include <stddef.h>
| #     endif
| int
| main ()
| {
| u_int8_t i
|   ;
|   return 0;
| }
configure:9599: result: no
configure:9607: checking for int16_t using cc
configure:9635: cc -c -g  conftest.c >&5
configure:9638: $? = 0
configure:9641: test -s conftest.o
configure:9644: $? = 0
configure:9656: result: yes
configure:9664: checking for u_int16_t using cc
configure:9692: cc -c -g  conftest.c >&5
cc: "configure", line 9731: error 1000: Unexpected symbol: "i".
cc: "configure", line 9731: error 1588: "u_int16_t" undefined.
configure:9695: $? = 1
configure: failed program was:
| #line 9669 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
| #define HAVE_PCAP_BREAKLOOP 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DUMP_FLUSH 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_IF_T 1
| #define HAVE_YYDEBUG 1
| #define HAVE_BPF_DUMP 1
| #define u_int8_t u_char
| /* end confdefs.h.  */
| 
| #     include "confdefs.h"
| #     include <sys/types.h>
| #     if STDC_HEADERS
| #     include <stdlib.h>
| #     include <stddef.h>
| #     endif
| int
| main ()
| {
| u_int16_t i
|   ;
|   return 0;
| }
configure:9713: result: no
configure:9721: checking for int32_t using cc
configure:9749: cc -c -g  conftest.c >&5
configure:9752: $? = 0
configure:9755: test -s conftest.o
configure:9758: $? = 0
configure:9770: result: yes
configure:9778: checking for u_int32_t using cc
configure:9806: cc -c -g  conftest.c >&5
cc: "configure", line 9846: error 1000: Unexpected symbol: "i".
cc: "configure", line 9846: error 1588: "u_int32_t" undefined.
configure:9809: $? = 1
configure: failed program was:
| #line 9783 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
| #define HAVE_PCAP_BREAKLOOP 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DUMP_FLUSH 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_IF_T 1
| #define HAVE_YYDEBUG 1
| #define HAVE_BPF_DUMP 1
| #define u_int8_t u_char
| #define u_int16_t u_short
| /* end confdefs.h.  */
| 
| #     include "confdefs.h"
| #     include <sys/types.h>
| #     if STDC_HEADERS
| #     include <stdlib.h>
| #     include <stddef.h>
| #     endif
| int
| main ()
| {
| u_int32_t i
|   ;
|   return 0;
| }
configure:9827: result: no
configure:9835: checking for int64_t using cc
configure:9863: cc -c -g  conftest.c >&5
configure:9866: $? = 0
configure:9869: test -s conftest.o
configure:9872: $? = 0
configure:9884: result: yes
configure:9892: checking for u_int64_t using cc
configure:9920: cc -c -g  conftest.c >&5
cc: "configure", line 9961: error 1000: Unexpected symbol: "i".
cc: "configure", line 9961: error 1588: "u_int64_t" undefined.
configure:9923: $? = 1
configure: failed program was:
| #line 9897 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
| #define HAVE_PCAP_BREAKLOOP 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DUMP_FLUSH 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_IF_T 1
| #define HAVE_YYDEBUG 1
| #define HAVE_BPF_DUMP 1
| #define u_int8_t u_char
| #define u_int16_t u_short
| #define u_int32_t u_int
| /* end confdefs.h.  */
| 
| #     include "confdefs.h"
| #     include <sys/types.h>
| #     if STDC_HEADERS
| #     include <stdlib.h>
| #     include <stddef.h>
| #     endif
| int
| main ()
| {
| u_int64_t i
|   ;
|   return 0;
| }
configure:9941: result: no
configure:9959: checking for inttypes.h
configure:9964: result: yes
configure:10095: checking whether inttypes.h defines the PRI[doxu]64 macros
configure:10121: cc -c -g  conftest.c >&5
configure:10124: $? = 0
configure:10127: test -s conftest.o
configure:10130: $? = 0
configure:10133: result: yes
configure:10467: checking if sockaddr struct has sa_len member
configure:10491: cc -c -g  conftest.c >&5
cc: "configure", line 10535: error 1588: "sa_len" undefined.
cc: "configure", line 10535: error 1531: Invalid member of struct or union.
cc: "configure", line 10535: error 1594: The sizeof operator cannot be applied to types with unknown size.
configure:10494: $? = 1
configure: failed program was:
| #line 10472 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline __inline
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_INADDRSZ 1
| #define HAVE_IN6ADDRSZ 1
| #define HAVE_RES_USE_INET6 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
| #define HAVE_PCAP_BREAKLOOP 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DUMP_FLUSH 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_IF_T 1
| #define HAVE_YYDEBUG 1
| #define HAVE_BPF_DUMP 1
| #define u_int8_t u_char
| #define u_int16_t u_short
| #define u_int32_t u_int
| #define u_int64_t unsigned long long
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS 1
| /* end confdefs.h.  */
| 
| #     include <sys/types.h>
| #     include <sys/socket.h>
| int
| main ()
| {
| u_int i = sizeof(((struct sockaddr *)0)->sa_len)
|   ;
|   return 0;
| }
configure:10512: result: no
configure:10521: checking if unaligned accesses fail
configure:10608: result: yes
configure:10618: checking for h_errno
configure:10642: cc -c -g  conftest.c >&5
configure:10645: $? = 0
configure:10648: test -s conftest.o
configure:10651: $? = 0
configure:10663: result: yes
configure:10680: checking for SSLeay
configure:10714: result: /usr/
configure:10726: checking for DES_cbc_encrypt in -lcrypto
configure:10757: cc -o conftest -g  -L/usr//lib  -L/usr/local/lib conftest.c -lcrypto  ./../libpcap/libpcap.a -lnsl  >&5
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on 
a PA 1.x system.
configure:10760: $? = 0
configure:10763: test -s conftest
configure:10766: $? = 0
configure:10778: result: yes
configure:10805: checking openssl/evp.h usability
configure:10818: cc -c -g  -I./../libpcap  -I/usr/local/include -I/usr//include conftest.c >&5
configure:10821: $? = 0
configure:10824: test -s conftest.o
configure:10827: $? = 0
configure:10837: result: yes
configure:10841: checking openssl/evp.h presence
configure:10852: cc -E  -I./../libpcap  -I/usr/local/include -I/usr//include conftest.c
configure:10858: $? = 0
configure:10877: result: yes
configure:10913: checking for openssl/evp.h
configure:10920: result: yes
configure:10961: checking for a BSD-compatible install
configure:11015: result: /opt/imake/bin/install -c
configure:11128: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on tardy.cup.hp.com

config.status:642: creating Makefile
config.status:746: creating config.h
config.status:1051: executing default-1 commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv___attribute__=no
ac_cv_addrinfo=yes
ac_cv_addrsz=yes
ac_cv_build=hppa2.0w-hp-hpux11.11
ac_cv_build_alias=hppa2.0w-hp-hpux11.11
ac_cv_c_compiler_gnu=no
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext=''
ac_cv_func_alarm=yes
ac_cv_func_bpf_dump=yes
ac_cv_func_ether_ntohost=no
ac_cv_func_pcap_breakloop=yes
ac_cv_func_pcap_datalink_name_to_val=yes
ac_cv_func_pcap_datalink_val_to_description=yes
ac_cv_func_pcap_dump_flush=yes
ac_cv_func_pcap_findalldevs=yes
ac_cv_func_pcap_lib_version=yes
ac_cv_func_pcap_list_datalinks=yes
ac_cv_func_pcap_set_datalink=yes
ac_cv_func_setlinebuf=no
ac_cv_func_sigaction=yes
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strftime=no
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strsep=no
ac_cv_func_vfprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdnet_dnetdb_h=no
ac_cv_header_netinet_ether_h=no
ac_cv_header_netinet_if_ether_h=no
ac_cv_header_openssl_evp_h=yes
ac_cv_header_rpc_rpcent_h=no
ac_cv_header_smi_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=hppa2.0w-hp-hpux11.11
ac_cv_host_alias=hppa2.0w-hp-hpux11.11
ac_cv_in6addrsz=yes
ac_cv_inaddrsz=yes
ac_cv_lbl_cc_ansi_prototypes=yes
ac_cv_lbl_have_int16_t=yes
ac_cv_lbl_have_int32_t=yes
ac_cv_lbl_have_int64_t=yes
ac_cv_lbl_have_int8_t=yes
ac_cv_lbl_have_u_int16_t=no
ac_cv_lbl_have_u_int32_t=no
ac_cv_lbl_have_u_int64_t=no
ac_cv_lbl_have_u_int8_t=no
ac_cv_lbl_inline=__inline
ac_cv_lbl_sockaddr_has_sa_len=no
ac_cv_lbl_unaligned_fail=yes
ac_cv_lib_crypto_DES_cbc_encrypt=yes
ac_cv_lib_rpc_main=no
ac_cv_lib_smi_smiInit=no
ac_cv_maxserv=yes
ac_cv_namereqd=yes
ac_cv_objext=o
ac_cv_path_install='/opt/imake/bin/install -c'
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=''
ac_cv_prog_egrep='grep -E'
ac_cv_res_inet6=yes
ac_cv_res_state=no
ac_cv_res_state_ext=no
ac_cv_sa_storage=yes
ac_cv_search_dnet_htoa=no
ac_cv_search_gethostbyname='none required'
ac_cv_search_getrpcbynumber=-lnsl
ac_cv_search_putmsg='none required'
ac_cv_search_socket='none required'
ac_cv_sizeof_char=1
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sockaddr_has_sa_len=no
ac_cv_ssleay_path=/usr/
ac_cv_type_char=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_long_long=yes
ac_cv_type_pcap_if_t=yes
ac_cv_type_short=yes
ac_cv_type_signal=void
ac_cv_var_h_errno=yes
ac_lbl_cv_pcap_debug_defined=no
ac_lbl_cv_yydebug_defined=yes
td_cv_decl_netdnet_dnetdb_h_dnet_htoa=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='cc'
CFLAGS='-g'
CPP='cc -E'
CPPFLAGS=' -I./../libpcap  -I/usr/local/include -I/usr//include -I$(srcdir)/missing'
DEFS='-DHAVE_CONFIG_H'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS='-L/usr//lib  -L/usr/local/lib'
LIBOBJS=' strlcat$U.o strlcpy$U.o strsep$U.o'
LIBS='-lcrypto ./../libpcap/libpcap.a -lnsl '
LOCALSRC='print-smb.c smbutil.c '
LTLIBOBJS=' strlcat$U.lo strlcpy$U.lo strsep$U.lo'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/sh'
SHLICC2=''
V_CCOPT='-O'
V_DEFS=' -D_U_=""'
V_GROUP='0'
V_INCLS='-I./../libpcap  -I/usr/local/include -I/usr//include -I$(srcdir)/missing'
V_PCAPDEP='./../libpcap/libpcap.a'
ac_ct_CC='cc'
bindir='${exec_prefix}/bin'
build='hppa2.0w-hp-hpux11.11'
build_alias=''
build_cpu='hppa2.0w'
build_os='hpux11.11'
build_vendor='hp'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='hppa2.0w-hp-hpux11.11'
host_alias=''
host_cpu='hppa2.0w'
host_os='hpux11.11'
host_vendor='hp'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_ADDRINFO 1
#define HAVE_ALARM 1
#define HAVE_BPF_DUMP 1
#define HAVE_FCNTL_H 1
#define HAVE_H_ERRNO 1
#define HAVE_IN6ADDRSZ 1
#define HAVE_INADDRSZ 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBCRYPTO 1
#define HAVE_MEMORY_H 1
#define HAVE_OPENSSL_EVP_H 1
#define HAVE_PCAP_BREAKLOOP 1
#define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
#define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
#define HAVE_PCAP_DUMP_FLUSH 1
#define HAVE_PCAP_FINDALLDEVS 1
#define HAVE_PCAP_IF_T 1
#define HAVE_PCAP_LIB_VERSION 1
#define HAVE_PCAP_LIST_DATALINKS 1
#define HAVE_PCAP_SET_DATALINK 1
#define HAVE_RES_USE_INET6 1
#define HAVE_SIGACTION 1
#define HAVE_SNPRINTF 1
#define HAVE_SOCKADDR_STORAGE 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VFPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_YYDEBUG 1
#define INTTYPES_H_DEFINES_FORMATS 1
#define LBL_ALIGN 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define RETSIGTYPE void
#define RETSIGVAL
#define SIZEOF_CHAR 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_SHORT 2
#define STDC_HEADERS 1
#define TCPDUMP_DO_SMB 1
#define TIME_WITH_SYS_TIME 1
#define inline __inline
#define u_int16_t u_short
#define u_int32_t u_int
#define u_int64_t unsigned long long
#define u_int8_t u_char

configure: exit 0
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.

Current thread: