initial capture of my stuff
[rrq/thttpd.git] / 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:573: checking host system type
5 configure:594: checking target system type
6 configure:612: checking build system type
7 configure:638: checking for gcc
8 configure:751: checking whether the C compiler (gcc -g -O2 ) works
9 configure:767: gcc -o conftest -g -O2   conftest.c  1>&5
10 configure:764:1: warning: return type defaults to 'int' [-Wimplicit-int]
11  main(){return(0);}
12  ^~~~
13 configure:793: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler
14 configure:798: checking whether we are using GNU C
15 configure:807: gcc -E conftest.c
16 configure:826: checking whether gcc accepts -g
17 configure:861: checking gcc version
18 configure:879: checking how to link static binaries
19 configure:910: checking for __progname
20 configure:923: gcc -o conftest -g -O2   conftest.c  1>&5
21 configure: In function 'main':
22 configure:919:2: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
23   puts(__progname)
24   ^~~~
25 configure:946: checking how to run the C preprocessor
26 configure:967: gcc -E  conftest.c >/dev/null 2>conftest.out
27 configure:1029: checking for fcntl.h
28 configure:1039: gcc -E  conftest.c >/dev/null 2>conftest.out
29 configure:1029: checking for grp.h
30 configure:1039: gcc -E  conftest.c >/dev/null 2>conftest.out
31 configure:1029: checking for memory.h
32 configure:1039: gcc -E  conftest.c >/dev/null 2>conftest.out
33 configure:1029: checking for paths.h
34 configure:1039: gcc -E  conftest.c >/dev/null 2>conftest.out
35 configure:1029: checking for poll.h
36 configure:1039: gcc -E  conftest.c >/dev/null 2>conftest.out
37 configure:1029: checking for sys/poll.h
38 configure:1039: gcc -E  conftest.c >/dev/null 2>conftest.out
39 configure:1029: checking for sys/devpoll.h
40 configure:1039: gcc -E  conftest.c >/dev/null 2>conftest.out
41 configure:1035:25: fatal error: sys/devpoll.h: No such file or directory
42  #include <$ac_hdr>
43                          ^
44 compilation terminated.
45 configure: failed program was:
46 #line 1034 "configure"
47 #include "confdefs.h"
48 #include <sys/devpoll.h>
49 configure:1029: checking for sys/event.h
50 configure:1039: gcc -E  conftest.c >/dev/null 2>conftest.out
51 configure:1035:23: fatal error: sys/event.h: No such file or directory
52  #include <$ac_hdr>
53                        ^
54 compilation terminated.
55 configure: failed program was:
56 #line 1034 "configure"
57 #include "confdefs.h"
58 #include <sys/event.h>
59 configure:1029: checking for osreldate.h
60 configure:1039: gcc -E  conftest.c >/dev/null 2>conftest.out
61 configure:1035:23: fatal error: osreldate.h: No such file or directory
62  #include <$ac_hdr>
63                        ^
64 compilation terminated.
65 configure: failed program was:
66 #line 1034 "configure"
67 #include "confdefs.h"
68 #include <osreldate.h>
69 configure:1066: checking whether time.h and sys/time.h may both be included
70 configure:1080: gcc -c -g -O2  conftest.c 1>&5
71 configure:1105: checking for dirent.h that defines DIR
72 configure:1118: gcc -c -g -O2  conftest.c 1>&5
73 configure:1143: checking for opendir in -ldir
74 configure:1162: gcc -o conftest -g -O2   conftest.c -ldir   1>&5
75 /usr/bin/ld: cannot find -ldir
76 collect2: error: ld returned 1 exit status
77 configure: failed program was:
78 #line 1151 "configure"
79 #include "confdefs.h"
80 /* Override any gcc2 internal prototype to avoid an error.  */
81 /* We use char because int might match the return type of a gcc2
82     builtin and then its argument prototype would still apply.  */
83 char opendir();
84
85 int main() {
86 opendir()
87 ; return 0; }
88 configure:1228: checking for /usr/local/v6/lib
89 configure:1238: checking for gethostbyname
90 configure:1266: gcc -o conftest -g -O2   conftest.c  1>&5
91 configure:1451: checking for socket
92 configure:1479: gcc -o conftest -g -O2   conftest.c  1>&5
93 configure:1580: checking for main in -linet6
94 configure:1595: gcc -o conftest -g -O2   conftest.c -linet6   1>&5
95 /usr/bin/ld: cannot find -linet6
96 collect2: error: ld returned 1 exit status
97 configure: failed program was:
98 #line 1588 "configure"
99 #include "confdefs.h"
100
101 int main() {
102 main()
103 ; return 0; }
104 configure:1624: checking for crypt
105 configure:1652: gcc -o conftest -g -O2   conftest.c  1>&5
106 /tmp/cc83IuJy.o: In function `main':
107 /home/ralph/src/thttpd/thttpd-2.29/configure:1646: undefined reference to `crypt'
108 collect2: error: ld returned 1 exit status
109 configure: failed program was:
110 #line 1629 "configure"
111 #include "confdefs.h"
112 /* System header to define __stub macros and hopefully few prototypes,
113     which can conflict with char crypt(); below.  */
114 #include <assert.h>
115 /* Override any gcc2 internal prototype to avoid an error.  */
116 /* We use char because int might match the return type of a gcc2
117     builtin and then its argument prototype would still apply.  */
118 char crypt();
119
120 int main() {
121
122 /* The GNU C library defines this for functions which it implements
123     to always fail with ENOSYS.  Some functions are actually named
124     something starting with __ and the normal name is an alias.  */
125 #if defined (__stub_crypt) || defined (__stub___crypt)
126 choke me
127 #else
128 crypt();
129 #endif
130
131 ; return 0; }
132 configure:1670: checking for crypt in -lcrypt
133 configure:1689: gcc -o conftest -g -O2   conftest.c -lcrypt   1>&5
134 configure:1719: checking for hstrerror
135 configure:1747: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
136 configure:1810: checking for strerror
137 configure:1838: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
138 configure:1867: checking for waitpid
139 configure:1895: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
140 configure:1867: checking for vsnprintf
141 configure:1895: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
142 configure:1879:6: warning: conflicting types for built-in function 'vsnprintf'
143  char $ac_func();
144       ^~~~~~~~~
145 configure:1867: checking for daemon
146 configure:1895: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
147 configure:1867: checking for setsid
148 configure:1895: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
149 configure:1867: checking for setlogin
150 configure:1895: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
151 configure: In function 'main':
152 configure:1887:1: error: unknown type name 'choke'
153  choke me
154  ^~~~~
155 configure: failed program was:
156 #line 1872 "configure"
157 #include "confdefs.h"
158 /* System header to define __stub macros and hopefully few prototypes,
159     which can conflict with char setlogin(); below.  */
160 #include <assert.h>
161 /* Override any gcc2 internal prototype to avoid an error.  */
162 /* We use char because int might match the return type of a gcc2
163     builtin and then its argument prototype would still apply.  */
164 char setlogin();
165
166 int main() {
167
168 /* The GNU C library defines this for functions which it implements
169     to always fail with ENOSYS.  Some functions are actually named
170     something starting with __ and the normal name is an alias.  */
171 #if defined (__stub_setlogin) || defined (__stub___setlogin)
172 choke me
173 #else
174 setlogin();
175 #endif
176
177 ; return 0; }
178 configure:1867: checking for getaddrinfo
179 configure:1895: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
180 configure:1867: checking for getnameinfo
181 configure:1895: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
182 configure:1867: checking for gai_strerror
183 configure:1895: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
184 configure:1867: checking for kqueue
185 configure:1895: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
186 /tmp/cccBW2WQ.o: In function `main':
187 /home/ralph/src/thttpd/thttpd-2.29/configure:1889: undefined reference to `kqueue'
188 collect2: error: ld returned 1 exit status
189 configure: failed program was:
190 #line 1872 "configure"
191 #include "confdefs.h"
192 /* System header to define __stub macros and hopefully few prototypes,
193     which can conflict with char kqueue(); below.  */
194 #include <assert.h>
195 /* Override any gcc2 internal prototype to avoid an error.  */
196 /* We use char because int might match the return type of a gcc2
197     builtin and then its argument prototype would still apply.  */
198 char kqueue();
199
200 int main() {
201
202 /* The GNU C library defines this for functions which it implements
203     to always fail with ENOSYS.  Some functions are actually named
204     something starting with __ and the normal name is an alias.  */
205 #if defined (__stub_kqueue) || defined (__stub___kqueue)
206 choke me
207 #else
208 kqueue();
209 #endif
210
211 ; return 0; }
212 configure:1867: checking for sigset
213 configure:1895: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
214 configure:1867: checking for atoll
215 configure:1895: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
216 configure:1923: checking for unistd.h
217 configure:1933: gcc -E  conftest.c >/dev/null 2>conftest.out
218 configure:1962: checking for getpagesize
219 configure:1990: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
220 configure:2015: checking for working mmap
221 configure:2163: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
222 configure:2094:7: warning: conflicting types for built-in function 'malloc'
223  char *malloc();
224        ^~~~~~
225 configure: In function 'main':
226 configure:2104:13: warning: implicit declaration of function 'getpagesize' [-Wimplicit-function-declaration]
227   pagesize = getpagesize();
228              ^~~~~~~~~~~
229 configure:2111:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
230    exit(1);
231    ^~~~
232 configure:2111:3: warning: incompatible implicit declaration of built-in function 'exit'
233 configure:2111:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
234 configure:2113:17: warning: implicit declaration of function 'rand' [-Wimplicit-function-declaration]
235    *(data + i) = rand();
236                  ^~~~
237 configure:2114:2: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration]
238   umask(0);
239   ^~~~~
240 configure:2117:3: warning: incompatible implicit declaration of built-in function 'exit'
241    exit(1);
242    ^~~~
243 configure:2117:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
244 configure:2118:6: warning: implicit declaration of function 'write' [-Wimplicit-function-declaration]
245   if (write(fd, data, pagesize) != pagesize)
246       ^~~~~
247 configure:2119:3: warning: incompatible implicit declaration of built-in function 'exit'
248    exit(1);
249    ^~~~
250 configure:2119:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
251 configure:2120:2: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
252   close(fd);
253   ^~~~~
254 configure:2129:3: warning: incompatible implicit declaration of built-in function 'exit'
255    exit(1);
256    ^~~~
257 configure:2129:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
258 configure:2132:3: warning: incompatible implicit declaration of built-in function 'exit'
259    exit(1);
260    ^~~~
261 configure:2132:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
262 configure:2133:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
263   data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
264                         ^
265 configure:2136:3: warning: incompatible implicit declaration of built-in function 'exit'
266    exit(1);
267    ^~~~
268 configure:2136:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
269 configure:2139:4: warning: incompatible implicit declaration of built-in function 'exit'
270     exit(1);
271     ^~~~
272 configure:2139:4: note: include '<stdlib.h>' or provide a declaration of 'exit'
273 configure:2150:3: warning: incompatible implicit declaration of built-in function 'exit'
274    exit(1);
275    ^~~~
276 configure:2150:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
277 configure:2151:6: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
278   if (read(fd, data3, pagesize) != pagesize)
279       ^~~~
280 configure:2152:3: warning: incompatible implicit declaration of built-in function 'exit'
281    exit(1);
282    ^~~~
283 configure:2152:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
284 configure:2155:4: warning: incompatible implicit declaration of built-in function 'exit'
285     exit(1);
286     ^~~~
287 configure:2155:4: note: include '<stdlib.h>' or provide a declaration of 'exit'
288 configure:2157:2: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
289   unlink("conftestmmap");
290   ^~~~~~
291 configure:2158:2: warning: incompatible implicit declaration of built-in function 'exit'
292   exit(0);
293   ^~~~
294 configure:2158:2: note: include '<stdlib.h>' or provide a declaration of 'exit'
295 configure:2248: checking for select
296 configure:2276: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
297 configure:2248: checking for poll
298 configure:2276: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
299 configure:2304: checking if struct tm has tm_gmtoff member
300 configure:2318: gcc -c -g -O2  conftest.c 1>&5
301 configure:2338: checking if int64_t exists
302 configure:2351: gcc -c -g -O2  conftest.c 1>&5
303 configure:2371: checking if socklen_t exists
304 configure:2385: gcc -c -g -O2  conftest.c 1>&5
305 configure:2406: checking whether make sets ${MAKE}
306 configure:2444: checking for a BSD compatible install