IRQ handler rewrite by Gabor Juhos, uses C no longer assembly
[openwrt/staging/chunkeey.git] / target / linux / etrax-2.6 / image / e100boot / src / sbl / 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:530: checking for gcc
5 configure:643: checking whether the C compiler (gcc ) works
6 configure:659: gcc -o conftest conftest.c 1>&5
7 configure:685: checking whether the C compiler (gcc ) is a cross-compiler
8 configure:690: checking whether we are using GNU C
9 configure:699: gcc -E conftest.c
10 configure:718: checking whether gcc accepts -g
11 configure:751: checking for pcap_open_live in -lpcap
12 configure:770: gcc -o conftest -g -O2 conftest.c -lpcap 1>&5
13 /usr/bin/ld: cannot find -lpcap
14 collect2: ld returned 1 exit status
15 configure: failed program was:
16 #line 759 "configure"
17 #include "confdefs.h"
18 /* Override any gcc2 internal prototype to avoid an error. */
19 /* We use char because int might match the return type of a gcc2
20 builtin and then its argument prototype would still apply. */
21 char pcap_open_live();
22
23 int main() {
24 pcap_open_live()
25 ; return 0; }
26 configure:799: checking how to run the C preprocessor
27 configure:820: gcc -E conftest.c >/dev/null 2>conftest.out
28 configure:879: checking for ANSI C header files
29 configure:892: gcc -E conftest.c >/dev/null 2>conftest.out
30 configure:959: gcc -o conftest -g -O2 conftest.c 1>&5
31 configure: In function 'main':
32 configure:954: warning: incompatible implicit declaration of built-in function 'exit'
33 configure:986: checking for termios.h
34 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
35 configure:986: checking for sys/ioctl.h
36 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
37 configure:986: checking for net/if.h
38 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
39 configure:986: checking for netinet/in.h
40 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
41 configure:986: checking for netinet/in_systm.h
42 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
43 configure:986: checking for netinet/ip.h
44 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
45 configure:986: checking for netinet/udp.h
46 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
47 configure:986: checking for netinet/tcp.h
48 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
49 configure:986: checking for netdb.h
50 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
51 configure:986: checking for arpa/inet.h
52 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
53 configure:986: checking for sys/socket.h
54 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
55 configure:986: checking for fcntl.h
56 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
57 configure:986: checking for linux/if_ether.h
58 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
59 configure:986: checking for signal.h
60 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
61 configure:986: checking for string.h
62 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
63 configure:986: checking for stdlib.h
64 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
65 configure:986: checking for stdio.h
66 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
67 configure:986: checking for sys/time.h
68 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
69 configure:986: checking for unistd.h
70 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
71 configure:986: checking for sys/stat.h
72 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
73 configure:986: checking for sys/types.h
74 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
75 configure:986: checking for errno.h
76 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
77 configure:986: checking for linux/sockios.h
78 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
79 configure:986: checking for ctype.h
80 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
81 configure:986: checking for sys/socket.h
82 configure:986: checking for pcap/pcap.h
83 configure:996: gcc -E conftest.c >/dev/null 2>conftest.out
84 configure:992:23: error: pcap/pcap.h: No such file or directory
85 configure: failed program was:
86 #line 991 "configure"
87 #include "confdefs.h"
88 #include <pcap/pcap.h>
89 configure:1024: checking whether time.h and sys/time.h may both be included
90 configure:1038: gcc -c -g -O2 conftest.c 1>&5