1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | configure:1888: checking for Cygwin environment |
---|
5 | configure:1904: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
6 | configure: In function 'main': |
---|
7 | configure:1900: error: '__CYGWIN32__' undeclared (first use in this function) |
---|
8 | configure:1900: error: (Each undeclared identifier is reported only once |
---|
9 | configure:1900: error: for each function it appears in.) |
---|
10 | configure: failed program was: |
---|
11 | #line 1893 "configure" |
---|
12 | #include "confdefs.h" |
---|
13 | |
---|
14 | int main() { |
---|
15 | |
---|
16 | #ifndef __CYGWIN__ |
---|
17 | #define __CYGWIN__ __CYGWIN32__ |
---|
18 | #endif |
---|
19 | return __CYGWIN__; |
---|
20 | ; return 0; } |
---|
21 | configure:1921: checking for mingw32 environment |
---|
22 | configure:1933: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
23 | configure: In function 'main': |
---|
24 | configure:1929: error: '__MINGW32__' undeclared (first use in this function) |
---|
25 | configure:1929: error: (Each undeclared identifier is reported only once |
---|
26 | configure:1929: error: for each function it appears in.) |
---|
27 | configure: failed program was: |
---|
28 | #line 1926 "configure" |
---|
29 | #include "confdefs.h" |
---|
30 | |
---|
31 | int main() { |
---|
32 | return __MINGW32__; |
---|
33 | ; return 0; } |
---|
34 | configure:1952: checking for egrep |
---|
35 | configure:1967: checking for a sed that does not truncate output |
---|
36 | configure:2117: checking host system type |
---|
37 | configure:2138: checking target system type |
---|
38 | configure:2250: checking for gcc |
---|
39 | configure:2363: checking whether the C compiler (/usr/bin/gcc-4.2 -O2 -arch x86_64 -L/opt/local/lib) works |
---|
40 | configure:2379: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib conftest.c -lresolv 1>&5 |
---|
41 | configure:2405: checking whether the C compiler (/usr/bin/gcc-4.2 -O2 -arch x86_64 -L/opt/local/lib) is a cross-compiler |
---|
42 | configure:2410: checking whether we are using GNU C |
---|
43 | configure:2419: /usr/bin/gcc-4.2 -E conftest.c |
---|
44 | configure:2438: checking whether /usr/bin/gcc-4.2 accepts -g |
---|
45 | configure:2470: checking how to run the C preprocessor |
---|
46 | configure:2491: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
47 | configure:2552: checking for icc |
---|
48 | configure:2576: checking for suncc |
---|
49 | configure:2601: checking whether /usr/bin/gcc-4.2 and cc understand -c and -o together |
---|
50 | configure:2616: /usr/bin/gcc-4.2 -c conftest.c -o conftest.o 1>&5 |
---|
51 | configure:2617: /usr/bin/gcc-4.2 -c conftest.c -o conftest.o 1>&5 |
---|
52 | configure:2622: cc -c conftest.c 1>&5 |
---|
53 | configure:2624: cc -c conftest.c -o conftest.o 1>&5 |
---|
54 | configure:2625: cc -c conftest.c -o conftest.o 1>&5 |
---|
55 | configure:2652: checking how to run the C preprocessor |
---|
56 | configure:2732: checking for AIX |
---|
57 | configure:2756: checking whether ln -s works |
---|
58 | configure:2781: checking for system library directory |
---|
59 | configure:2807: checking whether to enable runpaths |
---|
60 | configure:2831: checking if compiler supports -R |
---|
61 | configure:2846: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib conftest.c -R /usr/lib -lresolv 1>&5 |
---|
62 | ld: in /usr/lib, can't map file, errno=22 |
---|
63 | collect2: ld returned 1 exit status |
---|
64 | configure: failed program was: |
---|
65 | #line 2839 "configure" |
---|
66 | #include "confdefs.h" |
---|
67 | |
---|
68 | int main() { |
---|
69 | |
---|
70 | ; return 0; } |
---|
71 | configure:2864: checking if compiler supports -Wl,-rpath, |
---|
72 | configure:2879: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib conftest.c -Wl,-rpath,/usr/lib -lresolv 1>&5 |
---|
73 | configure:2910: checking for gawk |
---|
74 | configure:2970: checking for bison |
---|
75 | configure:3010: checking for bison version |
---|
76 | configure:3050: checking for flex |
---|
77 | configure:3084: checking for yywrap in -lfl |
---|
78 | configure:3103: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib conftest.c -lfl -lresolv 1>&5 |
---|
79 | configure:3127: checking lex output file root |
---|
80 | configure:3148: checking whether yytext is a pointer |
---|
81 | configure:3167: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib conftest.c -lresolv -lfl 1>&5 |
---|
82 | configure:3191: checking for working const |
---|
83 | configure:3245: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
84 | configure:3271: checking for flex version |
---|
85 | configure:3315: checking for re2c |
---|
86 | configure:3409: checking whether /usr/bin/gcc-4.2 supports -no-cpp-precomp |
---|
87 | configure:3621: checking whether to force non-PIC code in shared modules |
---|
88 | configure:3651: checking whether /dev/urandom exists |
---|
89 | configure:3730: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lresolv 1>&5 |
---|
90 | configure:3750: checking for pthreads_cflags |
---|
91 | configure:3820: checking for pthreads_lib |
---|
92 | configure:3994: checking for AOLserver support |
---|
93 | configure:4251: checking for Apache 1.x module support via DSO through APXS |
---|
94 | configure:4574: checking for Apache 1.x module support |
---|
95 | configure:5407: checking whether to enable Apache charset compatibility option |
---|
96 | configure:5580: checking for Apache 2.0 filter-module support via DSO through APXS |
---|
97 | configure:6428: checking for Apache 2.0 handler-module support via DSO through APXS |
---|
98 | configure:7277: checking for Apache 1.x (hooks) module support via DSO through APXS |
---|
99 | configure:7600: checking for Apache 1.x (hooks) module support |
---|
100 | configure:8433: checking whether to enable Apache charset compatibility option |
---|
101 | configure:8607: checking for Caudium support |
---|
102 | configure:8958: checking for CLI build |
---|
103 | configure:9008: checking for Continuity support |
---|
104 | configure:9285: checking for embedded SAPI library support |
---|
105 | configure:9502: checking for Zeus ISAPI support |
---|
106 | configure:9751: checking for Milter support |
---|
107 | configure:10035: checking for NSAPI support |
---|
108 | configure:10387: checking for PHTTPD support |
---|
109 | configure:10633: checking for Pi3Web support |
---|
110 | configure:11000: checking whether Roxen module is build using ZTS |
---|
111 | configure:11024: checking for Roxen/Pike support |
---|
112 | configure:11302: checking for thttpd |
---|
113 | configure:11563: checking for TUX |
---|
114 | configure:11809: checking for webjames |
---|
115 | configure:12437: checking for chosen SAPI module |
---|
116 | configure:12494: checking for sendmail |
---|
117 | configure:12533: checking whether system uses EBCDIC |
---|
118 | configure:12552: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lresolv 1>&5 |
---|
119 | configure: failed program was: |
---|
120 | #line 12544 "configure" |
---|
121 | #include "confdefs.h" |
---|
122 | |
---|
123 | int main(void) { |
---|
124 | return (unsigned char)'A' != (unsigned char)0xC1; |
---|
125 | } |
---|
126 | |
---|
127 | configure:12580: checking whether byte ordering is bigendian |
---|
128 | configure:12606: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lresolv 1>&5 |
---|
129 | configure: failed program was: |
---|
130 | #line 12590 "configure" |
---|
131 | #include "confdefs.h" |
---|
132 | |
---|
133 | int main(void) |
---|
134 | { |
---|
135 | short one = 1; |
---|
136 | char *cp = (char *)&one; |
---|
137 | |
---|
138 | if (*cp == 0) { |
---|
139 | return(0); |
---|
140 | } else { |
---|
141 | return(1); |
---|
142 | } |
---|
143 | } |
---|
144 | |
---|
145 | configure:12632: checking whether writing to stdout works |
---|
146 | configure:12661: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lresolv 1>&5 |
---|
147 | configure:12736: checking for socket |
---|
148 | configure:12764: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lresolv 1>&5 |
---|
149 | configure:12993: checking for socketpair |
---|
150 | configure:13021: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lresolv 1>&5 |
---|
151 | configure:13250: checking for htonl |
---|
152 | configure:13278: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lresolv 1>&5 |
---|
153 | configure:13507: checking for gethostname |
---|
154 | configure:13535: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lresolv 1>&5 |
---|
155 | configure:13764: checking for gethostbyaddr |
---|
156 | configure:13792: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lresolv 1>&5 |
---|
157 | configure:14021: checking for yp_get_default_domain |
---|
158 | configure:14049: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lresolv 1>&5 |
---|
159 | configure:14279: checking for dlopen |
---|
160 | configure:14307: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lresolv 1>&5 |
---|
161 | configure:14537: checking for sin in -lm |
---|
162 | configure:14556: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
163 | configure:14549: warning: conflicting types for built-in function 'sin' |
---|
164 | configure:14590: checking for res_search |
---|
165 | configure:14618: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
166 | configure:15126: checking for inet_aton |
---|
167 | configure:15154: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
168 | configure:15522: checking for dn_skipname |
---|
169 | configure:15550: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
170 | Undefined symbols: |
---|
171 | "_dn_skipname", referenced from: |
---|
172 | _main in cc8kkmBX.o |
---|
173 | ld: symbol(s) not found |
---|
174 | collect2: ld returned 1 exit status |
---|
175 | configure: failed program was: |
---|
176 | #line 15527 "configure" |
---|
177 | #include "confdefs.h" |
---|
178 | /* System header to define __stub macros and hopefully few prototypes, |
---|
179 | which can conflict with char dn_skipname(); below. */ |
---|
180 | #include <assert.h> |
---|
181 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
182 | /* We use char because int might match the return type of a gcc2 |
---|
183 | builtin and then its argument prototype would still apply. */ |
---|
184 | char dn_skipname(); |
---|
185 | |
---|
186 | int main() { |
---|
187 | |
---|
188 | /* The GNU C library defines this for functions which it implements |
---|
189 | to always fail with ENOSYS. Some functions are actually named |
---|
190 | something starting with __ and the normal name is an alias. */ |
---|
191 | #if defined (__stub_dn_skipname) || defined (__stub___dn_skipname) |
---|
192 | choke me |
---|
193 | #else |
---|
194 | dn_skipname(); |
---|
195 | #endif |
---|
196 | |
---|
197 | ; return 0; } |
---|
198 | configure:15568: checking for __dn_skipname |
---|
199 | configure:15596: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
200 | configure:15915: checking for ANSI C header files |
---|
201 | configure:15928: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
202 | configure:15995: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
203 | configure: In function 'main': |
---|
204 | configure:15990: warning: incompatible implicit declaration of built-in function 'exit' |
---|
205 | configure:16023: checking for dirent.h that defines DIR |
---|
206 | configure:16036: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
207 | configure:16061: checking for opendir in -ldir |
---|
208 | configure:16080: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -ldir -lm -lresolv 1>&5 |
---|
209 | ld: library not found for -ldir |
---|
210 | collect2: ld returned 1 exit status |
---|
211 | configure: failed program was: |
---|
212 | #line 16069 "configure" |
---|
213 | #include "confdefs.h" |
---|
214 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
215 | /* We use char because int might match the return type of a gcc2 |
---|
216 | builtin and then its argument prototype would still apply. */ |
---|
217 | char opendir(); |
---|
218 | |
---|
219 | int main() { |
---|
220 | opendir() |
---|
221 | ; return 0; } |
---|
222 | configure:16202: checking for inttypes.h |
---|
223 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
224 | configure:16202: checking for stdint.h |
---|
225 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
226 | configure:16202: checking for dirent.h |
---|
227 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
228 | configure:16202: checking for ApplicationServices/ApplicationServices.h |
---|
229 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
230 | configure:16202: checking for sys/param.h |
---|
231 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
232 | configure:16202: checking for sys/types.h |
---|
233 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
234 | configure:16202: checking for sys/time.h |
---|
235 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
236 | configure:16202: checking for netinet/in.h |
---|
237 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
238 | configure:16202: checking for alloca.h |
---|
239 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
240 | configure:16202: checking for arpa/inet.h |
---|
241 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
242 | configure:16202: checking for arpa/nameser.h |
---|
243 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
244 | configure:16202: checking for assert.h |
---|
245 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
246 | configure:16202: checking for crypt.h |
---|
247 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
248 | configure:16208:19: error: crypt.h: No such file or directory |
---|
249 | configure: failed program was: |
---|
250 | #line 16207 "configure" |
---|
251 | #include "confdefs.h" |
---|
252 | #include <crypt.h> |
---|
253 | configure:16202: checking for fcntl.h |
---|
254 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
255 | configure:16202: checking for grp.h |
---|
256 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
257 | configure:16202: checking for ieeefp.h |
---|
258 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
259 | configure:16208:20: error: ieeefp.h: No such file or directory |
---|
260 | configure: failed program was: |
---|
261 | #line 16207 "configure" |
---|
262 | #include "confdefs.h" |
---|
263 | #include <ieeefp.h> |
---|
264 | configure:16202: checking for langinfo.h |
---|
265 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
266 | configure:16202: checking for limits.h |
---|
267 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
268 | configure:16202: checking for locale.h |
---|
269 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
270 | configure:16202: checking for monetary.h |
---|
271 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
272 | configure:16202: checking for netdb.h |
---|
273 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
274 | configure:16202: checking for pwd.h |
---|
275 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
276 | configure:16202: checking for resolv.h |
---|
277 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
278 | configure:16202: checking for signal.h |
---|
279 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
280 | configure:16202: checking for stdarg.h |
---|
281 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
282 | configure:16202: checking for stdlib.h |
---|
283 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
284 | configure:16202: checking for string.h |
---|
285 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
286 | configure:16202: checking for syslog.h |
---|
287 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
288 | configure:16202: checking for sysexits.h |
---|
289 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
290 | configure:16202: checking for sys/ioctl.h |
---|
291 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
292 | configure:16202: checking for sys/file.h |
---|
293 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
294 | configure:16202: checking for sys/mman.h |
---|
295 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
296 | configure:16202: checking for sys/mount.h |
---|
297 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
298 | configure:16202: checking for sys/poll.h |
---|
299 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
300 | configure:16202: checking for sys/resource.h |
---|
301 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
302 | configure:16202: checking for sys/select.h |
---|
303 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
304 | configure:16202: checking for sys/socket.h |
---|
305 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
306 | configure:16202: checking for sys/stat.h |
---|
307 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
308 | configure:16202: checking for sys/statfs.h |
---|
309 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
310 | configure:16208:24: error: sys/statfs.h: No such file or directory |
---|
311 | configure: failed program was: |
---|
312 | #line 16207 "configure" |
---|
313 | #include "confdefs.h" |
---|
314 | #include <sys/statfs.h> |
---|
315 | configure:16202: checking for sys/statvfs.h |
---|
316 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
317 | configure:16202: checking for sys/vfs.h |
---|
318 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
319 | configure:16208:21: error: sys/vfs.h: No such file or directory |
---|
320 | configure: failed program was: |
---|
321 | #line 16207 "configure" |
---|
322 | #include "confdefs.h" |
---|
323 | #include <sys/vfs.h> |
---|
324 | configure:16202: checking for sys/sysexits.h |
---|
325 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
326 | configure:16208:26: error: sys/sysexits.h: No such file or directory |
---|
327 | configure: failed program was: |
---|
328 | #line 16207 "configure" |
---|
329 | #include "confdefs.h" |
---|
330 | #include <sys/sysexits.h> |
---|
331 | configure:16202: checking for sys/varargs.h |
---|
332 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
333 | configure:16208:25: error: sys/varargs.h: No such file or directory |
---|
334 | configure: failed program was: |
---|
335 | #line 16207 "configure" |
---|
336 | #include "confdefs.h" |
---|
337 | #include <sys/varargs.h> |
---|
338 | configure:16202: checking for sys/wait.h |
---|
339 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
340 | configure:16202: checking for sys/loadavg.h |
---|
341 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
342 | configure:16208:25: error: sys/loadavg.h: No such file or directory |
---|
343 | configure: failed program was: |
---|
344 | #line 16207 "configure" |
---|
345 | #include "confdefs.h" |
---|
346 | #include <sys/loadavg.h> |
---|
347 | configure:16202: checking for termios.h |
---|
348 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
349 | configure:16202: checking for unistd.h |
---|
350 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
351 | configure:16202: checking for unix.h |
---|
352 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
353 | configure:16208:18: error: unix.h: No such file or directory |
---|
354 | configure: failed program was: |
---|
355 | #line 16207 "configure" |
---|
356 | #include "confdefs.h" |
---|
357 | #include <unix.h> |
---|
358 | configure:16202: checking for utime.h |
---|
359 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
360 | configure:16202: checking for sys/utsname.h |
---|
361 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
362 | configure:16202: checking for sys/ipc.h |
---|
363 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
364 | configure:16202: checking for dlfcn.h |
---|
365 | configure:16212: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
366 | configure:16202: checking for assert.h |
---|
367 | configure:16247: checking for mach-o/dyld.h |
---|
368 | configure:16257: /usr/bin/gcc-4.2 -E -I/opt/local/include -no-cpp-precomp conftest.c >/dev/null 2>conftest.out |
---|
369 | configure:16288: checking for fopencookie |
---|
370 | configure:16316: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
371 | Undefined symbols: |
---|
372 | "_fopencookie", referenced from: |
---|
373 | _main in cc3CRr30.o |
---|
374 | ld: symbol(s) not found |
---|
375 | collect2: ld returned 1 exit status |
---|
376 | configure: failed program was: |
---|
377 | #line 16293 "configure" |
---|
378 | #include "confdefs.h" |
---|
379 | /* System header to define __stub macros and hopefully few prototypes, |
---|
380 | which can conflict with char fopencookie(); below. */ |
---|
381 | #include <assert.h> |
---|
382 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
383 | /* We use char because int might match the return type of a gcc2 |
---|
384 | builtin and then its argument prototype would still apply. */ |
---|
385 | char fopencookie(); |
---|
386 | |
---|
387 | int main() { |
---|
388 | |
---|
389 | /* The GNU C library defines this for functions which it implements |
---|
390 | to always fail with ENOSYS. Some functions are actually named |
---|
391 | something starting with __ and the normal name is an alias. */ |
---|
392 | #if defined (__stub_fopencookie) || defined (__stub___fopencookie) |
---|
393 | choke me |
---|
394 | #else |
---|
395 | fopencookie(); |
---|
396 | #endif |
---|
397 | |
---|
398 | ; return 0; } |
---|
399 | configure:16463: checking for broken getcwd |
---|
400 | configure:16478: checking for broken libc stdio |
---|
401 | configure:16539: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
402 | configure: In function 'main': |
---|
403 | configure:16523: warning: incompatible implicit declaration of built-in function 'exit' |
---|
404 | configure:16567: checking whether struct tm is in sys/time.h or time.h |
---|
405 | configure:16580: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
406 | configure:16601: checking for tm_zone in struct tm |
---|
407 | configure:16614: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
408 | configure:16673: checking for missing declarations of reentrant functions |
---|
409 | configure:16682: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
410 | configure:16707: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
411 | configure:16732: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
412 | configure:16757: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
413 | configure:16782: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
414 | configure:16803: checking for fclose declaration |
---|
415 | configure:16812: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
416 | configure:16838: checking for tm_gmtoff in struct tm |
---|
417 | configure:16851: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
418 | configure:16874: checking for struct flock |
---|
419 | configure:16889: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
420 | configure:16916: checking for socklen_t |
---|
421 | configure:16933: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
422 | configure:16959: checking size of size_t |
---|
423 | configure:16978: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
424 | configure: In function 'main': |
---|
425 | configure:16972: warning: incompatible implicit declaration of built-in function 'exit' |
---|
426 | configure:16973: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
427 | configure:16998: checking size of long long |
---|
428 | configure:17017: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
429 | configure: In function 'main': |
---|
430 | configure:17011: warning: incompatible implicit declaration of built-in function 'exit' |
---|
431 | configure:17012: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
432 | configure:17037: checking size of long long int |
---|
433 | configure:17056: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
434 | configure: In function 'main': |
---|
435 | configure:17050: warning: incompatible implicit declaration of built-in function 'exit' |
---|
436 | configure:17051: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
437 | configure:17076: checking size of long |
---|
438 | configure:17095: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
439 | configure: In function 'main': |
---|
440 | configure:17089: warning: incompatible implicit declaration of built-in function 'exit' |
---|
441 | configure:17090: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
442 | configure:17115: checking size of int |
---|
443 | configure:17134: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
444 | configure: In function 'main': |
---|
445 | configure:17128: warning: incompatible implicit declaration of built-in function 'exit' |
---|
446 | configure:17129: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
447 | configure:17156: checking size of intmax_t |
---|
448 | configure:17197: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
449 | configure: In function 'main': |
---|
450 | configure:17191: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
451 | configure:17236: checking size of ssize_t |
---|
452 | configure:17277: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
453 | configure: In function 'main': |
---|
454 | configure:17271: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
455 | configure:17316: checking size of ptrdiff_t |
---|
456 | configure:17357: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
457 | configure: In function 'main': |
---|
458 | configure:17351: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
459 | configure:17396: checking for st_blksize in struct stat |
---|
460 | configure:17409: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
461 | configure:17431: checking for st_blocks in struct stat |
---|
462 | configure:17444: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
463 | configure:17471: checking for st_rdev in struct stat |
---|
464 | configure:17484: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
465 | configure:17506: checking for size_t |
---|
466 | configure:17539: checking for uid_t in sys/types.h |
---|
467 | configure:17575: checking for struct sockaddr_storage |
---|
468 | configure:17588: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
469 | configure:17609: checking for field sa_len in struct sockaddr |
---|
470 | configure:17623: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
471 | configure:17646: checking for IPv6 support |
---|
472 | configure:17660: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
473 | configure:17676: checking for vprintf |
---|
474 | configure:17704: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
475 | configure:17688: warning: conflicting types for built-in function 'vprintf' |
---|
476 | configure:17863: checking for alphasort |
---|
477 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
478 | configure:17863: checking for asctime_r |
---|
479 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
480 | configure:17863: checking for chroot |
---|
481 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
482 | configure:17863: checking for ctime_r |
---|
483 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
484 | configure:17863: checking for cuserid |
---|
485 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
486 | Undefined symbols: |
---|
487 | "_cuserid", referenced from: |
---|
488 | _main in cchCjCRX.o |
---|
489 | ld: symbol(s) not found |
---|
490 | collect2: ld returned 1 exit status |
---|
491 | configure: failed program was: |
---|
492 | #line 17868 "configure" |
---|
493 | #include "confdefs.h" |
---|
494 | /* System header to define __stub macros and hopefully few prototypes, |
---|
495 | which can conflict with char cuserid(); below. */ |
---|
496 | #include <assert.h> |
---|
497 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
498 | /* We use char because int might match the return type of a gcc2 |
---|
499 | builtin and then its argument prototype would still apply. */ |
---|
500 | char cuserid(); |
---|
501 | |
---|
502 | int main() { |
---|
503 | |
---|
504 | /* The GNU C library defines this for functions which it implements |
---|
505 | to always fail with ENOSYS. Some functions are actually named |
---|
506 | something starting with __ and the normal name is an alias. */ |
---|
507 | #if defined (__stub_cuserid) || defined (__stub___cuserid) |
---|
508 | choke me |
---|
509 | #else |
---|
510 | cuserid(); |
---|
511 | #endif |
---|
512 | |
---|
513 | ; return 0; } |
---|
514 | configure:17863: checking for crypt |
---|
515 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
516 | configure:17863: checking for flock |
---|
517 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
518 | configure:17863: checking for ftok |
---|
519 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
520 | configure:17863: checking for funopen |
---|
521 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
522 | configure:17863: checking for gai_strerror |
---|
523 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
524 | configure:17863: checking for gcvt |
---|
525 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
526 | configure:17863: checking for getloadavg |
---|
527 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
528 | configure:17863: checking for getlogin |
---|
529 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
530 | configure:17863: checking for getprotobyname |
---|
531 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
532 | configure:17863: checking for getprotobynumber |
---|
533 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
534 | configure:17863: checking for getservbyname |
---|
535 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
536 | configure:17863: checking for getservbyport |
---|
537 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
538 | configure:17863: checking for getrusage |
---|
539 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
540 | configure:17863: checking for gettimeofday |
---|
541 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
542 | configure:17863: checking for gmtime_r |
---|
543 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
544 | configure:17863: checking for getpwnam_r |
---|
545 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
546 | configure:17863: checking for getgrnam_r |
---|
547 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
548 | configure:17863: checking for getpwuid_r |
---|
549 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
550 | configure:17863: checking for grantpt |
---|
551 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
552 | configure:17863: checking for inet_ntoa |
---|
553 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
554 | configure:17863: checking for inet_ntop |
---|
555 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
556 | configure:17863: checking for inet_pton |
---|
557 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
558 | configure:17863: checking for isascii |
---|
559 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
560 | configure:17875: warning: conflicting types for built-in function 'isascii' |
---|
561 | configure:17863: checking for link |
---|
562 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
563 | configure:17863: checking for localtime_r |
---|
564 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
565 | configure:17863: checking for lockf |
---|
566 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
567 | configure:17863: checking for lchown |
---|
568 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
569 | configure:17863: checking for lrand48 |
---|
570 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
571 | configure:17863: checking for memcpy |
---|
572 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
573 | configure:17875: warning: conflicting types for built-in function 'memcpy' |
---|
574 | configure:17863: checking for memmove |
---|
575 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
576 | configure:17875: warning: conflicting types for built-in function 'memmove' |
---|
577 | configure:17863: checking for mkstemp |
---|
578 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
579 | configure:17863: checking for mmap |
---|
580 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
581 | configure:17863: checking for nl_langinfo |
---|
582 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
583 | configure:17863: checking for perror |
---|
584 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
585 | configure:17863: checking for poll |
---|
586 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
587 | configure:17863: checking for ptsname |
---|
588 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
589 | configure:17863: checking for putenv |
---|
590 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
591 | configure:17863: checking for realpath |
---|
592 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
593 | configure:17863: checking for random |
---|
594 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
595 | configure:17863: checking for rand_r |
---|
596 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
597 | configure:17863: checking for regcomp |
---|
598 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
599 | configure:17863: checking for res_search |
---|
600 | configure:17863: checking for scandir |
---|
601 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
602 | configure:17863: checking for setitimer |
---|
603 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
604 | configure:17863: checking for setlocale |
---|
605 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
606 | configure:17863: checking for localeconv |
---|
607 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
608 | configure:17863: checking for setenv |
---|
609 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
610 | configure:17863: checking for setpgid |
---|
611 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
612 | configure:17863: checking for setsockopt |
---|
613 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
614 | configure:17863: checking for setvbuf |
---|
615 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
616 | configure:17863: checking for shutdown |
---|
617 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
618 | configure:17863: checking for sin |
---|
619 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
620 | configure:17875: warning: conflicting types for built-in function 'sin' |
---|
621 | configure:17863: checking for snprintf |
---|
622 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
623 | configure:17875: warning: conflicting types for built-in function 'snprintf' |
---|
624 | configure:17863: checking for srand48 |
---|
625 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
626 | configure:17863: checking for srandom |
---|
627 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
628 | configure:17863: checking for statfs |
---|
629 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
630 | configure:17863: checking for statvfs |
---|
631 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
632 | configure:17863: checking for std_syslog |
---|
633 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
634 | Undefined symbols: |
---|
635 | "_std_syslog", referenced from: |
---|
636 | _main in ccKn1Qml.o |
---|
637 | ld: symbol(s) not found |
---|
638 | collect2: ld returned 1 exit status |
---|
639 | configure: failed program was: |
---|
640 | #line 17868 "configure" |
---|
641 | #include "confdefs.h" |
---|
642 | /* System header to define __stub macros and hopefully few prototypes, |
---|
643 | which can conflict with char std_syslog(); below. */ |
---|
644 | #include <assert.h> |
---|
645 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
646 | /* We use char because int might match the return type of a gcc2 |
---|
647 | builtin and then its argument prototype would still apply. */ |
---|
648 | char std_syslog(); |
---|
649 | |
---|
650 | int main() { |
---|
651 | |
---|
652 | /* The GNU C library defines this for functions which it implements |
---|
653 | to always fail with ENOSYS. Some functions are actually named |
---|
654 | something starting with __ and the normal name is an alias. */ |
---|
655 | #if defined (__stub_std_syslog) || defined (__stub___std_syslog) |
---|
656 | choke me |
---|
657 | #else |
---|
658 | std_syslog(); |
---|
659 | #endif |
---|
660 | |
---|
661 | ; return 0; } |
---|
662 | configure:17863: checking for strcasecmp |
---|
663 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
664 | configure:17875: warning: conflicting types for built-in function 'strcasecmp' |
---|
665 | configure:17863: checking for strcoll |
---|
666 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
667 | configure:17863: checking for strdup |
---|
668 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
669 | configure:17875: warning: conflicting types for built-in function 'strdup' |
---|
670 | configure:17863: checking for strerror |
---|
671 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
672 | configure:17863: checking for strftime |
---|
673 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
674 | configure:17875: warning: conflicting types for built-in function 'strftime' |
---|
675 | configure:17863: checking for strnlen |
---|
676 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
677 | Undefined symbols: |
---|
678 | "_strnlen", referenced from: |
---|
679 | _main in ccLsZQKQ.o |
---|
680 | ld: symbol(s) not found |
---|
681 | collect2: ld returned 1 exit status |
---|
682 | configure: failed program was: |
---|
683 | #line 17868 "configure" |
---|
684 | #include "confdefs.h" |
---|
685 | /* System header to define __stub macros and hopefully few prototypes, |
---|
686 | which can conflict with char strnlen(); below. */ |
---|
687 | #include <assert.h> |
---|
688 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
689 | /* We use char because int might match the return type of a gcc2 |
---|
690 | builtin and then its argument prototype would still apply. */ |
---|
691 | char strnlen(); |
---|
692 | |
---|
693 | int main() { |
---|
694 | |
---|
695 | /* The GNU C library defines this for functions which it implements |
---|
696 | to always fail with ENOSYS. Some functions are actually named |
---|
697 | something starting with __ and the normal name is an alias. */ |
---|
698 | #if defined (__stub_strnlen) || defined (__stub___strnlen) |
---|
699 | choke me |
---|
700 | #else |
---|
701 | strnlen(); |
---|
702 | #endif |
---|
703 | |
---|
704 | ; return 0; } |
---|
705 | configure:17863: checking for strptime |
---|
706 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
707 | configure:17863: checking for strstr |
---|
708 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
709 | configure:17875: warning: conflicting types for built-in function 'strstr' |
---|
710 | configure:17863: checking for strtok_r |
---|
711 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
712 | configure:17863: checking for symlink |
---|
713 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
714 | configure:17863: checking for tempnam |
---|
715 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
716 | configure:17863: checking for tzset |
---|
717 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
718 | configure:17863: checking for unlockpt |
---|
719 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
720 | configure:17863: checking for unsetenv |
---|
721 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
722 | configure:17863: checking for usleep |
---|
723 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
724 | configure:17863: checking for utime |
---|
725 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
726 | configure:17863: checking for vsnprintf |
---|
727 | configure:17891: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
728 | configure:17875: warning: conflicting types for built-in function 'vsnprintf' |
---|
729 | configure:17917: checking for nanosleep |
---|
730 | configure:17927: checking for nanosleep in -lrt |
---|
731 | configure:17946: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lrt -lm -lresolv 1>&5 |
---|
732 | ld: library not found for -lrt |
---|
733 | collect2: ld returned 1 exit status |
---|
734 | configure: failed program was: |
---|
735 | #line 17935 "configure" |
---|
736 | #include "confdefs.h" |
---|
737 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
738 | /* We use char because int might match the return type of a gcc2 |
---|
739 | builtin and then its argument prototype would still apply. */ |
---|
740 | char nanosleep(); |
---|
741 | |
---|
742 | int main() { |
---|
743 | nanosleep() |
---|
744 | ; return 0; } |
---|
745 | configure:17966: checking for __nanosleep in -lrt |
---|
746 | configure:17985: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lrt -lm -lresolv 1>&5 |
---|
747 | ld: library not found for -lrt |
---|
748 | collect2: ld returned 1 exit status |
---|
749 | configure: failed program was: |
---|
750 | #line 17974 "configure" |
---|
751 | #include "confdefs.h" |
---|
752 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
753 | /* We use char because int might match the return type of a gcc2 |
---|
754 | builtin and then its argument prototype would still apply. */ |
---|
755 | char __nanosleep(); |
---|
756 | |
---|
757 | int main() { |
---|
758 | __nanosleep() |
---|
759 | ; return 0; } |
---|
760 | configure:18068: checking for getaddrinfo |
---|
761 | configure:18080: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
762 | configure:18126: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
763 | configure: In function 'main': |
---|
764 | configure:18096: warning: incompatible implicit declaration of built-in function 'memset' |
---|
765 | configure:18100: warning: incompatible implicit declaration of built-in function 'exit' |
---|
766 | configure:18104: warning: incompatible implicit declaration of built-in function 'exit' |
---|
767 | configure:18112: warning: incompatible implicit declaration of built-in function 'exit' |
---|
768 | configure:18116: warning: incompatible implicit declaration of built-in function 'exit' |
---|
769 | configure:18121: warning: incompatible implicit declaration of built-in function 'exit' |
---|
770 | configure:18158: checking for strlcat |
---|
771 | configure:18186: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
772 | configure:18158: checking for strlcpy |
---|
773 | configure:18186: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
774 | configure:18158: checking for getopt |
---|
775 | configure:18186: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
776 | configure:18213: checking whether utime accepts a null argument |
---|
777 | configure:18234: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
778 | configure: In function 'main': |
---|
779 | configure:18228: warning: incompatible implicit declaration of built-in function 'exit' |
---|
780 | configure:18260: checking for working alloca.h |
---|
781 | configure:18293: checking for alloca |
---|
782 | configure:18326: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
783 | configure:18493: checking for declared timezone |
---|
784 | configure:18514: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
785 | configure:18540: checking for type of reentrant time-related functions |
---|
786 | configure:18569: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
787 | configure: In function 'main': |
---|
788 | configure:18561: warning: assignment makes integer from pointer without a cast |
---|
789 | configure:18562: error: too many arguments to function 'asctime_r' |
---|
790 | configure:18562: warning: cast from pointer to integer of different size |
---|
791 | configure: failed program was: |
---|
792 | #line 18551 "configure" |
---|
793 | #include "confdefs.h" |
---|
794 | |
---|
795 | #include <time.h> |
---|
796 | |
---|
797 | main() { |
---|
798 | char buf[27]; |
---|
799 | struct tm t; |
---|
800 | time_t old = 0; |
---|
801 | int r, s; |
---|
802 | |
---|
803 | s = gmtime_r(&old, &t); |
---|
804 | r = (int) asctime_r(&t, buf, 26); |
---|
805 | if (r == s && s == 0) return (0); |
---|
806 | return (1); |
---|
807 | } |
---|
808 | |
---|
809 | configure:18601: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
810 | configure: In function 'main': |
---|
811 | configure:18594: error: too many arguments to function 'asctime_r' |
---|
812 | configure: failed program was: |
---|
813 | #line 18585 "configure" |
---|
814 | #include "confdefs.h" |
---|
815 | |
---|
816 | #include <time.h> |
---|
817 | main() { |
---|
818 | struct tm t, *s; |
---|
819 | time_t old = 0; |
---|
820 | char buf[27], *p; |
---|
821 | |
---|
822 | s = gmtime_r(&old, &t); |
---|
823 | p = asctime_r(&t, buf, 26); |
---|
824 | if (p == buf && s == &t) return (0); |
---|
825 | return (1); |
---|
826 | } |
---|
827 | |
---|
828 | configure:18639: checking for readdir_r |
---|
829 | configure:18667: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
830 | configure:18689: checking for type of readdir_r |
---|
831 | configure:18725: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
832 | configure: In function 'main': |
---|
833 | configure:18717: warning: incompatible implicit declaration of built-in function 'exit' |
---|
834 | configure:18788: checking for in_addr_t |
---|
835 | configure:18827: checking for crypt_r |
---|
836 | configure:18855: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
837 | Undefined symbols: |
---|
838 | "_crypt_r", referenced from: |
---|
839 | _main in ccMQhltC.o |
---|
840 | ld: symbol(s) not found |
---|
841 | collect2: ld returned 1 exit status |
---|
842 | configure: failed program was: |
---|
843 | #line 18832 "configure" |
---|
844 | #include "confdefs.h" |
---|
845 | /* System header to define __stub macros and hopefully few prototypes, |
---|
846 | which can conflict with char crypt_r(); below. */ |
---|
847 | #include <assert.h> |
---|
848 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
849 | /* We use char because int might match the return type of a gcc2 |
---|
850 | builtin and then its argument prototype would still apply. */ |
---|
851 | char crypt_r(); |
---|
852 | |
---|
853 | int main() { |
---|
854 | |
---|
855 | /* The GNU C library defines this for functions which it implements |
---|
856 | to always fail with ENOSYS. Some functions are actually named |
---|
857 | something starting with __ and the normal name is an alias. */ |
---|
858 | #if defined (__stub_crypt_r) || defined (__stub___crypt_r) |
---|
859 | choke me |
---|
860 | #else |
---|
861 | crypt_r(); |
---|
862 | #endif |
---|
863 | |
---|
864 | ; return 0; } |
---|
865 | configure:19012: checking whether to include gcov symbols |
---|
866 | configure:19175: checking whether to include debugging symbols |
---|
867 | configure:19226: checking layout of installed files |
---|
868 | configure:19261: checking path to configuration file |
---|
869 | configure:19295: checking where to scan for configuration files |
---|
870 | configure:19331: checking whether to enable safe mode by default |
---|
871 | configure:19366: checking for safe mode exec dir |
---|
872 | configure:19410: checking whether to enable PHP's own SIGCHLD handler |
---|
873 | configure:19448: checking whether to enable magic quotes by default |
---|
874 | configure:19486: checking whether to explicitly link against libgcc |
---|
875 | configure:19566: checking whether to enable short tags by default |
---|
876 | configure:19604: checking whether to enable dmalloc |
---|
877 | configure:19692: checking whether to enable IPv6 support |
---|
878 | configure:19722: checking how big to make fd sets |
---|
879 | configure:19793: checking size of long |
---|
880 | configure:19832: checking size of int |
---|
881 | configure:19872: checking for int32_t |
---|
882 | configure:19897: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
883 | configure:19920: checking for uint32_t |
---|
884 | configure:19945: /usr/bin/gcc-4.2 -c -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp conftest.c 1>&5 |
---|
885 | configure:19977: checking for sys/types.h |
---|
886 | configure:19977: checking for inttypes.h |
---|
887 | configure:19977: checking for stdint.h |
---|
888 | configure:19977: checking for string.h |
---|
889 | configure:19977: checking for stdlib.h |
---|
890 | configure:20017: checking for strtoll |
---|
891 | configure:20045: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
892 | configure:20017: checking for atoll |
---|
893 | configure:20045: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib conftest.c -lm -lresolv 1>&5 |
---|
894 | configure:20017: checking for strftime |
---|
895 | configure:20471: checking whether to enable LIBXML support |
---|
896 | configure:20519: checking libxml2 install dir |
---|
897 | configure:20548: checking for xml2-config path |
---|
898 | configure:20706: checking whether libxml build works |
---|
899 | configure:20733: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib conftest.c |
---|
900 | |
---|
901 | -lm -lresolv -lxml2 -lz -liconv -lm 1>&5 |
---|
902 | configure:21098: checking for OpenSSL support |
---|
903 | configure:21145: checking for Kerberos support |
---|
904 | configure:21474: checking for krb5-config |
---|
905 | configure:21834: checking for DSA_get_default_method in -lssl |
---|
906 | configure:21853: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib conftest.c -lssl -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 |
---|
907 | Undefined symbols: |
---|
908 | "_DSA_get_default_method", referenced from: |
---|
909 | _main in cc6NWWVu.o |
---|
910 | ld: symbol(s) not found |
---|
911 | collect2: ld returned 1 exit status |
---|
912 | configure: failed program was: |
---|
913 | #line 21842 "configure" |
---|
914 | #include "confdefs.h" |
---|
915 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
916 | /* We use char because int might match the return type of a gcc2 |
---|
917 | builtin and then its argument prototype would still apply. */ |
---|
918 | char DSA_get_default_method(); |
---|
919 | |
---|
920 | int main() { |
---|
921 | DSA_get_default_method() |
---|
922 | ; return 0; } |
---|
923 | configure:21895: checking for pkg-config |
---|
924 | configure:22100: checking for OpenSSL version |
---|
925 | configure:22257: checking for CRYPTO_free in -lcrypto |
---|
926 | configure:22276: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -Wl,-rpath,/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib conftest.c -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 |
---|
927 | configure:22433: checking for SSL_CTX_set_ssl_version in -lssl |
---|
928 | configure:22452: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -Wl,-rpath,/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib conftest.c -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypto 1>&5 |
---|
929 | configure:22574: checking for PCRE support |
---|
930 | configure:23428: checking for ZLIB support |
---|
931 | configure:23475: checking if the location of ZLIB install directory is defined |
---|
932 | configure:23921: checking for gzgets in -lz |
---|
933 | configure:23940: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -Wl,-rpath,/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib conftest.c -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 |
---|
934 | configure:24080: checking whether to enable bc style precision math functions |
---|
935 | configure:24448: checking for BZip2 support |
---|
936 | configure:24609: checking for BZ2_bzerror in -lbz2 |
---|
937 | configure:24628: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -Wl,-rpath,/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib conftest.c -lbz2 -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 |
---|
938 | configure:25096: checking whether to enable calendar conversion support |
---|
939 | configure:25443: checking whether to enable ctype functions |
---|
940 | configure:25790: checking for cURL support |
---|
941 | configure:25837: checking if we should use cURL for url streams |
---|
942 | configure:25882: checking for cURL 7.10.5 or greater |
---|
943 | configure:26120: checking for SSL support in libcurl |
---|
944 | configure:26133: checking how to run the C preprocessor |
---|
945 | configure:26213: checking for openssl support in libcurl |
---|
946 | configure:26239: /usr/bin/gcc-4.2 -o conftest -I/opt/local/include -I/opt/local/include -no-cpp-precomp -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib conftest.c -lcurl -lbz2 -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz 1>&5 |
---|
947 | configure: failed program was: |
---|
948 | #line 26220 "configure" |
---|
949 | #include "confdefs.h" |
---|
950 | |
---|
951 | #include <curl/curl.h> |
---|
952 | |
---|
953 | int main(int argc, char *argv[]) |
---|
954 | { |
---|
955 | curl_version_info_data *data = curl_version_info(CURLVERSION_NOW); |
---|
956 | |
---|
957 | if (data && data->ssl_version && *data->ssl_version) { |
---|
958 | const char *ptr = data->ssl_version; |
---|
959 | |
---|
960 | while(*ptr == ' ') ++ptr; |
---|
961 | return strncasecmp(ptr, "OpenSSL", sizeof("OpenSSL")-1); |
---|
962 | } |
---|
963 | return 1; |
---|
964 | } |
---|
965 | |
---|
966 | configure:26302: checking for gnutls support in libcurl |
---|
967 | configure:26328: /usr/bin/gcc-4.2 -o conftest -I/opt/local/include -I/opt/local/include -no-cpp-precomp -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib conftest.c -lcurl -lbz2 -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz 1>&5 |
---|
968 | configure: failed program was: |
---|
969 | #line 26309 "configure" |
---|
970 | #include "confdefs.h" |
---|
971 | |
---|
972 | #include <curl/curl.h> |
---|
973 | |
---|
974 | int main(int argc, char *argv[]) |
---|
975 | { |
---|
976 | curl_version_info_data *data = curl_version_info(CURLVERSION_NOW); |
---|
977 | |
---|
978 | if (data && data->ssl_version && *data->ssl_version) { |
---|
979 | const char *ptr = data->ssl_version; |
---|
980 | |
---|
981 | while(*ptr == ' ') ++ptr; |
---|
982 | return strncasecmp(ptr, "GnuTLS", sizeof("GnuTLS")-1); |
---|
983 | } |
---|
984 | return 1; |
---|
985 | } |
---|
986 | |
---|
987 | configure:26486: checking for curl_easy_perform in -lcurl |
---|
988 | configure:26505: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz conftest.c -lcurl -lcurl -lbz2 -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz 1>&5 |
---|
989 | configure:26641: checking for curl_version_info in -lcurl |
---|
990 | configure:26660: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz conftest.c -lcurl -lcurl -lbz2 -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz 1>&5 |
---|
991 | configure:26794: checking for curl_easy_strerror in -lcurl |
---|
992 | configure:26813: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz conftest.c -lcurl -lcurl -lbz2 -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz 1>&5 |
---|
993 | configure:26947: checking for curl_multi_strerror in -lcurl |
---|
994 | configure:26966: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz conftest.c -lcurl -lcurl -lbz2 -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz 1>&5 |
---|
995 | configure:27867: checking for QDBM support |
---|
996 | configure:28198: checking for GDBM support |
---|
997 | configure:28515: checking for NDBM support |
---|
998 | configure:28826: checking for Berkeley DB4 support |
---|
999 | configure:29149: checking for Berkeley DB3 support |
---|
1000 | configure:29472: checking for Berkeley DB2 support |
---|
1001 | configure:29711: checking for DB1 support |
---|
1002 | configure:30066: checking for DBM support |
---|
1003 | configure:30475: checking for CDB support |
---|
1004 | configure:30506: checking for INI File support |
---|
1005 | configure:30537: checking for FlatFile support |
---|
1006 | configure:30552: checking whether to enable DBA interface |
---|
1007 | configure:30882: checking whether to enable dbase support |
---|
1008 | configure:31229: checking whether to enable DOM support |
---|
1009 | configure:31308: checking for xml2-config path |
---|
1010 | configure:31466: checking whether libxml build works |
---|
1011 | configure:31916: checking whether to enable EXIF (metadata from images) support |
---|
1012 | configure:32263: checking for FrontBase SQL92 (fbsql) support |
---|
1013 | configure:32770: checking for FDF support |
---|
1014 | configure:33601: checking whether to enable input filter support |
---|
1015 | configure:33648: checking pcre install prefix |
---|
1016 | configure:34067: checking whether to enable FTP support |
---|
1017 | configure:34114: checking OpenSSL dir for FTP |
---|
1018 | configure:34660: checking for OpenSSL version |
---|
1019 | configure:34817: checking for CRYPTO_free in -lcrypto |
---|
1020 | configure:34993: checking for SSL_CTX_set_ssl_version in -lssl |
---|
1021 | configure:35131: checking for GD support |
---|
1022 | configure:35179: checking for the location of libjpeg |
---|
1023 | configure:35207: checking for the location of libpng |
---|
1024 | configure:35262: checking for the location of libXpm |
---|
1025 | configure:35288: checking for FreeType 1.x support |
---|
1026 | configure:35314: checking for FreeType 2 |
---|
1027 | configure:35340: checking for T1lib support |
---|
1028 | configure:35366: checking whether to enable truetype string function in GD |
---|
1029 | configure:35392: checking whether to enable JIS-mapped Japanese font support in GD |
---|
1030 | configure:35448: checking for fabsf |
---|
1031 | configure:35476: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib conftest.c -lssl -lcrypto -lcurl -lbz2 -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz -lxml2 -lz -liconv -lm 1>&5 |
---|
1032 | configure:35460: warning: conflicting types for built-in function 'fabsf' |
---|
1033 | configure:35448: checking for floorf |
---|
1034 | configure:35476: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib conftest.c -lssl -lcrypto -lcurl -lbz2 -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz -lxml2 -lz -liconv -lm 1>&5 |
---|
1035 | configure:35460: warning: conflicting types for built-in function 'floorf' |
---|
1036 | configure:35648: checking for jpeg_read_header in -ljpeg |
---|
1037 | configure:35667: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -Wl,-rpath,/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib conftest.c -ljpeg -lssl -lcrypto -lcurl -lbz2 -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz -lxml2 -lz -liconv -lm 1>&5 |
---|
1038 | configure:35949: checking for png_write_image in -lpng |
---|
1039 | configure:35968: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -Wl,-rpath,/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -lz conftest.c -lpng -ljpeg -lssl -lcrypto -lcurl -lbz2 -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz -lxml2 -lz -liconv -lm 1>&5 |
---|
1040 | configure:36742: checking for FT_New_Face in -lfreetype |
---|
1041 | configure:36761: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -Wl,-rpath,/opt/local/lib -L/opt/local/lib -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib conftest.c -lfreetype -lpng -lz -ljpeg -lssl -lcrypto -lcurl -lbz2 -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz -lxml2 -lz -liconv -lm 1>&5 |
---|
1042 | configure:43516: /usr/bin/gcc-4.2 -o conftest -O2 -arch x86_64 -I/opt/local/include -no-cpp-precomp -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib conftest.c -lfreetype -lpng -lz -ljpeg -lssl -lcrypto -lcurl -lbz2 -lz -lpcre -lssl -lcrypto -lm -lresolv -lxml2 -lz -liconv -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz -lxml2 -lz -liconv -lm 1>&5 |
---|
1043 | configure: failed program was: |
---|
1044 | #line 43505 "configure" |
---|
1045 | #include "confdefs.h" |
---|
1046 | |
---|
1047 | char foobar () {} |
---|
1048 | char foobar(); |
---|
1049 | int main() { |
---|
1050 | foobar(); |
---|
1051 | return 0; |
---|
1052 | } |
---|
1053 | |
---|