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