add initial support for the crisarchitecture used on foxboards to openwrt
[openwrt/staging/dedeckeh.git] / target / linux / etrax-2.6 / image / e100boot / src / libpcap-0.4 / config.log
1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake.
3
4 configure:578: checking host system type
5 configure:599: checking target system type
6 configure:617: checking build system type
7 configure:711: checking for gcc
8 configure:788: checking whether the C compiler (gcc ) works
9 configure:802: gcc -o conftest conftest.c 1>&5
10 configure:822: checking whether the C compiler (gcc ) is a cross-compiler
11 configure:827: checking whether we are using GNU C
12 configure:836: gcc -E conftest.c
13 configure:851: checking whether gcc accepts -g
14 configure:884: checking gcc version
15 configure:1028: checking how to run the C preprocessor
16 configure:1049: gcc -E conftest.c >/dev/null 2>conftest.out
17 configure:1092: checking for malloc.h
18 configure:1102: gcc -E conftest.c >/dev/null 2>conftest.out
19 configure:1092: checking for sys/ioccom.h
20 configure:1102: gcc -E conftest.c >/dev/null 2>conftest.out
21 configure:1098:24: error: sys/ioccom.h: No such file or directory
22 configure: failed program was:
23 #line 1097 "configure"
24 #include "confdefs.h"
25 #include <sys/ioccom.h>
26 configure:1092: checking for sys/sockio.h
27 configure:1102: gcc -E conftest.c >/dev/null 2>conftest.out
28 configure:1098:24: error: sys/sockio.h: No such file or directory
29 configure: failed program was:
30 #line 1097 "configure"
31 #include "confdefs.h"
32 #include <sys/sockio.h>
33 configure:1131: checking for ANSI ioctl definitions
34 configure:1155: gcc -c -g -O2 conftest.c 1>&5
35 configure:1178: checking for ether_hostton
36 configure:1206: gcc -o conftest -g -O2 conftest.c 1>&5
37 configure:1178: checking for strerror
38 configure:1206: gcc -o conftest -g -O2 conftest.c 1>&5
39 configure:1238: checking packet capture type
40 configure:1341: checking for net/if_arp.h
41 configure:1351: gcc -E conftest.c >/dev/null 2>conftest.out
42 configure:1378: checking Linux kernel version
43 configure:1419: checking for flex
44 configure:1452: checking for flex 2.4 or higher
45 configure:1478: checking for bison
46 configure:1602: checking for ranlib
47 configure:1672: checking if sockaddr struct has sa_len member
48 configure:1686: gcc -c -g -O2 conftest.c 1>&5
49 configure: In function 'main':
50 configure:1682: error: 'struct sockaddr' has no member named 'sa_len'
51 configure: failed program was:
52 #line 1677 "configure"
53 #include "confdefs.h"
54
55 # include <sys/types.h>
56 # include <sys/socket.h>
57 int main() {
58 u_int i = sizeof(((struct sockaddr *)0)->sa_len)
59 ; return 0; }
60 configure:1707: checking if unaligned accesses fail
61 configure:1803: checking for a BSD compatible install