1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.59.  Invocation command line was
6
7  $ ./configure 
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = zon
14uname -m = BePC
15uname -r = 5.1
16uname -s = BeOS
17uname -v = 1000009
18
19/usr/bin/uname -p = unknown
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = unknown
26/bin/machine           = unknown
27/usr/bin/oslevel       = unknown
28/bin/universe          = unknown
29
30PATH: .
31PATH: /boot/home/config/bin
32PATH: /bin
33PATH: /boot/apps
34PATH: /boot/preferences
35PATH: /boot/beos/apps
36PATH: /boot/beos/preferences
37PATH: /boot/develop/bin
38PATH: /boot/apps/office/PostgreSQL/bin
39PATH: /boot/home/source/OpenTracker/scripts
40
41
42## ----------- ##
43## Core tests. ##
44## ----------- ##
45
46configure:1345: checking build system type
47configure:1363: result: i586-pc-beos
48configure:1371: checking host system type
49configure:1385: result: i586-pc-beos
50configure:1393: checking target system type
51configure:1407: result: i586-pc-beos
52configure:1537: checking for gcc
53configure:1553: found /boot/develop/bin/gcc
54configure:1563: result: gcc
55configure:1807: checking for C compiler version
56configure:1810: gcc --version </dev/null >&5
572.95.3-beos-060710
58configure:1813: $? = 0
59configure:1815: gcc -v </dev/null >&5
60using priority 5
61Reading specs from /boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-beos/2.95.3-beos-060710/specs
62gcc version 2.95.3-beos-060710
63configure:1818: $? = 0
64configure:1820: gcc -V </dev/null >&5
65gcc: argument to `-V' is missing
66configure:1823: $? = 1
67configure:1846: checking for C compiler default output file name
68configure:1849: gcc    conftest.c  >&5
69configure:1852: $? = 0
70configure:1898: result: conftest
71configure:1903: checking whether the C compiler works
72configure:1909: ./conftest
73configure:1912: $? = 0
74configure:1929: result: yes
75configure:1936: checking whether we are cross compiling
76configure:1938: result: no
77configure:1941: checking for suffix of executables
78configure:1943: gcc -o conftest    conftest.c  >&5
79configure:1946: $? = 0
80configure:1971: result: 
81configure:1977: checking for suffix of object files
82configure:1998: gcc -c   conftest.c >&5
83configure:2001: $? = 0
84configure:2023: result: o
85configure:2027: checking whether we are using the GNU C compiler
86configure:2051: gcc -c   conftest.c >&5
87configure:2057: $? = 0
88configure:2061: test -z 
89			 || test ! -s conftest.err
90configure:2064: $? = 0
91configure:2067: test -s conftest.o
92configure:2070: $? = 0
93configure:2083: result: yes
94configure:2089: checking whether gcc accepts -g
95configure:2110: gcc -c -g  conftest.c >&5
96configure:2116: $? = 0
97configure:2120: test -z 
98			 || test ! -s conftest.err
99configure:2123: $? = 0
100configure:2126: test -s conftest.o
101configure:2129: $? = 0
102configure:2140: result: yes
103configure:2157: checking for gcc option to accept ANSI C
104configure:2227: gcc  -c -g -O2  conftest.c >&5
105configure:2233: $? = 0
106configure:2237: test -z 
107			 || test ! -s conftest.err
108configure:2240: $? = 0
109configure:2243: test -s conftest.o
110configure:2246: $? = 0
111configure:2264: result: none needed
112configure:2282: gcc -c -g -O2  conftest.c >&5
113/boot/home/Desktop/libpcap-0.9.5/conftest.c:2: parse error before `me'
114configure:2288: $? = 1
115configure: failed program was:
116| #ifndef __cplusplus
117|   choke me
118| #endif
119configure:2426: checking gcc version
120configure:2438: result: 2
121configure:2660: checking for inline
122configure:2701: gcc -c -O2  conftest.c >&5
123configure:2707: $? = 0
124configure:2711: test -z 
125			 || test ! -s conftest.err
126configure:2714: $? = 0
127configure:2717: test -s conftest.o
128configure:2720: $? = 0
129configure:2740: result: inline
130configure:2752: checking for __attribute__
131configure:2783: gcc -c -g -O2  conftest.c >&5
132configure:2789: $? = 0
133configure:2793: test -z 
134			 || test ! -s conftest.err
135configure:2796: $? = 0
136configure:2799: test -s conftest.o
137configure:2802: $? = 0
138configure:2824: result: yes
139configure:2828: checking for u_int8_t using gcc
140configure:2855: gcc -c -g -O2  conftest.c >&5
141/boot/home/Desktop/libpcap-0.9.5/conftest.c: In function `main':
142/boot/home/Desktop/libpcap-0.9.5/conftest.c:21: `u_int8_t' undeclared (first use in this function)
143/boot/home/Desktop/libpcap-0.9.5/conftest.c:21: (Each undeclared identifier is reported only once
144/boot/home/Desktop/libpcap-0.9.5/conftest.c:21: for each function it appears in.)
145/boot/home/Desktop/libpcap-0.9.5/conftest.c:21: parse error before `i'
146configure:2861: $? = 1
147configure: failed program was:
148| /* confdefs.h.  */
149| 
150| #define PACKAGE_NAME ""
151| #define PACKAGE_TARNAME ""
152| #define PACKAGE_VERSION ""
153| #define PACKAGE_STRING ""
154| #define PACKAGE_BUGREPORT ""
155| #define inline inline
156| #define HAVE___ATTRIBUTE__ 1
157| /* end confdefs.h.  */
158| 
159| #	include "confdefs.h"
160| #	include <sys/types.h>
161| #	if STDC_HEADERS
162| #	include <stdlib.h>
163| #	include <stddef.h>
164| #	endif
165| int
166| main ()
167| {
168| u_int8_t i
169|   ;
170|   return 0;
171| }
172configure:2886: result: no
173configure:2895: checking for u_int16_t using gcc
174configure:2922: gcc -c -g -O2  conftest.c >&5
175/boot/home/Desktop/libpcap-0.9.5/conftest.c: In function `main':
176/boot/home/Desktop/libpcap-0.9.5/conftest.c:22: `u_int16_t' undeclared (first use in this function)
177/boot/home/Desktop/libpcap-0.9.5/conftest.c:22: (Each undeclared identifier is reported only once
178/boot/home/Desktop/libpcap-0.9.5/conftest.c:22: for each function it appears in.)
179/boot/home/Desktop/libpcap-0.9.5/conftest.c:22: parse error before `i'
180configure:2928: $? = 1
181configure: failed program was:
182| /* confdefs.h.  */
183| 
184| #define PACKAGE_NAME ""
185| #define PACKAGE_TARNAME ""
186| #define PACKAGE_VERSION ""
187| #define PACKAGE_STRING ""
188| #define PACKAGE_BUGREPORT ""
189| #define inline inline
190| #define HAVE___ATTRIBUTE__ 1
191| #define u_int8_t u_char
192| /* end confdefs.h.  */
193| 
194| #	include "confdefs.h"
195| #	include <sys/types.h>
196| #	if STDC_HEADERS
197| #	include <stdlib.h>
198| #	include <stddef.h>
199| #	endif
200| int
201| main ()
202| {
203| u_int16_t i
204|   ;
205|   return 0;
206| }
207configure:2953: result: no
208configure:2962: checking for u_int32_t using gcc
209configure:2989: gcc -c -g -O2  conftest.c >&5
210/boot/home/Desktop/libpcap-0.9.5/conftest.c: In function `main':
211/boot/home/Desktop/libpcap-0.9.5/conftest.c:23: `u_int32_t' undeclared (first use in this function)
212/boot/home/Desktop/libpcap-0.9.5/conftest.c:23: (Each undeclared identifier is reported only once
213/boot/home/Desktop/libpcap-0.9.5/conftest.c:23: for each function it appears in.)
214/boot/home/Desktop/libpcap-0.9.5/conftest.c:23: parse error before `i'
215configure:2995: $? = 1
216configure: failed program was:
217| /* confdefs.h.  */
218| 
219| #define PACKAGE_NAME ""
220| #define PACKAGE_TARNAME ""
221| #define PACKAGE_VERSION ""
222| #define PACKAGE_STRING ""
223| #define PACKAGE_BUGREPORT ""
224| #define inline inline
225| #define HAVE___ATTRIBUTE__ 1
226| #define u_int8_t u_char
227| #define u_int16_t u_short
228| /* end confdefs.h.  */
229| 
230| #	include "confdefs.h"
231| #	include <sys/types.h>
232| #	if STDC_HEADERS
233| #	include <stdlib.h>
234| #	include <stddef.h>
235| #	endif
236| int
237| main ()
238| {
239| u_int32_t i
240|   ;
241|   return 0;
242| }
243configure:3020: result: no
244configure:3035: checking how to run the C preprocessor
245configure:3070: gcc -E  conftest.c
246configure:3076: $? = 0
247configure:3108: gcc -E  conftest.c
248/boot/home/Desktop/libpcap-0.9.5/conftest.c:14: ac_nonexistent.h: No such file or directory
249configure:3114: $? = 1
250configure: failed program was:
251| /* confdefs.h.  */
252| 
253| #define PACKAGE_NAME ""
254| #define PACKAGE_TARNAME ""
255| #define PACKAGE_VERSION ""
256| #define PACKAGE_STRING ""
257| #define PACKAGE_BUGREPORT ""
258| #define inline inline
259| #define HAVE___ATTRIBUTE__ 1
260| #define u_int8_t u_char
261| #define u_int16_t u_short
262| #define u_int32_t u_int
263| /* end confdefs.h.  */
264| #include <ac_nonexistent.h>
265configure:3153: result: gcc -E
266configure:3177: gcc -E  conftest.c
267configure:3183: $? = 0
268configure:3215: gcc -E  conftest.c
269/boot/home/Desktop/libpcap-0.9.5/conftest.c:14: ac_nonexistent.h: No such file or directory
270configure:3221: $? = 1
271configure: failed program was:
272| /* confdefs.h.  */
273| 
274| #define PACKAGE_NAME ""
275| #define PACKAGE_TARNAME ""
276| #define PACKAGE_VERSION ""
277| #define PACKAGE_STRING ""
278| #define PACKAGE_BUGREPORT ""
279| #define inline inline
280| #define HAVE___ATTRIBUTE__ 1
281| #define u_int8_t u_char
282| #define u_int16_t u_short
283| #define u_int32_t u_int
284| /* end confdefs.h.  */
285| #include <ac_nonexistent.h>
286configure:3265: checking for egrep
287configure:3275: result: grep -E
288configure:3280: checking for ANSI C header files
289configure:3305: gcc -c -g -O2  conftest.c >&5
290configure:3311: $? = 0
291configure:3315: test -z 
292			 || test ! -s conftest.err
293configure:3318: $? = 0
294configure:3321: test -s conftest.o
295configure:3324: $? = 0
296configure:3410: gcc -o conftest -g -O2   conftest.c  >&5
297configure:3413: $? = 0
298configure:3415: ./conftest
299configure:3418: $? = 0
300configure:3433: result: yes
301configure:3457: checking for sys/types.h
302configure:3473: gcc -c -g -O2  conftest.c >&5
303configure:3479: $? = 0
304configure:3483: test -z 
305			 || test ! -s conftest.err
306configure:3486: $? = 0
307configure:3489: test -s conftest.o
308configure:3492: $? = 0
309configure:3503: result: yes
310configure:3457: checking for sys/stat.h
311configure:3473: gcc -c -g -O2  conftest.c >&5
312configure:3479: $? = 0
313configure:3483: test -z 
314			 || test ! -s conftest.err
315configure:3486: $? = 0
316configure:3489: test -s conftest.o
317configure:3492: $? = 0
318configure:3503: result: yes
319configure:3457: checking for stdlib.h
320configure:3473: gcc -c -g -O2  conftest.c >&5
321configure:3479: $? = 0
322configure:3483: test -z 
323			 || test ! -s conftest.err
324configure:3486: $? = 0
325configure:3489: test -s conftest.o
326configure:3492: $? = 0
327configure:3503: result: yes
328configure:3457: checking for string.h
329configure:3473: gcc -c -g -O2  conftest.c >&5
330configure:3479: $? = 0
331configure:3483: test -z 
332			 || test ! -s conftest.err
333configure:3486: $? = 0
334configure:3489: test -s conftest.o
335configure:3492: $? = 0
336configure:3503: result: yes
337configure:3457: checking for memory.h
338configure:3473: gcc -c -g -O2  conftest.c >&5
339configure:3479: $? = 0
340configure:3483: test -z 
341			 || test ! -s conftest.err
342configure:3486: $? = 0
343configure:3489: test -s conftest.o
344configure:3492: $? = 0
345configure:3503: result: yes
346configure:3457: checking for strings.h
347configure:3473: gcc -c -g -O2  conftest.c >&5
348configure:3479: $? = 0
349configure:3483: test -z 
350			 || test ! -s conftest.err
351configure:3486: $? = 0
352configure:3489: test -s conftest.o
353configure:3492: $? = 0
354configure:3503: result: yes
355configure:3457: checking for inttypes.h
356configure:3473: gcc -c -g -O2  conftest.c >&5
357In file included from /boot/home/Desktop/libpcap-0.9.5/conftest.c:56:
358/boot/develop/headers/posix/inttypes.h:12: warning: redefinition of `u_char'
359/boot/develop/headers/posix/sys/types.h:25: warning: `u_char' previously declared here
360/boot/develop/headers/posix/inttypes.h:13: warning: redefinition of `u_short'
361/boot/develop/headers/posix/sys/types.h:26: warning: `u_short' previously declared here
362/boot/develop/headers/posix/inttypes.h:14: warning: redefinition of `u_int'
363/boot/develop/headers/posix/sys/types.h:27: warning: `u_int' previously declared here
364configure:3479: $? = 0
365configure:3483: test -z 
366			 || test ! -s conftest.err
367configure:3486: $? = 0
368configure:3489: test -s conftest.o
369configure:3492: $? = 0
370configure:3503: result: yes
371configure:3457: checking for stdint.h
372configure:3473: gcc -c -g -O2  conftest.c >&5
373In file included from /boot/home/Desktop/libpcap-0.9.5/conftest.c:47:
374/boot/develop/headers/posix/inttypes.h:12: warning: redefinition of `u_char'
375/boot/develop/headers/posix/sys/types.h:25: warning: `u_char' previously declared here
376/boot/develop/headers/posix/inttypes.h:13: warning: redefinition of `u_short'
377/boot/develop/headers/posix/sys/types.h:26: warning: `u_short' previously declared here
378/boot/develop/headers/posix/inttypes.h:14: warning: redefinition of `u_int'
379/boot/develop/headers/posix/sys/types.h:27: warning: `u_int' previously declared here
380In file included from /boot/home/Desktop/libpcap-0.9.5/conftest.c:57:
381/boot/develop/headers/posix/stdint.h:16: warning: redefinition of `int8_t'
382/boot/develop/headers/posix/inttypes.h:8: warning: `int8_t' previously declared here
383/boot/develop/headers/posix/stdint.h:17: warning: redefinition of `uint8_t'
384/boot/develop/headers/posix/inttypes.h:18: warning: `uint8_t' previously declared here
385/boot/develop/headers/posix/stdint.h:23: warning: redefinition of `int16_t'
386/boot/develop/headers/posix/inttypes.h:9: warning: `int16_t' previously declared here
387/boot/develop/headers/posix/stdint.h:24: warning: redefinition of `uint16_t'
388/boot/develop/headers/posix/inttypes.h:19: warning: `uint16_t' previously declared here
389/boot/develop/headers/posix/stdint.h:30: conflicting types for `int32_t'
390/boot/develop/headers/posix/inttypes.h:10: previous declaration of `int32_t'
391/boot/develop/headers/posix/stdint.h:31: conflicting types for `uint32_t'
392/boot/develop/headers/posix/inttypes.h:20: previous declaration of `uint32_t'
393/boot/develop/headers/posix/stdint.h:37: warning: redefinition of `int64_t'
394/boot/develop/headers/posix/inttypes.h:11: warning: `int64_t' previously declared here
395/boot/develop/headers/posix/stdint.h:38: warning: redefinition of `uint64_t'
396/boot/develop/headers/posix/inttypes.h:21: warning: `uint64_t' previously declared here
397/boot/develop/headers/posix/stdint.h:109: conflicting types for `intptr_t'
398/boot/develop/headers/posix/inttypes.h:23: previous declaration of `intptr_t'
399/boot/develop/headers/posix/stdint.h:110: conflicting types for `uintptr_t'
400/boot/develop/headers/posix/inttypes.h:24: previous declaration of `uintptr_t'
401/boot/develop/headers/posix/stdint.h:119: warning: redefinition of `intmax_t'
402/boot/develop/headers/posix/inttypes.h:27: warning: `intmax_t' previously declared here
403/boot/develop/headers/posix/stdint.h:120: warning: redefinition of `uintmax_t'
404/boot/develop/headers/posix/inttypes.h:28: warning: `uintmax_t' previously declared here
405/boot/develop/headers/posix/stdint.h:125: warning: redefinition of `u_char'
406/boot/develop/headers/posix/inttypes.h:12: warning: `u_char' previously declared here
407/boot/develop/headers/posix/stdint.h:126: warning: redefinition of `u_short'
408/boot/develop/headers/posix/inttypes.h:13: warning: `u_short' previously declared here
409/boot/develop/headers/posix/stdint.h:127: conflicting types for `u_int'
410/boot/develop/headers/posix/inttypes.h:14: previous declaration of `u_int'
411/boot/develop/headers/posix/stdint.h:128: warning: redefinition of `u_int64_t'
412/boot/develop/headers/posix/inttypes.h:15: warning: `u_int64_t' previously declared here
413configure:3479: $? = 1
414configure: failed program was:
415| /* confdefs.h.  */
416| 
417| #define PACKAGE_NAME ""
418| #define PACKAGE_TARNAME ""
419| #define PACKAGE_VERSION ""
420| #define PACKAGE_STRING ""
421| #define PACKAGE_BUGREPORT ""
422| #define inline inline
423| #define HAVE___ATTRIBUTE__ 1
424| #define u_int8_t u_char
425| #define u_int16_t u_short
426| #define u_int32_t u_int
427| #define STDC_HEADERS 1
428| #define HAVE_SYS_TYPES_H 1
429| #define HAVE_SYS_STAT_H 1
430| #define HAVE_STDLIB_H 1
431| #define HAVE_STRING_H 1
432| #define HAVE_MEMORY_H 1
433| #define HAVE_STRINGS_H 1
434| #define HAVE_INTTYPES_H 1
435| /* end confdefs.h.  */
436| #include <stdio.h>
437| #if HAVE_SYS_TYPES_H
438| # include <sys/types.h>
439| #endif
440| #if HAVE_SYS_STAT_H
441| # include <sys/stat.h>
442| #endif
443| #if STDC_HEADERS
444| # include <stdlib.h>
445| # include <stddef.h>
446| #else
447| # if HAVE_STDLIB_H
448| #  include <stdlib.h>
449| # endif
450| #endif
451| #if HAVE_STRING_H
452| # if !STDC_HEADERS && HAVE_MEMORY_H
453| #  include <memory.h>
454| # endif
455| # include <string.h>
456| #endif
457| #if HAVE_STRINGS_H
458| # include <strings.h>
459| #endif
460| #if HAVE_INTTYPES_H
461| # include <inttypes.h>
462| #else
463| # if HAVE_STDINT_H
464| #  include <stdint.h>
465| # endif
466| #endif
467| #if HAVE_UNISTD_H
468| # include <unistd.h>
469| #endif
470| 
471| #include <stdint.h>
472configure:3503: result: no
473configure:3457: checking for unistd.h
474configure:3473: gcc -c -g -O2  conftest.c >&5
475In file included from /boot/home/Desktop/libpcap-0.9.5/conftest.c:47:
476/boot/develop/headers/posix/inttypes.h:12: warning: redefinition of `u_char'
477/boot/develop/headers/posix/sys/types.h:25: warning: `u_char' previously declared here
478/boot/develop/headers/posix/inttypes.h:13: warning: redefinition of `u_short'
479/boot/develop/headers/posix/sys/types.h:26: warning: `u_short' previously declared here
480/boot/develop/headers/posix/inttypes.h:14: warning: redefinition of `u_int'
481/boot/develop/headers/posix/sys/types.h:27: warning: `u_int' previously declared here
482configure:3479: $? = 0
483configure:3483: test -z 
484			 || test ! -s conftest.err
485configure:3486: $? = 0
486configure:3489: test -s conftest.o
487configure:3492: $? = 0
488configure:3503: result: yes
489configure:3531: checking sys/ioccom.h usability
490configure:3543: gcc -c -g -O2  conftest.c >&5
491/boot/home/Desktop/libpcap-0.9.5/conftest.c:57: sys/ioccom.h: No such file or directory
492configure:3549: $? = 1
493configure: failed program was:
494| /* confdefs.h.  */
495| 
496| #define PACKAGE_NAME ""
497| #define PACKAGE_TARNAME ""
498| #define PACKAGE_VERSION ""
499| #define PACKAGE_STRING ""
500| #define PACKAGE_BUGREPORT ""
501| #define inline inline
502| #define HAVE___ATTRIBUTE__ 1
503| #define u_int8_t u_char
504| #define u_int16_t u_short
505| #define u_int32_t u_int
506| #define STDC_HEADERS 1
507| #define HAVE_SYS_TYPES_H 1
508| #define HAVE_SYS_STAT_H 1
509| #define HAVE_STDLIB_H 1
510| #define HAVE_STRING_H 1
511| #define HAVE_MEMORY_H 1
512| #define HAVE_STRINGS_H 1
513| #define HAVE_INTTYPES_H 1
514| #define HAVE_UNISTD_H 1
515| /* end confdefs.h.  */
516| #include <stdio.h>
517| #if HAVE_SYS_TYPES_H
518| # include <sys/types.h>
519| #endif
520| #if HAVE_SYS_STAT_H
521| # include <sys/stat.h>
522| #endif
523| #if STDC_HEADERS
524| # include <stdlib.h>
525| # include <stddef.h>
526| #else
527| # if HAVE_STDLIB_H
528| #  include <stdlib.h>
529| # endif
530| #endif
531| #if HAVE_STRING_H
532| # if !STDC_HEADERS && HAVE_MEMORY_H
533| #  include <memory.h>
534| # endif
535| # include <string.h>
536| #endif
537| #if HAVE_STRINGS_H
538| # include <strings.h>
539| #endif
540| #if HAVE_INTTYPES_H
541| # include <inttypes.h>
542| #else
543| # if HAVE_STDINT_H
544| #  include <stdint.h>
545| # endif
546| #endif
547| #if HAVE_UNISTD_H
548| # include <unistd.h>
549| #endif
550| #include <sys/ioccom.h>
551configure:3572: result: no
552configure:3576: checking sys/ioccom.h presence
553configure:3586: gcc -E  conftest.c
554/boot/home/Desktop/libpcap-0.9.5/conftest.c:23: sys/ioccom.h: No such file or directory
555configure:3592: $? = 1
556configure: failed program was:
557| /* confdefs.h.  */
558| 
559| #define PACKAGE_NAME ""
560| #define PACKAGE_TARNAME ""
561| #define PACKAGE_VERSION ""
562| #define PACKAGE_STRING ""
563| #define PACKAGE_BUGREPORT ""
564| #define inline inline
565| #define HAVE___ATTRIBUTE__ 1
566| #define u_int8_t u_char
567| #define u_int16_t u_short
568| #define u_int32_t u_int
569| #define STDC_HEADERS 1
570| #define HAVE_SYS_TYPES_H 1
571| #define HAVE_SYS_STAT_H 1
572| #define HAVE_STDLIB_H 1
573| #define HAVE_STRING_H 1
574| #define HAVE_MEMORY_H 1
575| #define HAVE_STRINGS_H 1
576| #define HAVE_INTTYPES_H 1
577| #define HAVE_UNISTD_H 1
578| /* end confdefs.h.  */
579| #include <sys/ioccom.h>
580configure:3612: result: no
581configure:3647: checking for sys/ioccom.h
582configure:3654: result: no
583configure:3531: checking sys/sockio.h usability
584configure:3543: gcc -c -g -O2  conftest.c >&5
585In file included from /boot/home/Desktop/libpcap-0.9.5/conftest.c:48:
586/boot/develop/headers/posix/inttypes.h:12: warning: redefinition of `u_char'
587/boot/develop/headers/posix/sys/types.h:25: warning: `u_char' previously declared here
588/boot/develop/headers/posix/inttypes.h:13: warning: redefinition of `u_short'
589/boot/develop/headers/posix/sys/types.h:26: warning: `u_short' previously declared here
590/boot/develop/headers/posix/inttypes.h:14: warning: redefinition of `u_int'
591/boot/develop/headers/posix/sys/types.h:27: warning: `u_int' previously declared here
592configure:3549: $? = 0
593configure:3553: test -z 
594			 || test ! -s conftest.err
595configure:3556: $? = 0
596configure:3559: test -s conftest.o
597configure:3562: $? = 0
598configure:3572: result: yes
599configure:3576: checking sys/sockio.h presence
600configure:3586: gcc -E  conftest.c
601configure:3592: $? = 0
602configure:3612: result: yes
603configure:3647: checking for sys/sockio.h
604configure:3654: result: yes
605configure:3531: checking limits.h usability
606configure:3543: gcc -c -g -O2  conftest.c >&5
607In file included from /boot/home/Desktop/libpcap-0.9.5/conftest.c:49:
608/boot/develop/headers/posix/inttypes.h:12: warning: redefinition of `u_char'
609/boot/develop/headers/posix/sys/types.h:25: warning: `u_char' previously declared here
610/boot/develop/headers/posix/inttypes.h:13: warning: redefinition of `u_short'
611/boot/develop/headers/posix/sys/types.h:26: warning: `u_short' previously declared here
612/boot/develop/headers/posix/inttypes.h:14: warning: redefinition of `u_int'
613/boot/develop/headers/posix/sys/types.h:27: warning: `u_int' previously declared here
614configure:3549: $? = 0
615configure:3553: test -z 
616			 || test ! -s conftest.err
617configure:3556: $? = 0
618configure:3559: test -s conftest.o
619configure:3562: $? = 0
620configure:3572: result: yes
621configure:3576: checking limits.h presence
622configure:3586: gcc -E  conftest.c
623configure:3592: $? = 0
624configure:3612: result: yes
625configure:3647: checking for limits.h
626configure:3654: result: yes
627configure:3671: checking for netinet/if_ether.h
628configure:3688: gcc -c -g -O2  conftest.c >&5
629/boot/home/Desktop/libpcap-0.9.5/conftest.c:28: netinet/if_ether.h: No such file or directory
630configure:3694: $? = 1
631configure: failed program was:
632| /* confdefs.h.  */
633| 
634| #define PACKAGE_NAME ""
635| #define PACKAGE_TARNAME ""
636| #define PACKAGE_VERSION ""
637| #define PACKAGE_STRING ""
638| #define PACKAGE_BUGREPORT ""
639| #define inline inline
640| #define HAVE___ATTRIBUTE__ 1
641| #define u_int8_t u_char
642| #define u_int16_t u_short
643| #define u_int32_t u_int
644| #define STDC_HEADERS 1
645| #define HAVE_SYS_TYPES_H 1
646| #define HAVE_SYS_STAT_H 1
647| #define HAVE_STDLIB_H 1
648| #define HAVE_STRING_H 1
649| #define HAVE_MEMORY_H 1
650| #define HAVE_STRINGS_H 1
651| #define HAVE_INTTYPES_H 1
652| #define HAVE_UNISTD_H 1
653| #define HAVE_SYS_SOCKIO_H 1
654| #define HAVE_LIMITS_H 1
655| /* end confdefs.h.  */
656| #include <sys/types.h>
657| #include <sys/socket.h>
658| 
659| #include <netinet/if_ether.h>
660configure:3718: result: no
661configure:3737: Rechecking with some additional includes
662configure:3744: checking for netinet/if_ether.h
663configure:3765: gcc -c -g -O2  conftest.c >&5
664/boot/home/Desktop/libpcap-0.9.5/conftest.c:32: netinet/if_ether.h: No such file or directory
665configure:3771: $? = 1
666configure: failed program was:
667| /* confdefs.h.  */
668| 
669| #define PACKAGE_NAME ""
670| #define PACKAGE_TARNAME ""
671| #define PACKAGE_VERSION ""
672| #define PACKAGE_STRING ""
673| #define PACKAGE_BUGREPORT ""
674| #define inline inline
675| #define HAVE___ATTRIBUTE__ 1
676| #define u_int8_t u_char
677| #define u_int16_t u_short
678| #define u_int32_t u_int
679| #define STDC_HEADERS 1
680| #define HAVE_SYS_TYPES_H 1
681| #define HAVE_SYS_STAT_H 1
682| #define HAVE_STDLIB_H 1
683| #define HAVE_STRING_H 1
684| #define HAVE_MEMORY_H 1
685| #define HAVE_STRINGS_H 1
686| #define HAVE_INTTYPES_H 1
687| #define HAVE_UNISTD_H 1
688| #define HAVE_SYS_SOCKIO_H 1
689| #define HAVE_LIMITS_H 1
690| /* end confdefs.h.  */
691| #include <sys/types.h>
692| #include <sys/socket.h>
693| #include <netinet/in.h>
694| struct mbuf;
695| struct rtentry;
696| #include <net/if.h>
697| 
698| #include <netinet/if_ether.h>
699configure:3795: result: no
700configure:3809: checking for ANSI ioctl definitions
701configure:3842: gcc -c -g -O2  conftest.c >&5
702/boot/home/Desktop/libpcap-0.9.5/conftest.c: In function `main':
703/boot/home/Desktop/libpcap-0.9.5/conftest.c:39: case label does not reduce to an integer constant
704/boot/home/Desktop/libpcap-0.9.5/conftest.c:40: case label does not reduce to an integer constant
705configure:3848: $? = 1
706configure: failed program was:
707| /* confdefs.h.  */
708| 
709| #define PACKAGE_NAME ""
710| #define PACKAGE_TARNAME ""
711| #define PACKAGE_VERSION ""
712| #define PACKAGE_STRING ""
713| #define PACKAGE_BUGREPORT ""
714| #define inline inline
715| #define HAVE___ATTRIBUTE__ 1
716| #define u_int8_t u_char
717| #define u_int16_t u_short
718| #define u_int32_t u_int
719| #define STDC_HEADERS 1
720| #define HAVE_SYS_TYPES_H 1
721| #define HAVE_SYS_STAT_H 1
722| #define HAVE_STDLIB_H 1
723| #define HAVE_STRING_H 1
724| #define HAVE_MEMORY_H 1
725| #define HAVE_STRINGS_H 1
726| #define HAVE_INTTYPES_H 1
727| #define HAVE_UNISTD_H 1
728| #define HAVE_SYS_SOCKIO_H 1
729| #define HAVE_LIMITS_H 1
730| /* end confdefs.h.  */
731| /*
732| 		     * This generates a "duplicate case value" when fixincludes
733| 		     * has not be run.
734| 		     */
735| #		include <sys/types.h>
736| #		include <sys/time.h>
737| #		include <sys/ioctl.h>
738| #		ifdef HAVE_SYS_IOCCOM_H
739| #		include <sys/ioccom.h>
740| #		endif
741| int
742| main ()
743| {
744| switch (0) {
745| 		    case _IO('A', 1):;
746| 		    case _IO('B', 1):;
747| 		    }
748|   ;
749|   return 0;
750| }
751configure:3889: checking for strerror
752configure:3946: gcc -o conftest -g -O2   conftest.c  >&5
753configure:3952: $? = 0
754configure:3956: test -z 
755			 || test ! -s conftest.err
756configure:3959: $? = 0
757configure:3962: test -s conftest
758configure:3965: $? = 0
759configure:3977: result: yes
760configure:3889: checking for strlcpy
761configure:3946: gcc -o conftest -g -O2   conftest.c  >&5
762configure:3952: $? = 0
763configure:3956: test -z 
764			 || test ! -s conftest.err
765configure:3959: $? = 0
766configure:3962: test -s conftest
767configure:3965: $? = 0
768configure:3977: result: yes
769configure:3994: checking for vsnprintf
770configure:4051: gcc -o conftest -g -O2   conftest.c  >&5
771configure:4057: $? = 0
772configure:4061: test -z 
773			 || test ! -s conftest.err
774configure:4064: $? = 0
775configure:4067: test -s conftest
776configure:4070: $? = 0
777configure:4082: result: yes
778configure:3994: checking for snprintf
779configure:4051: gcc -o conftest -g -O2   conftest.c  >&5
780configure:4057: $? = 0
781configure:4061: test -z 
782			 || test ! -s conftest.err
783configure:4064: $? = 0
784configure:4067: test -s conftest
785configure:4070: $? = 0
786configure:4082: result: yes
787configure:4114: checking for library containing gethostbyname
788configure:4144: gcc -o conftest -g -O2   conftest.c  >&5
789/tmp/ccL9eU6o.o(.text+0x14): In function `main':
790/boot/home/Desktop/libpcap-0.9.5/conftest.c:40: undefined reference to `gethostbyname'
791collect2: ld returned 1 exit status
792configure:4150: $? = 1
793configure: failed program was:
794| /* confdefs.h.  */
795| 
796| #define PACKAGE_NAME ""
797| #define PACKAGE_TARNAME ""
798| #define PACKAGE_VERSION ""
799| #define PACKAGE_STRING ""
800| #define PACKAGE_BUGREPORT ""
801| #define inline inline
802| #define HAVE___ATTRIBUTE__ 1
803| #define u_int8_t u_char
804| #define u_int16_t u_short
805| #define u_int32_t u_int
806| #define STDC_HEADERS 1
807| #define HAVE_SYS_TYPES_H 1
808| #define HAVE_SYS_STAT_H 1
809| #define HAVE_STDLIB_H 1
810| #define HAVE_STRING_H 1
811| #define HAVE_MEMORY_H 1
812| #define HAVE_STRINGS_H 1
813| #define HAVE_INTTYPES_H 1
814| #define HAVE_UNISTD_H 1
815| #define HAVE_SYS_SOCKIO_H 1
816| #define HAVE_LIMITS_H 1
817| #define HAVE_STRERROR 1
818| #define HAVE_STRLCPY 1
819| #define HAVE_VSNPRINTF 1
820| #define HAVE_SNPRINTF 1
821| /* end confdefs.h.  */
822| 
823| /* Override any gcc2 internal prototype to avoid an error.  */
824| #ifdef __cplusplus
825| extern "C"
826| #endif
827| /* We use char because int might match the return type of a gcc2
828|    builtin and then its argument prototype would still apply.  */
829| char gethostbyname ();
830| int
831| main ()
832| {
833| gethostbyname ();
834|   ;
835|   return 0;
836| }
837configure:4199: gcc -o conftest -g -O2   conftest.c -lnsl   >&5
838/boot/develop/tools/gnupro/i586-pc-beos/bin/ld: cannot find -lnsl
839collect2: ld returned 1 exit status
840configure:4205: $? = 1
841configure: failed program was:
842| /* confdefs.h.  */
843| 
844| #define PACKAGE_NAME ""
845| #define PACKAGE_TARNAME ""
846| #define PACKAGE_VERSION ""
847| #define PACKAGE_STRING ""
848| #define PACKAGE_BUGREPORT ""
849| #define inline inline
850| #define HAVE___ATTRIBUTE__ 1
851| #define u_int8_t u_char
852| #define u_int16_t u_short
853| #define u_int32_t u_int
854| #define STDC_HEADERS 1
855| #define HAVE_SYS_TYPES_H 1
856| #define HAVE_SYS_STAT_H 1
857| #define HAVE_STDLIB_H 1
858| #define HAVE_STRING_H 1
859| #define HAVE_MEMORY_H 1
860| #define HAVE_STRINGS_H 1
861| #define HAVE_INTTYPES_H 1
862| #define HAVE_UNISTD_H 1
863| #define HAVE_SYS_SOCKIO_H 1
864| #define HAVE_LIMITS_H 1
865| #define HAVE_STRERROR 1
866| #define HAVE_STRLCPY 1
867| #define HAVE_VSNPRINTF 1
868| #define HAVE_SNPRINTF 1
869| /* end confdefs.h.  */
870| 
871| /* Override any gcc2 internal prototype to avoid an error.  */
872| #ifdef __cplusplus
873| extern "C"
874| #endif
875| /* We use char because int might match the return type of a gcc2
876|    builtin and then its argument prototype would still apply.  */
877| char gethostbyname ();
878| int
879| main ()
880| {
881| gethostbyname ();
882|   ;
883|   return 0;
884| }
885configure:4199: gcc -o conftest -g -O2   conftest.c -lsocket   >&5
886/tmp/cc44vGvh.o(.text+0x14): In function `main':
887/boot/home/Desktop/libpcap-0.9.5/conftest.c:40: undefined reference to `gethostbyname'
888collect2: ld returned 1 exit status
889configure:4205: $? = 1
890configure: failed program was:
891| /* confdefs.h.  */
892| 
893| #define PACKAGE_NAME ""
894| #define PACKAGE_TARNAME ""
895| #define PACKAGE_VERSION ""
896| #define PACKAGE_STRING ""
897| #define PACKAGE_BUGREPORT ""
898| #define inline inline
899| #define HAVE___ATTRIBUTE__ 1
900| #define u_int8_t u_char
901| #define u_int16_t u_short
902| #define u_int32_t u_int
903| #define STDC_HEADERS 1
904| #define HAVE_SYS_TYPES_H 1
905| #define HAVE_SYS_STAT_H 1
906| #define HAVE_STDLIB_H 1
907| #define HAVE_STRING_H 1
908| #define HAVE_MEMORY_H 1
909| #define HAVE_STRINGS_H 1
910| #define HAVE_INTTYPES_H 1
911| #define HAVE_UNISTD_H 1
912| #define HAVE_SYS_SOCKIO_H 1
913| #define HAVE_LIMITS_H 1
914| #define HAVE_STRERROR 1
915| #define HAVE_STRLCPY 1
916| #define HAVE_VSNPRINTF 1
917| #define HAVE_SNPRINTF 1
918| /* end confdefs.h.  */
919| 
920| /* Override any gcc2 internal prototype to avoid an error.  */
921| #ifdef __cplusplus
922| extern "C"
923| #endif
924| /* We use char because int might match the return type of a gcc2
925|    builtin and then its argument prototype would still apply.  */
926| char gethostbyname ();
927| int
928| main ()
929| {
930| gethostbyname ();
931|   ;
932|   return 0;
933| }
934configure:4199: gcc -o conftest -g -O2   conftest.c -lresolv   >&5
935/boot/develop/tools/gnupro/i586-pc-beos/bin/ld: cannot find -lresolv
936collect2: ld returned 1 exit status
937configure:4205: $? = 1
938configure: failed program was:
939| /* confdefs.h.  */
940| 
941| #define PACKAGE_NAME ""
942| #define PACKAGE_TARNAME ""
943| #define PACKAGE_VERSION ""
944| #define PACKAGE_STRING ""
945| #define PACKAGE_BUGREPORT ""
946| #define inline inline
947| #define HAVE___ATTRIBUTE__ 1
948| #define u_int8_t u_char
949| #define u_int16_t u_short
950| #define u_int32_t u_int
951| #define STDC_HEADERS 1
952| #define HAVE_SYS_TYPES_H 1
953| #define HAVE_SYS_STAT_H 1
954| #define HAVE_STDLIB_H 1
955| #define HAVE_STRING_H 1
956| #define HAVE_MEMORY_H 1
957| #define HAVE_STRINGS_H 1
958| #define HAVE_INTTYPES_H 1
959| #define HAVE_UNISTD_H 1
960| #define HAVE_SYS_SOCKIO_H 1
961| #define HAVE_LIMITS_H 1
962| #define HAVE_STRERROR 1
963| #define HAVE_STRLCPY 1
964| #define HAVE_VSNPRINTF 1
965| #define HAVE_SNPRINTF 1
966| /* end confdefs.h.  */
967| 
968| /* Override any gcc2 internal prototype to avoid an error.  */
969| #ifdef __cplusplus
970| extern "C"
971| #endif
972| /* We use char because int might match the return type of a gcc2
973|    builtin and then its argument prototype would still apply.  */
974| char gethostbyname ();
975| int
976| main ()
977| {
978| gethostbyname ();
979|   ;
980|   return 0;
981| }
982configure:4233: result: no
983configure:4244: checking for gethostbyname in -lsocket
984configure:4274: gcc -o conftest -g -O2   conftest.c -lsocket -lnsl  >&5
985/boot/develop/tools/gnupro/i586-pc-beos/bin/ld: cannot find -lnsl
986collect2: ld returned 1 exit status
987configure:4280: $? = 1
988configure: failed program was:
989| /* confdefs.h.  */
990| 
991| #define PACKAGE_NAME ""
992| #define PACKAGE_TARNAME ""
993| #define PACKAGE_VERSION ""
994| #define PACKAGE_STRING ""
995| #define PACKAGE_BUGREPORT ""
996| #define inline inline
997| #define HAVE___ATTRIBUTE__ 1
998| #define u_int8_t u_char
999| #define u_int16_t u_short
1000| #define u_int32_t u_int
1001| #define STDC_HEADERS 1
1002| #define HAVE_SYS_TYPES_H 1
1003| #define HAVE_SYS_STAT_H 1
1004| #define HAVE_STDLIB_H 1
1005| #define HAVE_STRING_H 1
1006| #define HAVE_MEMORY_H 1
1007| #define HAVE_STRINGS_H 1
1008| #define HAVE_INTTYPES_H 1
1009| #define HAVE_UNISTD_H 1
1010| #define HAVE_SYS_SOCKIO_H 1
1011| #define HAVE_LIMITS_H 1
1012| #define HAVE_STRERROR 1
1013| #define HAVE_STRLCPY 1
1014| #define HAVE_VSNPRINTF 1
1015| #define HAVE_SNPRINTF 1
1016| /* end confdefs.h.  */
1017| 
1018| /* Override any gcc2 internal prototype to avoid an error.  */
1019| #ifdef __cplusplus
1020| extern "C"
1021| #endif
1022| /* We use char because int might match the return type of a gcc2
1023|    builtin and then its argument prototype would still apply.  */
1024| char gethostbyname ();
1025| int
1026| main ()
1027| {
1028| gethostbyname ();
1029|   ;
1030|   return 0;
1031| }
1032configure:4306: result: no
1033configure:4313: checking for library containing socket
1034configure:4343: gcc -o conftest -g -O2   conftest.c  >&5
1035/tmp/ccsXKoqR.o(.text+0x14): In function `main':
1036/boot/home/Desktop/libpcap-0.9.5/conftest.c:40: undefined reference to `socket'
1037collect2: ld returned 1 exit status
1038configure:4349: $? = 1
1039configure: failed program was:
1040| /* confdefs.h.  */
1041| 
1042| #define PACKAGE_NAME ""
1043| #define PACKAGE_TARNAME ""
1044| #define PACKAGE_VERSION ""
1045| #define PACKAGE_STRING ""
1046| #define PACKAGE_BUGREPORT ""
1047| #define inline inline
1048| #define HAVE___ATTRIBUTE__ 1
1049| #define u_int8_t u_char
1050| #define u_int16_t u_short
1051| #define u_int32_t u_int
1052| #define STDC_HEADERS 1
1053| #define HAVE_SYS_TYPES_H 1
1054| #define HAVE_SYS_STAT_H 1
1055| #define HAVE_STDLIB_H 1
1056| #define HAVE_STRING_H 1
1057| #define HAVE_MEMORY_H 1
1058| #define HAVE_STRINGS_H 1
1059| #define HAVE_INTTYPES_H 1
1060| #define HAVE_UNISTD_H 1
1061| #define HAVE_SYS_SOCKIO_H 1
1062| #define HAVE_LIMITS_H 1
1063| #define HAVE_STRERROR 1
1064| #define HAVE_STRLCPY 1
1065| #define HAVE_VSNPRINTF 1
1066| #define HAVE_SNPRINTF 1
1067| /* end confdefs.h.  */
1068| 
1069| /* Override any gcc2 internal prototype to avoid an error.  */
1070| #ifdef __cplusplus
1071| extern "C"
1072| #endif
1073| /* We use char because int might match the return type of a gcc2
1074|    builtin and then its argument prototype would still apply.  */
1075| char socket ();
1076| int
1077| main ()
1078| {
1079| socket ();
1080|   ;
1081|   return 0;
1082| }
1083configure:4398: gcc -o conftest -g -O2   conftest.c -lsocket   >&5
1084configure:4404: $? = 0
1085configure:4408: test -z 
1086			 || test ! -s conftest.err
1087configure:4411: $? = 0
1088configure:4414: test -s conftest
1089configure:4417: $? = 0
1090configure:4432: result: -lsocket
1091configure:4509: checking for library containing putmsg
1092configure:4539: gcc -o conftest -g -O2   conftest.c -lsocket  >&5
1093/tmp/ccJA1yQi.o(.text+0x14): In function `main':
1094/boot/home/Desktop/libpcap-0.9.5/conftest.c:40: undefined reference to `putmsg'
1095collect2: ld returned 1 exit status
1096configure:4545: $? = 1
1097configure: failed program was:
1098| /* confdefs.h.  */
1099| 
1100| #define PACKAGE_NAME ""
1101| #define PACKAGE_TARNAME ""
1102| #define PACKAGE_VERSION ""
1103| #define PACKAGE_STRING ""
1104| #define PACKAGE_BUGREPORT ""
1105| #define inline inline
1106| #define HAVE___ATTRIBUTE__ 1
1107| #define u_int8_t u_char
1108| #define u_int16_t u_short
1109| #define u_int32_t u_int
1110| #define STDC_HEADERS 1
1111| #define HAVE_SYS_TYPES_H 1
1112| #define HAVE_SYS_STAT_H 1
1113| #define HAVE_STDLIB_H 1
1114| #define HAVE_STRING_H 1
1115| #define HAVE_MEMORY_H 1
1116| #define HAVE_STRINGS_H 1
1117| #define HAVE_INTTYPES_H 1
1118| #define HAVE_UNISTD_H 1
1119| #define HAVE_SYS_SOCKIO_H 1
1120| #define HAVE_LIMITS_H 1
1121| #define HAVE_STRERROR 1
1122| #define HAVE_STRLCPY 1
1123| #define HAVE_VSNPRINTF 1
1124| #define HAVE_SNPRINTF 1
1125| /* end confdefs.h.  */
1126| 
1127| /* Override any gcc2 internal prototype to avoid an error.  */
1128| #ifdef __cplusplus
1129| extern "C"
1130| #endif
1131| /* We use char because int might match the return type of a gcc2
1132|    builtin and then its argument prototype would still apply.  */
1133| char putmsg ();
1134| int
1135| main ()
1136| {
1137| putmsg ();
1138|   ;
1139|   return 0;
1140| }
1141configure:4594: gcc -o conftest -g -O2   conftest.c -lstr  -lsocket  >&5
1142/boot/develop/tools/gnupro/i586-pc-beos/bin/ld: cannot find -lstr
1143collect2: ld returned 1 exit status
1144configure:4600: $? = 1
1145configure: failed program was:
1146| /* confdefs.h.  */
1147| 
1148| #define PACKAGE_NAME ""
1149| #define PACKAGE_TARNAME ""
1150| #define PACKAGE_VERSION ""
1151| #define PACKAGE_STRING ""
1152| #define PACKAGE_BUGREPORT ""
1153| #define inline inline
1154| #define HAVE___ATTRIBUTE__ 1
1155| #define u_int8_t u_char
1156| #define u_int16_t u_short
1157| #define u_int32_t u_int
1158| #define STDC_HEADERS 1
1159| #define HAVE_SYS_TYPES_H 1
1160| #define HAVE_SYS_STAT_H 1
1161| #define HAVE_STDLIB_H 1
1162| #define HAVE_STRING_H 1
1163| #define HAVE_MEMORY_H 1
1164| #define HAVE_STRINGS_H 1
1165| #define HAVE_INTTYPES_H 1
1166| #define HAVE_UNISTD_H 1
1167| #define HAVE_SYS_SOCKIO_H 1
1168| #define HAVE_LIMITS_H 1
1169| #define HAVE_STRERROR 1
1170| #define HAVE_STRLCPY 1
1171| #define HAVE_VSNPRINTF 1
1172| #define HAVE_SNPRINTF 1
1173| /* end confdefs.h.  */
1174| 
1175| /* Override any gcc2 internal prototype to avoid an error.  */
1176| #ifdef __cplusplus
1177| extern "C"
1178| #endif
1179| /* We use char because int might match the return type of a gcc2
1180|    builtin and then its argument prototype would still apply.  */
1181| char putmsg ();
1182| int
1183| main ()
1184| {
1185| putmsg ();
1186|   ;
1187|   return 0;
1188| }
1189configure:4628: result: no
1190configure:4652: checking for ether_hostton
1191configure:4709: gcc -o conftest -g -O2   conftest.c -lsocket  >&5
1192/tmp/ccTwg2qt.o(.text+0x18): In function `main':
1193/boot/home/Desktop/libpcap-0.9.5/conftest.c:69: undefined reference to `ether_hostton'
1194/tmp/ccTwg2qt.o(.data+0x0):/boot/home/Desktop/libpcap-0.9.5/conftest.c:69: undefined reference to `ether_hostton'
1195collect2: ld returned 1 exit status
1196configure:4715: $? = 1
1197configure: failed program was:
1198| /* confdefs.h.  */
1199| 
1200| #define PACKAGE_NAME ""
1201| #define PACKAGE_TARNAME ""
1202| #define PACKAGE_VERSION ""
1203| #define PACKAGE_STRING ""
1204| #define PACKAGE_BUGREPORT ""
1205| #define inline inline
1206| #define HAVE___ATTRIBUTE__ 1
1207| #define u_int8_t u_char
1208| #define u_int16_t u_short
1209| #define u_int32_t u_int
1210| #define STDC_HEADERS 1
1211| #define HAVE_SYS_TYPES_H 1
1212| #define HAVE_SYS_STAT_H 1
1213| #define HAVE_STDLIB_H 1
1214| #define HAVE_STRING_H 1
1215| #define HAVE_MEMORY_H 1
1216| #define HAVE_STRINGS_H 1
1217| #define HAVE_INTTYPES_H 1
1218| #define HAVE_UNISTD_H 1
1219| #define HAVE_SYS_SOCKIO_H 1
1220| #define HAVE_LIMITS_H 1
1221| #define HAVE_STRERROR 1
1222| #define HAVE_STRLCPY 1
1223| #define HAVE_VSNPRINTF 1
1224| #define HAVE_SNPRINTF 1
1225| /* end confdefs.h.  */
1226| /* Define ether_hostton to an innocuous variant, in case <limits.h> declares ether_hostton.
1227|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1228| #define ether_hostton innocuous_ether_hostton
1229| 
1230| /* System header to define __stub macros and hopefully few prototypes,
1231|     which can conflict with char ether_hostton (); below.
1232|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1233|     <limits.h> exists even on freestanding compilers.  */
1234| 
1235| #ifdef __STDC__
1236| # include <limits.h>
1237| #else
1238| # include <assert.h>
1239| #endif
1240| 
1241| #undef ether_hostton
1242| 
1243| /* Override any gcc2 internal prototype to avoid an error.  */
1244| #ifdef __cplusplus
1245| extern "C"
1246| {
1247| #endif
1248| /* We use char because int might match the return type of a gcc2
1249|    builtin and then its argument prototype would still apply.  */
1250| char ether_hostton ();
1251| /* The GNU C library defines this for functions which it implements
1252|     to always fail with ENOSYS.  Some functions are actually named
1253|     something starting with __ and the normal name is an alias.  */
1254| #if defined (__stub_ether_hostton) || defined (__stub___ether_hostton)
1255| choke me
1256| #else
1257| char (*f) () = ether_hostton;
1258| #endif
1259| #ifdef __cplusplus
1260| }
1261| #endif
1262| 
1263| int
1264| main ()
1265| {
1266| return f != ether_hostton;
1267|   ;
1268|   return 0;
1269| }
1270configure:4740: result: no
1271configure:5168: checking if --disable-protochain option is specified
1272configure:5188: result: enabled
1273configure:5202: checking packet capture type
1274configure:5240: result: haiku
1275configure:5251: checking for getifaddrs
1276configure:5308: gcc -o conftest -g -O2   conftest.c -lsocket  >&5
1277/tmp/ccds6H2K.o(.text+0x18): In function `main':
1278/boot/home/Desktop/libpcap-0.9.5/conftest.c:69: undefined reference to `getifaddrs'
1279/tmp/ccds6H2K.o(.data+0x0):/boot/home/Desktop/libpcap-0.9.5/conftest.c:69: undefined reference to `getifaddrs'
1280collect2: ld returned 1 exit status
1281configure:5314: $? = 1
1282configure: failed program was:
1283| /* confdefs.h.  */
1284| 
1285| #define PACKAGE_NAME ""
1286| #define PACKAGE_TARNAME ""
1287| #define PACKAGE_VERSION ""
1288| #define PACKAGE_STRING ""
1289| #define PACKAGE_BUGREPORT ""
1290| #define inline inline
1291| #define HAVE___ATTRIBUTE__ 1
1292| #define u_int8_t u_char
1293| #define u_int16_t u_short
1294| #define u_int32_t u_int
1295| #define STDC_HEADERS 1
1296| #define HAVE_SYS_TYPES_H 1
1297| #define HAVE_SYS_STAT_H 1
1298| #define HAVE_STDLIB_H 1
1299| #define HAVE_STRING_H 1
1300| #define HAVE_MEMORY_H 1
1301| #define HAVE_STRINGS_H 1
1302| #define HAVE_INTTYPES_H 1
1303| #define HAVE_UNISTD_H 1
1304| #define HAVE_SYS_SOCKIO_H 1
1305| #define HAVE_LIMITS_H 1
1306| #define HAVE_STRERROR 1
1307| #define HAVE_STRLCPY 1
1308| #define HAVE_VSNPRINTF 1
1309| #define HAVE_SNPRINTF 1
1310| /* end confdefs.h.  */
1311| /* Define getifaddrs to an innocuous variant, in case <limits.h> declares getifaddrs.
1312|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1313| #define getifaddrs innocuous_getifaddrs
1314| 
1315| /* System header to define __stub macros and hopefully few prototypes,
1316|     which can conflict with char getifaddrs (); below.
1317|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1318|     <limits.h> exists even on freestanding compilers.  */
1319| 
1320| #ifdef __STDC__
1321| # include <limits.h>
1322| #else
1323| # include <assert.h>
1324| #endif
1325| 
1326| #undef getifaddrs
1327| 
1328| /* Override any gcc2 internal prototype to avoid an error.  */
1329| #ifdef __cplusplus
1330| extern "C"
1331| {
1332| #endif
1333| /* We use char because int might match the return type of a gcc2
1334|    builtin and then its argument prototype would still apply.  */
1335| char getifaddrs ();
1336| /* The GNU C library defines this for functions which it implements
1337|     to always fail with ENOSYS.  Some functions are actually named
1338|     something starting with __ and the normal name is an alias.  */
1339| #if defined (__stub_getifaddrs) || defined (__stub___getifaddrs)
1340| choke me
1341| #else
1342| char (*f) () = getifaddrs;
1343| #endif
1344| #ifdef __cplusplus
1345| }
1346| #endif
1347| 
1348| int
1349| main ()
1350| {
1351| return f != getifaddrs;
1352|   ;
1353|   return 0;
1354| }
1355configure:5339: result: no
1356configure:5608: checking if --enable-ipv6 option is specified
1357configure:5622: result: no
1358configure:5625: checking whether to build optimizer debugging code
1359configure:5639: result: no
1360configure:5642: checking whether to build parser debugging code
1361configure:5656: result: no
1362configure:5956: checking whether we have /proc/net/dev
1363configure:5970: result: no
1364configure:6051: checking whether we have DAG API headers
1365configure:6074: result: no (/usr/local/include)
1366configure:6414: checking whether we have Septel API
1367configure:6439: result: no
1368configure:6482: checking for flex
1369configure:6498: found /bin/flex
1370configure:6508: result: flex
1371configure:6522: checking for flex 2.4 or higher
1372configure:6534: result: yes
1373configure:6550: checking for bison
1374configure:6566: found /bin/bison
1375configure:6576: result: bison
1376configure:6782: checking for ranlib
1377configure:6798: found /bin/ranlib
1378configure:6809: result: ranlib
1379configure:6863: checking if sockaddr struct has sa_len member
1380configure:6886: gcc -c -g -O2  conftest.c >&5
1381configure:6892: $? = 0
1382configure:6896: test -z 
1383			 || test ! -s conftest.err
1384configure:6899: $? = 0
1385configure:6902: test -s conftest.o
1386configure:6905: $? = 0
1387configure:6917: result: yes
1388configure:6927: checking if sockaddr_storage struct exists
1389configure:6950: gcc -c -g -O2  conftest.c >&5
1390/boot/home/Desktop/libpcap-0.9.5/conftest.c: In function `main':
1391/boot/home/Desktop/libpcap-0.9.5/conftest.c:36: sizeof applied to an incomplete type
1392configure:6956: $? = 1
1393configure: failed program was:
1394| /* confdefs.h.  */
1395| 
1396| #define PACKAGE_NAME ""
1397| #define PACKAGE_TARNAME ""
1398| #define PACKAGE_VERSION ""
1399| #define PACKAGE_STRING ""
1400| #define PACKAGE_BUGREPORT ""
1401| #define inline inline
1402| #define HAVE___ATTRIBUTE__ 1
1403| #define u_int8_t u_char
1404| #define u_int16_t u_short
1405| #define u_int32_t u_int
1406| #define STDC_HEADERS 1
1407| #define HAVE_SYS_TYPES_H 1
1408| #define HAVE_SYS_STAT_H 1
1409| #define HAVE_STDLIB_H 1
1410| #define HAVE_STRING_H 1
1411| #define HAVE_MEMORY_H 1
1412| #define HAVE_STRINGS_H 1
1413| #define HAVE_INTTYPES_H 1
1414| #define HAVE_UNISTD_H 1
1415| #define HAVE_SYS_SOCKIO_H 1
1416| #define HAVE_LIMITS_H 1
1417| #define HAVE_STRERROR 1
1418| #define HAVE_STRLCPY 1
1419| #define HAVE_VSNPRINTF 1
1420| #define HAVE_SNPRINTF 1
1421| #define HAVE_SOCKADDR_SA_LEN 1
1422| /* end confdefs.h.  */
1423| 
1424| #	include <sys/types.h>
1425| #	include <sys/socket.h>
1426| int
1427| main ()
1428| {
1429| u_int i = sizeof (struct sockaddr_storage)
1430|   ;
1431|   return 0;
1432| }
1433configure:6981: result: no
1434configure:6991: checking if dl_hp_ppa_info_t struct has dl_module_id_1 member
1435configure:7015: gcc -c -g -O2  conftest.c >&5
1436/boot/home/Desktop/libpcap-0.9.5/conftest.c:32: sys/dlpi.h: No such file or directory
1437/boot/home/Desktop/libpcap-0.9.5/conftest.c:33: sys/dlpi_ext.h: No such file or directory
1438configure:7021: $? = 1
1439configure: failed program was:
1440| /* confdefs.h.  */
1441| 
1442| #define PACKAGE_NAME ""
1443| #define PACKAGE_TARNAME ""
1444| #define PACKAGE_VERSION ""
1445| #define PACKAGE_STRING ""
1446| #define PACKAGE_BUGREPORT ""
1447| #define inline inline
1448| #define HAVE___ATTRIBUTE__ 1
1449| #define u_int8_t u_char
1450| #define u_int16_t u_short
1451| #define u_int32_t u_int
1452| #define STDC_HEADERS 1
1453| #define HAVE_SYS_TYPES_H 1
1454| #define HAVE_SYS_STAT_H 1
1455| #define HAVE_STDLIB_H 1
1456| #define HAVE_STRING_H 1
1457| #define HAVE_MEMORY_H 1
1458| #define HAVE_STRINGS_H 1
1459| #define HAVE_INTTYPES_H 1
1460| #define HAVE_UNISTD_H 1
1461| #define HAVE_SYS_SOCKIO_H 1
1462| #define HAVE_LIMITS_H 1
1463| #define HAVE_STRERROR 1
1464| #define HAVE_STRLCPY 1
1465| #define HAVE_VSNPRINTF 1
1466| #define HAVE_SNPRINTF 1
1467| #define HAVE_SOCKADDR_SA_LEN 1
1468| /* end confdefs.h.  */
1469| 
1470| #	include <sys/types.h>
1471| #	include <sys/dlpi.h>
1472| #	include <sys/dlpi_ext.h>
1473| int
1474| main ()
1475| {
1476| u_int i = sizeof(((dl_hp_ppa_info_t *)0)->dl_module_id_1)
1477|   ;
1478|   return 0;
1479| }
1480configure:7046: result: no
1481configure:7056: checking if unaligned accesses fail
1482configure:7143: result: no
1483configure:7191: checking for a BSD-compatible install
1484configure:7246: result: /bin/install -c
1485configure:7357: creating ./config.status
1486
1487## ---------------------- ##
1488## Running config.status. ##
1489## ---------------------- ##
1490
1491This file was extended by config.status, which was
1492generated by GNU Autoconf 2.59.  Invocation command line was
1493
1494  CONFIG_FILES    = 
1495  CONFIG_HEADERS  = 
1496  CONFIG_LINKS    = 
1497  CONFIG_COMMANDS = 
1498  $ ./config.status 
1499
1500on zon
1501
1502config.status:675: creating Makefile
1503config.status:779: creating config.h
1504
1505## ---------------- ##
1506## Cache variables. ##
1507## ---------------- ##
1508
1509ac_cv___attribute__=yes
1510ac_cv_build=i586-pc-beos
1511ac_cv_build_alias=i586-pc-beos
1512ac_cv_c_compiler_gnu=yes
1513ac_cv_env_CC_set=
1514ac_cv_env_CC_value=
1515ac_cv_env_CFLAGS_set=
1516ac_cv_env_CFLAGS_value=
1517ac_cv_env_CPPFLAGS_set=
1518ac_cv_env_CPPFLAGS_value=
1519ac_cv_env_CPP_set=
1520ac_cv_env_CPP_value=
1521ac_cv_env_LDFLAGS_set=
1522ac_cv_env_LDFLAGS_value=
1523ac_cv_env_build_alias_set=
1524ac_cv_env_build_alias_value=
1525ac_cv_env_host_alias_set=
1526ac_cv_env_host_alias_value=
1527ac_cv_env_target_alias_set=
1528ac_cv_env_target_alias_value=
1529ac_cv_exeext=
1530ac_cv_func_ether_hostton=no
1531ac_cv_func_getifaddrs=no
1532ac_cv_func_snprintf=yes
1533ac_cv_func_strerror=yes
1534ac_cv_func_strlcpy=yes
1535ac_cv_func_vsnprintf=yes
1536ac_cv_header_inttypes_h=yes
1537ac_cv_header_limits_h=yes
1538ac_cv_header_memory_h=yes
1539ac_cv_header_netinet_if_ether_h=no
1540ac_cv_header_stdc=yes
1541ac_cv_header_stdint_h=no
1542ac_cv_header_stdlib_h=yes
1543ac_cv_header_string_h=yes
1544ac_cv_header_strings_h=yes
1545ac_cv_header_sys_ioccom_h=no
1546ac_cv_header_sys_sockio_h=yes
1547ac_cv_header_sys_stat_h=yes
1548ac_cv_header_sys_types_h=yes
1549ac_cv_header_unistd_h=yes
1550ac_cv_host=i586-pc-beos
1551ac_cv_host_alias=i586-pc-beos
1552ac_cv_lbl_dag_api=no
1553ac_cv_lbl_dl_hp_ppa_info_t_has_dl_module_id_1=no
1554ac_cv_lbl_flex_v24=yes
1555ac_cv_lbl_gcc_fixincludes=no
1556ac_cv_lbl_gcc_vers=2
1557ac_cv_lbl_has_sockaddr_storage=no
1558ac_cv_lbl_have_u_int16_t=no
1559ac_cv_lbl_have_u_int32_t=no
1560ac_cv_lbl_have_u_int8_t=no
1561ac_cv_lbl_inline=inline
1562ac_cv_lbl_proc_net_dev=no
1563ac_cv_lbl_septel_api=no
1564ac_cv_lbl_sockaddr_has_sa_len=yes
1565ac_cv_lbl_unaligned_fail=no
1566ac_cv_lib_socket_gethostbyname=no
1567ac_cv_objext=o
1568ac_cv_path_install='/bin/install -c'
1569ac_cv_prog_CPP='gcc -E'
1570ac_cv_prog_V_LEX=flex
1571ac_cv_prog_V_YACC=bison
1572ac_cv_prog_ac_ct_CC=gcc
1573ac_cv_prog_ac_ct_RANLIB=ranlib
1574ac_cv_prog_cc_g=yes
1575ac_cv_prog_cc_stdc=
1576ac_cv_prog_egrep='grep -E'
1577ac_cv_search_gethostbyname=no
1578ac_cv_search_putmsg=no
1579ac_cv_search_socket=-lsocket
1580ac_cv_target=i586-pc-beos
1581ac_cv_target_alias=i586-pc-beos
1582
1583## ----------------- ##
1584## Output variables. ##
1585## ----------------- ##
1586
1587CC='gcc'
1588CFLAGS='-g -O2'
1589CPP='gcc -E'
1590CPPFLAGS=''
1591DEFS='-DHAVE_CONFIG_H'
1592DYEXT='so'
1593ECHO_C=''
1594ECHO_N='-n'
1595ECHO_T=''
1596EGREP='grep -E'
1597EXEEXT=''
1598INSTALL_DATA='${INSTALL} -m 644'
1599INSTALL_PROGRAM='${INSTALL}'
1600INSTALL_SCRIPT='${INSTALL}'
1601LDFLAGS=''
1602LIBOBJS=''
1603LIBS='-lsocket '
1604LTLIBOBJS=''
1605OBJEXT='o'
1606PACKAGE_BUGREPORT=''
1607PACKAGE_NAME=''
1608PACKAGE_STRING=''
1609PACKAGE_TARNAME=''
1610PACKAGE_VERSION=''
1611PATH_SEPARATOR=':'
1612RANLIB='ranlib'
1613SHELL='/bin/sh'
1614SHLICC2=''
1615SSRC=''
1616V_CCOPT='-O2'
1617V_DEFS=' -D_U_="__attribute__((unused))"'
1618V_FINDALLDEVS='gifc'
1619V_INCLS=''
1620V_LEX='flex -Ppcap_'
1621V_LIBS=''
1622V_PCAP='haiku'
1623V_RANLIB=''
1624V_YACC='bison -y -p pcap_'
1625ac_ct_CC='gcc'
1626ac_ct_RANLIB='ranlib'
1627bindir='${exec_prefix}/bin'
1628build='i586-pc-beos'
1629build_alias=''
1630build_cpu='i586'
1631build_os='beos'
1632build_vendor='pc'
1633datadir='${prefix}/share'
1634exec_prefix='${prefix}'
1635host='i586-pc-beos'
1636host_alias=''
1637host_cpu='i586'
1638host_os='beos'
1639host_vendor='pc'
1640includedir='${prefix}/include'
1641infodir='${prefix}/info'
1642libdir='${exec_prefix}/lib'
1643libexecdir='${exec_prefix}/libexec'
1644localstatedir='${prefix}/var'
1645mandir='${prefix}/man'
1646oldincludedir='/usr/include'
1647prefix='/usr/local'
1648program_transform_name='s,x,x,'
1649sbindir='${exec_prefix}/sbin'
1650sharedstatedir='${prefix}/com'
1651sysconfdir='${prefix}/etc'
1652target='i586-pc-beos'
1653target_alias=''
1654target_cpu='i586'
1655target_os='beos'
1656target_vendor='pc'
1657
1658## ----------- ##
1659## confdefs.h. ##
1660## ----------- ##
1661
1662#define HAVE_INTTYPES_H 1
1663#define HAVE_LIMITS_H 1
1664#define HAVE_MEMORY_H 1
1665#define HAVE_SNPRINTF 1
1666#define HAVE_SOCKADDR_SA_LEN 1
1667#define HAVE_STDLIB_H 1
1668#define HAVE_STRERROR 1
1669#define HAVE_STRINGS_H 1
1670#define HAVE_STRING_H 1
1671#define HAVE_STRLCPY 1
1672#define HAVE_SYS_SOCKIO_H 1
1673#define HAVE_SYS_STAT_H 1
1674#define HAVE_SYS_TYPES_H 1
1675#define HAVE_UNISTD_H 1
1676#define HAVE_VERSION_H 1
1677#define HAVE_VSNPRINTF 1
1678#define HAVE___ATTRIBUTE__ 1
1679#define PACKAGE_BUGREPORT ""
1680#define PACKAGE_NAME ""
1681#define PACKAGE_STRING ""
1682#define PACKAGE_TARNAME ""
1683#define PACKAGE_VERSION ""
1684#define STDC_HEADERS 1
1685#define inline inline
1686#define u_int16_t u_short
1687#define u_int32_t u_int
1688#define u_int8_t u_char
1689
1690configure: exit 0
1691