1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | configure:600: checking for a BSD compatible install |
---|
5 | configure:653: checking whether build environment is sane |
---|
6 | configure:710: checking whether make sets ${MAKE} |
---|
7 | configure:756: checking for working aclocal |
---|
8 | configure:769: checking for working autoconf |
---|
9 | configure:782: checking for working automake |
---|
10 | configure:795: checking for working autoheader |
---|
11 | configure:808: checking for working makeinfo |
---|
12 | configure:835: checking for gcc |
---|
13 | configure:948: checking whether the C compiler (/usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64 -L/opt/local/lib -arch x86_64) works |
---|
14 | configure:964: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
15 | configure:990: checking whether the C compiler (/usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64 -L/opt/local/lib -arch x86_64) is a cross-compiler |
---|
16 | configure:995: checking whether we are using GNU C |
---|
17 | configure:1004: /usr/bin/llvm-gcc-4.2 -E conftest.c |
---|
18 | configure:1023: checking whether /usr/bin/llvm-gcc-4.2 accepts -g |
---|
19 | configure:1071: checking how to run the C preprocessor |
---|
20 | configure:1092: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
21 | configure:1151: checking for ANSI C header files |
---|
22 | configure:1164: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
23 | configure:1231: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
24 | configure: In function 'main': |
---|
25 | configure:1226: warning: incompatible implicit declaration of built-in function 'exit' |
---|
26 | configure:1256: checking whether /usr/bin/llvm-gcc-4.2 needs -traditional |
---|
27 | configure:1281:20: error: termio.h: No such file or directory |
---|
28 | configure:1304: checking for EMX |
---|
29 | configure:1318: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
30 | configure: In function 'main': |
---|
31 | configure:1313: error: 'kill' undeclared (first use in this function) |
---|
32 | configure:1313: error: (Each undeclared identifier is reported only once |
---|
33 | configure:1313: error: for each function it appears in.) |
---|
34 | configure:1313: error: expected ';' before 'me' |
---|
35 | configure: failed program was: |
---|
36 | #line 1309 "configure" |
---|
37 | #include "confdefs.h" |
---|
38 | |
---|
39 | int main() { |
---|
40 | #ifndef __EMX__ |
---|
41 | kill me! |
---|
42 | #endif |
---|
43 | ; return 0; } |
---|
44 | configure:1336: checking for OpenWatcom |
---|
45 | configure:1350: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
46 | configure: In function 'main': |
---|
47 | configure:1345: error: 'kill' undeclared (first use in this function) |
---|
48 | configure:1345: error: (Each undeclared identifier is reported only once |
---|
49 | configure:1345: error: for each function it appears in.) |
---|
50 | configure:1345: error: expected ';' before 'me' |
---|
51 | configure: failed program was: |
---|
52 | #line 1341 "configure" |
---|
53 | #include "confdefs.h" |
---|
54 | |
---|
55 | int main() { |
---|
56 | #ifndef __WATCOMC__ |
---|
57 | kill me! |
---|
58 | #endif |
---|
59 | ; return 0; } |
---|
60 | configure:1367: checking for typeof |
---|
61 | configure:1380: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
62 | configure:1400: checking for long long |
---|
63 | configure:1412: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
64 | configure:1432: checking for pointer comparison bug |
---|
65 | configure:1455: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
66 | configure:1478: checking for maxint conversion bug |
---|
67 | configure:1501: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
68 | configure:1529: checking for dirent.h that defines DIR |
---|
69 | configure:1542: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
70 | configure:1567: checking for opendir in -ldir |
---|
71 | configure:1586: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -ldir 1>&5 |
---|
72 | ld: library not found for -ldir |
---|
73 | collect2: ld returned 1 exit status |
---|
74 | configure: failed program was: |
---|
75 | #line 1575 "configure" |
---|
76 | #include "confdefs.h" |
---|
77 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
78 | /* We use char because int might match the return type of a gcc2 |
---|
79 | builtin and then its argument prototype would still apply. */ |
---|
80 | char opendir(); |
---|
81 | |
---|
82 | int main() { |
---|
83 | opendir() |
---|
84 | ; return 0; } |
---|
85 | configure:1650: checking for sys/wait.h that is POSIX.1 compatible |
---|
86 | configure:1671: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
87 | configure:1695: checking for fcntl.h |
---|
88 | configure:1705: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
89 | configure:1735: checking for limits.h |
---|
90 | configure:1745: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
91 | configure:1775: checking for sys/ioctl.h |
---|
92 | configure:1785: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
93 | configure:1815: checking for sys/time.h |
---|
94 | configure:1825: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
95 | configure:1855: checking for time.h |
---|
96 | configure:1865: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
97 | configure:1895: checking for unistd.h |
---|
98 | configure:1905: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
99 | configure:1935: checking for math.h |
---|
100 | configure:1945: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
101 | configure:1975: checking for ieee.h |
---|
102 | configure:1985: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
103 | configure:1981:18: error: ieee.h: No such file or directory |
---|
104 | configure: failed program was: |
---|
105 | #line 1980 "configure" |
---|
106 | #include "confdefs.h" |
---|
107 | #include <ieee.h> |
---|
108 | configure:2015: checking for endian.h |
---|
109 | configure:2025: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
110 | configure:2021:20: error: endian.h: No such file or directory |
---|
111 | configure: failed program was: |
---|
112 | #line 2020 "configure" |
---|
113 | #include "confdefs.h" |
---|
114 | #include <endian.h> |
---|
115 | configure:2055: checking for values.h |
---|
116 | configure:2065: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
117 | configure:2061:20: error: values.h: No such file or directory |
---|
118 | configure: failed program was: |
---|
119 | #line 2060 "configure" |
---|
120 | #include "confdefs.h" |
---|
121 | #include <values.h> |
---|
122 | configure:2095: checking for sigaction.h |
---|
123 | configure:2105: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
124 | configure:2101:23: error: sigaction.h: No such file or directory |
---|
125 | configure: failed program was: |
---|
126 | #line 2100 "configure" |
---|
127 | #include "confdefs.h" |
---|
128 | #include <sigaction.h> |
---|
129 | configure:2135: checking for netinet/in_systm.h |
---|
130 | configure:2145: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
131 | configure:2175: checking for netinet/in_system.h |
---|
132 | configure:2185: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
133 | configure:2181:31: error: netinet/in_system.h: No such file or directory |
---|
134 | configure: failed program was: |
---|
135 | #line 2180 "configure" |
---|
136 | #include "confdefs.h" |
---|
137 | #include <netinet/in_system.h> |
---|
138 | configure:2215: checking for netinet/ip.h |
---|
139 | configure:2225: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
140 | configure:2255: checking for arpa/inet.h |
---|
141 | configure:2265: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
142 | configure:2295: checking for netinet/dhcp.h |
---|
143 | configure:2305: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
144 | configure:2301:26: error: netinet/dhcp.h: No such file or directory |
---|
145 | configure: failed program was: |
---|
146 | #line 2300 "configure" |
---|
147 | #include "confdefs.h" |
---|
148 | #include <netinet/dhcp.h> |
---|
149 | configure:2335: checking for net/socket.h |
---|
150 | configure:2345: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
151 | configure:2341:24: error: net/socket.h: No such file or directory |
---|
152 | configure: failed program was: |
---|
153 | #line 2340 "configure" |
---|
154 | #include "confdefs.h" |
---|
155 | #include <net/socket.h> |
---|
156 | configure:2375: checking for sys/select.h |
---|
157 | configure:2385: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
158 | configure:2415: checking for sys/resource.h |
---|
159 | configure:2425: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
160 | configure:2455: checking for sys/utsname.h |
---|
161 | configure:2465: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
162 | configure:2495: checking for sys/un.h |
---|
163 | configure:2505: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
164 | configure:2535: checking for sys/fmutex.h |
---|
165 | configure:2545: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
166 | configure:2541:24: error: sys/fmutex.h: No such file or directory |
---|
167 | configure: failed program was: |
---|
168 | #line 2540 "configure" |
---|
169 | #include "confdefs.h" |
---|
170 | #include <sys/fmutex.h> |
---|
171 | configure:2575: checking for sys/cygwin.h |
---|
172 | configure:2585: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
173 | configure:2581:24: error: sys/cygwin.h: No such file or directory |
---|
174 | configure: failed program was: |
---|
175 | #line 2580 "configure" |
---|
176 | #include "confdefs.h" |
---|
177 | #include <sys/cygwin.h> |
---|
178 | configure:2615: checking for interix/interix.h |
---|
179 | configure:2625: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
180 | configure:2621:29: error: interix/interix.h: No such file or directory |
---|
181 | configure: failed program was: |
---|
182 | #line 2620 "configure" |
---|
183 | #include "confdefs.h" |
---|
184 | #include <interix/interix.h> |
---|
185 | configure:2655: checking for io.h |
---|
186 | configure:2665: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
187 | configure:2661:16: error: io.h: No such file or directory |
---|
188 | configure: failed program was: |
---|
189 | #line 2660 "configure" |
---|
190 | #include "confdefs.h" |
---|
191 | #include <io.h> |
---|
192 | configure:2695: checking for setjmp.h |
---|
193 | configure:2705: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
194 | configure:2735: checking for langinfo.h |
---|
195 | configure:2745: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
196 | configure:2775: checking for pwd.h |
---|
197 | configure:2785: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
198 | configure:2815: checking for grp.h |
---|
199 | configure:2825: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
200 | configure:2855: checking for malloc.h |
---|
201 | configure:2865: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
202 | configure:2861:20: error: malloc.h: No such file or directory |
---|
203 | configure: failed program was: |
---|
204 | #line 2860 "configure" |
---|
205 | #include "confdefs.h" |
---|
206 | #include <malloc.h> |
---|
207 | configure:2895: checking for alloca.h |
---|
208 | configure:2905: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
209 | configure:2935: checking for umalloc.h |
---|
210 | configure:2945: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
211 | configure:2941:21: error: umalloc.h: No such file or directory |
---|
212 | configure: failed program was: |
---|
213 | #line 2940 "configure" |
---|
214 | #include "confdefs.h" |
---|
215 | #include <umalloc.h> |
---|
216 | configure:2973: checking for working const |
---|
217 | configure:3027: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
218 | configure:3048: checking for inline |
---|
219 | configure:3062: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
220 | configure:3088: checking for size_t |
---|
221 | configure:3121: checking for socklen_t |
---|
222 | configure:3139: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
223 | configure:3161: checking whether time.h and sys/time.h may both be included |
---|
224 | configure:3175: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
225 | configure:3196: checking whether struct tm is in sys/time.h or time.h |
---|
226 | configure:3209: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
227 | configure:3239: checking size of short |
---|
228 | configure:3258: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
229 | configure: In function 'main': |
---|
230 | configure:3252: warning: incompatible implicit declaration of built-in function 'exit' |
---|
231 | configure:3253: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
232 | configure:3253: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
233 | configure:3278: checking size of unsigned short |
---|
234 | configure:3297: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
235 | configure: In function 'main': |
---|
236 | configure:3291: warning: incompatible implicit declaration of built-in function 'exit' |
---|
237 | configure:3292: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
238 | configure:3292: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
239 | configure:3317: checking size of int |
---|
240 | configure:3336: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
241 | configure: In function 'main': |
---|
242 | configure:3330: warning: incompatible implicit declaration of built-in function 'exit' |
---|
243 | configure:3331: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
244 | configure:3331: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
245 | configure:3356: checking size of unsigned |
---|
246 | configure:3375: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
247 | configure: In function 'main': |
---|
248 | configure:3369: warning: incompatible implicit declaration of built-in function 'exit' |
---|
249 | configure:3370: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
250 | configure:3370: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
251 | configure:3395: checking size of long |
---|
252 | configure:3414: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
253 | configure: In function 'main': |
---|
254 | configure:3408: warning: incompatible implicit declaration of built-in function 'exit' |
---|
255 | configure:3409: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
256 | configure:3409: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
257 | configure:3434: checking size of unsigned long |
---|
258 | configure:3453: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
259 | configure: In function 'main': |
---|
260 | configure:3447: warning: incompatible implicit declaration of built-in function 'exit' |
---|
261 | configure:3448: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
262 | configure:3448: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' |
---|
263 | configure:3473: checking for big endian |
---|
264 | configure:3493: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
265 | configure: failed program was: |
---|
266 | #line 3481 "configure" |
---|
267 | #include "confdefs.h" |
---|
268 | |
---|
269 | long l; |
---|
270 | char *c = (char *)&l; |
---|
271 | int main() |
---|
272 | { |
---|
273 | l = 0x12345678L; |
---|
274 | return !(c[sizeof(long) - 1] == 0x78 && c[sizeof(long) - 2] == 0x56 && c[sizeof(long) - 3] == 0x34 && c[sizeof(long) - 4] == 0x12); |
---|
275 | } |
---|
276 | |
---|
277 | configure:3510: checking for little endian |
---|
278 | configure:3530: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
279 | configure:3561: checking if rename can replace existing files |
---|
280 | configure:3588: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
281 | configure:3613: checking return type of signal handlers |
---|
282 | configure:3635: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c 1>&5 |
---|
283 | configure:3654: checking for strftime |
---|
284 | configure:3682: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
285 | configure:3666: warning: conflicting types for built-in function 'strftime' |
---|
286 | configure:3750: checking for vprintf |
---|
287 | configure:3778: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
288 | configure:3762: warning: conflicting types for built-in function 'vprintf' |
---|
289 | configure:3857: checking for calloc |
---|
290 | configure:3885: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
291 | configure:3869: warning: conflicting types for built-in function 'calloc' |
---|
292 | configure:3912: checking for mkdir |
---|
293 | configure:3940: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
294 | configure:3967: checking for select |
---|
295 | configure:3995: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
296 | configure:4022: checking for chmod |
---|
297 | configure:4050: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
298 | configure:4077: checking for getpid |
---|
299 | configure:4105: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
300 | configure:4132: checking for setpgid |
---|
301 | configure:4160: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
302 | configure:4187: checking for popen |
---|
303 | configure:4215: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
304 | configure:4242: checking for uname |
---|
305 | configure:4270: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
306 | configure:4297: checking for getpagesize |
---|
307 | configure:4325: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
308 | configure:4352: checking for strptime |
---|
309 | configure:4380: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
310 | configure:4407: checking for getpwuid |
---|
311 | configure:4435: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
312 | configure:4462: checking for getgrgid |
---|
313 | configure:4490: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
314 | configure:4517: checking for sigfillset |
---|
315 | configure:4545: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
316 | configure:4572: checking for getrlimit |
---|
317 | configure:4600: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
318 | configure:4627: checking for setrlimit |
---|
319 | configure:4655: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
320 | configure:4682: checking for setlocale |
---|
321 | configure:4710: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
322 | configure:4737: checking for nl_langinfo |
---|
323 | configure:4765: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
324 | configure:4792: checking for _heapmin |
---|
325 | configure:4820: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
326 | Undefined symbols for architecture x86_64: |
---|
327 | "__heapmin", referenced from: |
---|
328 | _main in ccIT2pAR.o |
---|
329 | ld: symbol(s) not found for architecture x86_64 |
---|
330 | collect2: ld returned 1 exit status |
---|
331 | configure: failed program was: |
---|
332 | #line 4797 "configure" |
---|
333 | #include "confdefs.h" |
---|
334 | /* System header to define __stub macros and hopefully few prototypes, |
---|
335 | which can conflict with char _heapmin(); below. */ |
---|
336 | #include <assert.h> |
---|
337 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
338 | /* We use char because int might match the return type of a gcc2 |
---|
339 | builtin and then its argument prototype would still apply. */ |
---|
340 | char _heapmin(); |
---|
341 | |
---|
342 | int main() { |
---|
343 | |
---|
344 | /* The GNU C library defines this for functions which it implements |
---|
345 | to always fail with ENOSYS. Some functions are actually named |
---|
346 | something starting with __ and the normal name is an alias. */ |
---|
347 | #if defined (__stub__heapmin) || defined (__stub____heapmin) |
---|
348 | choke me |
---|
349 | #else |
---|
350 | _heapmin(); |
---|
351 | #endif |
---|
352 | |
---|
353 | ; return 0; } |
---|
354 | configure:4847: checking for _ucreate |
---|
355 | configure:4875: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
356 | Undefined symbols for architecture x86_64: |
---|
357 | "__ucreate", referenced from: |
---|
358 | _main in ccyPBtRR.o |
---|
359 | ld: symbol(s) not found for architecture x86_64 |
---|
360 | collect2: ld returned 1 exit status |
---|
361 | configure: failed program was: |
---|
362 | #line 4852 "configure" |
---|
363 | #include "confdefs.h" |
---|
364 | /* System header to define __stub macros and hopefully few prototypes, |
---|
365 | which can conflict with char _ucreate(); below. */ |
---|
366 | #include <assert.h> |
---|
367 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
368 | /* We use char because int might match the return type of a gcc2 |
---|
369 | builtin and then its argument prototype would still apply. */ |
---|
370 | char _ucreate(); |
---|
371 | |
---|
372 | int main() { |
---|
373 | |
---|
374 | /* The GNU C library defines this for functions which it implements |
---|
375 | to always fail with ENOSYS. Some functions are actually named |
---|
376 | something starting with __ and the normal name is an alias. */ |
---|
377 | #if defined (__stub__ucreate) || defined (__stub____ucreate) |
---|
378 | choke me |
---|
379 | #else |
---|
380 | _ucreate(); |
---|
381 | #endif |
---|
382 | |
---|
383 | ; return 0; } |
---|
384 | configure:4902: checking for _uopen |
---|
385 | configure:4930: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
386 | Undefined symbols for architecture x86_64: |
---|
387 | "__uopen", referenced from: |
---|
388 | _main in cctvzd8d.o |
---|
389 | ld: symbol(s) not found for architecture x86_64 |
---|
390 | collect2: ld returned 1 exit status |
---|
391 | configure: failed program was: |
---|
392 | #line 4907 "configure" |
---|
393 | #include "confdefs.h" |
---|
394 | /* System header to define __stub macros and hopefully few prototypes, |
---|
395 | which can conflict with char _uopen(); below. */ |
---|
396 | #include <assert.h> |
---|
397 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
398 | /* We use char because int might match the return type of a gcc2 |
---|
399 | builtin and then its argument prototype would still apply. */ |
---|
400 | char _uopen(); |
---|
401 | |
---|
402 | int main() { |
---|
403 | |
---|
404 | /* The GNU C library defines this for functions which it implements |
---|
405 | to always fail with ENOSYS. Some functions are actually named |
---|
406 | something starting with __ and the normal name is an alias. */ |
---|
407 | #if defined (__stub__uopen) || defined (__stub____uopen) |
---|
408 | choke me |
---|
409 | #else |
---|
410 | _uopen(); |
---|
411 | #endif |
---|
412 | |
---|
413 | ; return 0; } |
---|
414 | configure:4957: checking for _udestroy |
---|
415 | configure:4985: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
416 | Undefined symbols for architecture x86_64: |
---|
417 | "__udestroy", referenced from: |
---|
418 | _main in ccPnhEIi.o |
---|
419 | ld: symbol(s) not found for architecture x86_64 |
---|
420 | collect2: ld returned 1 exit status |
---|
421 | configure: failed program was: |
---|
422 | #line 4962 "configure" |
---|
423 | #include "confdefs.h" |
---|
424 | /* System header to define __stub macros and hopefully few prototypes, |
---|
425 | which can conflict with char _udestroy(); below. */ |
---|
426 | #include <assert.h> |
---|
427 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
428 | /* We use char because int might match the return type of a gcc2 |
---|
429 | builtin and then its argument prototype would still apply. */ |
---|
430 | char _udestroy(); |
---|
431 | |
---|
432 | int main() { |
---|
433 | |
---|
434 | /* The GNU C library defines this for functions which it implements |
---|
435 | to always fail with ENOSYS. Some functions are actually named |
---|
436 | something starting with __ and the normal name is an alias. */ |
---|
437 | #if defined (__stub__udestroy) || defined (__stub____udestroy) |
---|
438 | choke me |
---|
439 | #else |
---|
440 | _udestroy(); |
---|
441 | #endif |
---|
442 | |
---|
443 | ; return 0; } |
---|
444 | configure:5012: checking for _udefault |
---|
445 | configure:5040: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
446 | Undefined symbols for architecture x86_64: |
---|
447 | "__udefault", referenced from: |
---|
448 | _main in ccZc8Yol.o |
---|
449 | ld: symbol(s) not found for architecture x86_64 |
---|
450 | collect2: ld returned 1 exit status |
---|
451 | configure: failed program was: |
---|
452 | #line 5017 "configure" |
---|
453 | #include "confdefs.h" |
---|
454 | /* System header to define __stub macros and hopefully few prototypes, |
---|
455 | which can conflict with char _udefault(); below. */ |
---|
456 | #include <assert.h> |
---|
457 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
458 | /* We use char because int might match the return type of a gcc2 |
---|
459 | builtin and then its argument prototype would still apply. */ |
---|
460 | char _udefault(); |
---|
461 | |
---|
462 | int main() { |
---|
463 | |
---|
464 | /* The GNU C library defines this for functions which it implements |
---|
465 | to always fail with ENOSYS. Some functions are actually named |
---|
466 | something starting with __ and the normal name is an alias. */ |
---|
467 | #if defined (__stub__udefault) || defined (__stub____udefault) |
---|
468 | choke me |
---|
469 | #else |
---|
470 | _udefault(); |
---|
471 | #endif |
---|
472 | |
---|
473 | ; return 0; } |
---|
474 | configure:5068: checking for snprintf |
---|
475 | configure:5096: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
476 | configure:5080: warning: conflicting types for built-in function 'snprintf' |
---|
477 | configure:5123: checking for raise |
---|
478 | configure:5151: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
479 | configure:5178: checking for gettimeofday |
---|
480 | configure:5206: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
481 | configure:5233: checking for tempnam |
---|
482 | configure:5261: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
483 | configure:5288: checking for strtol |
---|
484 | configure:5316: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
485 | configure:5343: checking for strtoul |
---|
486 | configure:5371: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
487 | configure:5398: checking for strtoq |
---|
488 | configure:5426: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
489 | configure:5453: checking for strtoll |
---|
490 | configure:5481: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
491 | configure:5507: checking for strlen |
---|
492 | configure:5519: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
493 | configure:5541: checking for strcpy |
---|
494 | configure:5553: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
495 | configure:5575: checking for strchr |
---|
496 | configure:5587: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
497 | configure:5609: checking for strrchr |
---|
498 | configure:5621: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
499 | configure:5643: checking for strcmp |
---|
500 | configure:5655: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
501 | configure:5677: checking for strncmp |
---|
502 | configure:5689: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
503 | configure:5711: checking for strcspn |
---|
504 | configure:5723: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
505 | configure:5745: checking for strstr |
---|
506 | configure:5757: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
507 | configure:5779: checking for memmove |
---|
508 | configure:5791: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
509 | configure:5813: checking for strerror |
---|
510 | configure:5825: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
511 | configure:5847: checking for sigsetjmp/siglongjmp |
---|
512 | configure:5859: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
513 | configure:5890: checking for socket |
---|
514 | configure:5918: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
515 | configure:6040: checking for setsockopt |
---|
516 | configure:6068: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
517 | configure:6142: checking for gethostbyname |
---|
518 | configure:6170: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
519 | configure:6340: checking for gethostbyaddr |
---|
520 | configure:6368: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
521 | configure:6395: checking for dhcp_option |
---|
522 | configure:6423: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
523 | Undefined symbols for architecture x86_64: |
---|
524 | "_dhcp_option", referenced from: |
---|
525 | _main in ccIzqShD.o |
---|
526 | ld: symbol(s) not found for architecture x86_64 |
---|
527 | collect2: ld returned 1 exit status |
---|
528 | configure: failed program was: |
---|
529 | #line 6400 "configure" |
---|
530 | #include "confdefs.h" |
---|
531 | /* System header to define __stub macros and hopefully few prototypes, |
---|
532 | which can conflict with char dhcp_option(); below. */ |
---|
533 | #include <assert.h> |
---|
534 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
535 | /* We use char because int might match the return type of a gcc2 |
---|
536 | builtin and then its argument prototype would still apply. */ |
---|
537 | char dhcp_option(); |
---|
538 | |
---|
539 | int main() { |
---|
540 | |
---|
541 | /* The GNU C library defines this for functions which it implements |
---|
542 | to always fail with ENOSYS. Some functions are actually named |
---|
543 | something starting with __ and the normal name is an alias. */ |
---|
544 | #if defined (__stub_dhcp_option) || defined (__stub___dhcp_option) |
---|
545 | choke me |
---|
546 | #else |
---|
547 | dhcp_option(); |
---|
548 | #endif |
---|
549 | |
---|
550 | ; return 0; } |
---|
551 | configure:6451: checking for herror |
---|
552 | configure:6479: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
553 | configure:6506: checking for cfmakeraw |
---|
554 | configure:6534: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
555 | configure:6562: checking for cygwin_conv_to_full_win32_path |
---|
556 | configure:6590: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
557 | Undefined symbols for architecture x86_64: |
---|
558 | "_cygwin_conv_to_full_win32_path", referenced from: |
---|
559 | _main in ccDBOjfu.o |
---|
560 | ld: symbol(s) not found for architecture x86_64 |
---|
561 | collect2: ld returned 1 exit status |
---|
562 | configure: failed program was: |
---|
563 | #line 6567 "configure" |
---|
564 | #include "confdefs.h" |
---|
565 | /* System header to define __stub macros and hopefully few prototypes, |
---|
566 | which can conflict with char cygwin_conv_to_full_win32_path(); below. */ |
---|
567 | #include <assert.h> |
---|
568 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
569 | /* We use char because int might match the return type of a gcc2 |
---|
570 | builtin and then its argument prototype would still apply. */ |
---|
571 | char cygwin_conv_to_full_win32_path(); |
---|
572 | |
---|
573 | int main() { |
---|
574 | |
---|
575 | /* The GNU C library defines this for functions which it implements |
---|
576 | to always fail with ENOSYS. Some functions are actually named |
---|
577 | something starting with __ and the normal name is an alias. */ |
---|
578 | #if defined (__stub_cygwin_conv_to_full_win32_path) || defined (__stub___cygwin_conv_to_full_win32_path) |
---|
579 | choke me |
---|
580 | #else |
---|
581 | cygwin_conv_to_full_win32_path(); |
---|
582 | #endif |
---|
583 | |
---|
584 | ; return 0; } |
---|
585 | configure:6617: checking for cygwin_conv_path |
---|
586 | configure:6645: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
587 | Undefined symbols for architecture x86_64: |
---|
588 | "_cygwin_conv_path", referenced from: |
---|
589 | _main in ccNnNVJP.o |
---|
590 | ld: symbol(s) not found for architecture x86_64 |
---|
591 | collect2: ld returned 1 exit status |
---|
592 | configure: failed program was: |
---|
593 | #line 6622 "configure" |
---|
594 | #include "confdefs.h" |
---|
595 | /* System header to define __stub macros and hopefully few prototypes, |
---|
596 | which can conflict with char cygwin_conv_path(); below. */ |
---|
597 | #include <assert.h> |
---|
598 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
599 | /* We use char because int might match the return type of a gcc2 |
---|
600 | builtin and then its argument prototype would still apply. */ |
---|
601 | char cygwin_conv_path(); |
---|
602 | |
---|
603 | int main() { |
---|
604 | |
---|
605 | /* The GNU C library defines this for functions which it implements |
---|
606 | to always fail with ENOSYS. Some functions are actually named |
---|
607 | something starting with __ and the normal name is an alias. */ |
---|
608 | #if defined (__stub_cygwin_conv_path) || defined (__stub___cygwin_conv_path) |
---|
609 | choke me |
---|
610 | #else |
---|
611 | cygwin_conv_path(); |
---|
612 | #endif |
---|
613 | |
---|
614 | ; return 0; } |
---|
615 | configure:6673: checking for unixpath2win |
---|
616 | configure:6701: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
617 | Undefined symbols for architecture x86_64: |
---|
618 | "_unixpath2win", referenced from: |
---|
619 | _main in ccnh0k4e.o |
---|
620 | ld: symbol(s) not found for architecture x86_64 |
---|
621 | collect2: ld returned 1 exit status |
---|
622 | configure: failed program was: |
---|
623 | #line 6678 "configure" |
---|
624 | #include "confdefs.h" |
---|
625 | /* System header to define __stub macros and hopefully few prototypes, |
---|
626 | which can conflict with char unixpath2win(); below. */ |
---|
627 | #include <assert.h> |
---|
628 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
629 | /* We use char because int might match the return type of a gcc2 |
---|
630 | builtin and then its argument prototype would still apply. */ |
---|
631 | char unixpath2win(); |
---|
632 | |
---|
633 | int main() { |
---|
634 | |
---|
635 | /* The GNU C library defines this for functions which it implements |
---|
636 | to always fail with ENOSYS. Some functions are actually named |
---|
637 | something starting with __ and the normal name is an alias. */ |
---|
638 | #if defined (__stub_unixpath2win) || defined (__stub___unixpath2win) |
---|
639 | choke me |
---|
640 | #else |
---|
641 | unixpath2win(); |
---|
642 | #endif |
---|
643 | |
---|
644 | ; return 0; } |
---|
645 | configure:6728: checking for winpath2unix |
---|
646 | configure:6756: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c 1>&5 |
---|
647 | Undefined symbols for architecture x86_64: |
---|
648 | "_winpath2unix", referenced from: |
---|
649 | _main in cc7pUsJ2.o |
---|
650 | ld: symbol(s) not found for architecture x86_64 |
---|
651 | collect2: ld returned 1 exit status |
---|
652 | configure: failed program was: |
---|
653 | #line 6733 "configure" |
---|
654 | #include "confdefs.h" |
---|
655 | /* System header to define __stub macros and hopefully few prototypes, |
---|
656 | which can conflict with char winpath2unix(); below. */ |
---|
657 | #include <assert.h> |
---|
658 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
659 | /* We use char because int might match the return type of a gcc2 |
---|
660 | builtin and then its argument prototype would still apply. */ |
---|
661 | char winpath2unix(); |
---|
662 | |
---|
663 | int main() { |
---|
664 | |
---|
665 | /* The GNU C library defines this for functions which it implements |
---|
666 | to always fail with ENOSYS. Some functions are actually named |
---|
667 | something starting with __ and the normal name is an alias. */ |
---|
668 | #if defined (__stub_winpath2unix) || defined (__stub___winpath2unix) |
---|
669 | choke me |
---|
670 | #else |
---|
671 | winpath2unix(); |
---|
672 | #endif |
---|
673 | |
---|
674 | ; return 0; } |
---|
675 | configure:6782: checking for requested debug level |
---|
676 | configure:6805: checking if you want to use graphics |
---|
677 | configure:6815: checking if you want to enable UTF-8 terminal |
---|
678 | configure:6834: checking for pow in -lm |
---|
679 | configure:6853: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm 1>&5 |
---|
680 | configure:6846: warning: conflicting types for built-in function 'pow' |
---|
681 | configure:6939: checking for gpm.h |
---|
682 | configure:6949: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
683 | configure:6945:17: error: gpm.h: No such file or directory |
---|
684 | configure: failed program was: |
---|
685 | #line 6944 "configure" |
---|
686 | #include "confdefs.h" |
---|
687 | #include <gpm.h> |
---|
688 | configure:6976: checking for Gpm_Open in -lgpm |
---|
689 | configure:6995: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lgpm -lm 1>&5 |
---|
690 | ld: library not found for -lgpm |
---|
691 | collect2: ld returned 1 exit status |
---|
692 | configure: failed program was: |
---|
693 | #line 6984 "configure" |
---|
694 | #include "confdefs.h" |
---|
695 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
696 | /* We use char because int might match the return type of a gcc2 |
---|
697 | builtin and then its argument prototype would still apply. */ |
---|
698 | char Gpm_Open(); |
---|
699 | |
---|
700 | int main() { |
---|
701 | Gpm_Open() |
---|
702 | ; return 0; } |
---|
703 | configure:7028: checking for OS/2 threads |
---|
704 | configure:7042: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -Zmt -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm 1>&5 |
---|
705 | Undefined symbols for architecture x86_64: |
---|
706 | "__beginthread", referenced from: |
---|
707 | _main in ccctOQpL.o |
---|
708 | ld: symbol(s) not found for architecture x86_64 |
---|
709 | collect2: ld returned 1 exit status |
---|
710 | configure: failed program was: |
---|
711 | #line 7035 "configure" |
---|
712 | #include "confdefs.h" |
---|
713 | #include <stdlib.h> |
---|
714 | int main() { |
---|
715 | _beginthread(NULL, NULL, 0, NULL) |
---|
716 | ; return 0; } |
---|
717 | configure:7077: checking for atheos/threads.h |
---|
718 | configure:7087: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
719 | configure:7083:28: error: atheos/threads.h: No such file or directory |
---|
720 | configure: failed program was: |
---|
721 | #line 7082 "configure" |
---|
722 | #include "confdefs.h" |
---|
723 | #include <atheos/threads.h> |
---|
724 | configure:7116: checking for spawn_thread |
---|
725 | configure:7144: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm 1>&5 |
---|
726 | Undefined symbols for architecture x86_64: |
---|
727 | "_spawn_thread", referenced from: |
---|
728 | _main in cchHrMJc.o |
---|
729 | ld: symbol(s) not found for architecture x86_64 |
---|
730 | collect2: ld returned 1 exit status |
---|
731 | configure: failed program was: |
---|
732 | #line 7121 "configure" |
---|
733 | #include "confdefs.h" |
---|
734 | /* System header to define __stub macros and hopefully few prototypes, |
---|
735 | which can conflict with char spawn_thread(); below. */ |
---|
736 | #include <assert.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 spawn_thread(); |
---|
741 | |
---|
742 | int main() { |
---|
743 | |
---|
744 | /* The GNU C library defines this for functions which it implements |
---|
745 | to always fail with ENOSYS. Some functions are actually named |
---|
746 | something starting with __ and the normal name is an alias. */ |
---|
747 | #if defined (__stub_spawn_thread) || defined (__stub___spawn_thread) |
---|
748 | choke me |
---|
749 | #else |
---|
750 | spawn_thread(); |
---|
751 | #endif |
---|
752 | |
---|
753 | ; return 0; } |
---|
754 | configure:7171: checking for resume_thread |
---|
755 | configure:7199: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm 1>&5 |
---|
756 | Undefined symbols for architecture x86_64: |
---|
757 | "_resume_thread", referenced from: |
---|
758 | _main in cckpcIyW.o |
---|
759 | ld: symbol(s) not found for architecture x86_64 |
---|
760 | collect2: ld returned 1 exit status |
---|
761 | configure: failed program was: |
---|
762 | #line 7176 "configure" |
---|
763 | #include "confdefs.h" |
---|
764 | /* System header to define __stub macros and hopefully few prototypes, |
---|
765 | which can conflict with char resume_thread(); below. */ |
---|
766 | #include <assert.h> |
---|
767 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
768 | /* We use char because int might match the return type of a gcc2 |
---|
769 | builtin and then its argument prototype would still apply. */ |
---|
770 | char resume_thread(); |
---|
771 | |
---|
772 | int main() { |
---|
773 | |
---|
774 | /* The GNU C library defines this for functions which it implements |
---|
775 | to always fail with ENOSYS. Some functions are actually named |
---|
776 | something starting with __ and the normal name is an alias. */ |
---|
777 | #if defined (__stub_resume_thread) || defined (__stub___resume_thread) |
---|
778 | choke me |
---|
779 | #else |
---|
780 | resume_thread(); |
---|
781 | #endif |
---|
782 | |
---|
783 | ; return 0; } |
---|
784 | configure:7227: checking for MouOpen |
---|
785 | configure:7255: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm 1>&5 |
---|
786 | Undefined symbols for architecture x86_64: |
---|
787 | "_MouOpen", referenced from: |
---|
788 | _main in ccyHxjus.o |
---|
789 | ld: symbol(s) not found for architecture x86_64 |
---|
790 | collect2: ld returned 1 exit status |
---|
791 | configure: failed program was: |
---|
792 | #line 7232 "configure" |
---|
793 | #include "confdefs.h" |
---|
794 | /* System header to define __stub macros and hopefully few prototypes, |
---|
795 | which can conflict with char MouOpen(); below. */ |
---|
796 | #include <assert.h> |
---|
797 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
798 | /* We use char because int might match the return type of a gcc2 |
---|
799 | builtin and then its argument prototype would still apply. */ |
---|
800 | char MouOpen(); |
---|
801 | |
---|
802 | int main() { |
---|
803 | |
---|
804 | /* The GNU C library defines this for functions which it implements |
---|
805 | to always fail with ENOSYS. Some functions are actually named |
---|
806 | something starting with __ and the normal name is an alias. */ |
---|
807 | #if defined (__stub_MouOpen) || defined (__stub___MouOpen) |
---|
808 | choke me |
---|
809 | #else |
---|
810 | MouOpen(); |
---|
811 | #endif |
---|
812 | |
---|
813 | ; return 0; } |
---|
814 | configure:7282: checking for _read_kbd |
---|
815 | configure:7310: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm 1>&5 |
---|
816 | Undefined symbols for architecture x86_64: |
---|
817 | "__read_kbd", referenced from: |
---|
818 | _main in ccOplyL9.o |
---|
819 | ld: symbol(s) not found for architecture x86_64 |
---|
820 | collect2: ld returned 1 exit status |
---|
821 | configure: failed program was: |
---|
822 | #line 7287 "configure" |
---|
823 | #include "confdefs.h" |
---|
824 | /* System header to define __stub macros and hopefully few prototypes, |
---|
825 | which can conflict with char _read_kbd(); below. */ |
---|
826 | #include <assert.h> |
---|
827 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
828 | /* We use char because int might match the return type of a gcc2 |
---|
829 | builtin and then its argument prototype would still apply. */ |
---|
830 | char _read_kbd(); |
---|
831 | |
---|
832 | int main() { |
---|
833 | |
---|
834 | /* The GNU C library defines this for functions which it implements |
---|
835 | to always fail with ENOSYS. Some functions are actually named |
---|
836 | something starting with __ and the normal name is an alias. */ |
---|
837 | #if defined (__stub__read_kbd) || defined (__stub____read_kbd) |
---|
838 | choke me |
---|
839 | #else |
---|
840 | _read_kbd(); |
---|
841 | #endif |
---|
842 | |
---|
843 | ; return 0; } |
---|
844 | configure:7336: checking for XFree for OS/2 |
---|
845 | configure:7528: checking for pkg-config |
---|
846 | configure:7572: checking for openssl |
---|
847 | configure:7579: checking OPENSSL_CFLAGS |
---|
848 | configure:7584: checking OPENSSL_LIBS |
---|
849 | configure:7613: checking for OpenSSL |
---|
850 | configure:7624: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
851 | configure:7891: checking for zlib.h |
---|
852 | configure:7901: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
853 | configure:7928: checking for inflate in -lz |
---|
854 | configure:7947: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
855 | configure:7987: checking for bzlib.h |
---|
856 | configure:7997: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
857 | configure:8024: checking for BZ2_bzDecompress in -lbz2 |
---|
858 | configure:8043: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
859 | configure:8084: checking for lzma.h |
---|
860 | configure:8094: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
861 | configure:8090:18: error: lzma.h: No such file or directory |
---|
862 | configure: failed program was: |
---|
863 | #line 8089 "configure" |
---|
864 | #include "confdefs.h" |
---|
865 | #include <lzma.h> |
---|
866 | configure:8121: checking for lzma_auto_decoder in -llzma |
---|
867 | configure:8140: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -llzma -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
868 | ld: library not found for -llzma |
---|
869 | collect2: ld returned 1 exit status |
---|
870 | configure: failed program was: |
---|
871 | #line 8129 "configure" |
---|
872 | #include "confdefs.h" |
---|
873 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
874 | /* We use char because int might match the return type of a gcc2 |
---|
875 | builtin and then its argument prototype would still apply. */ |
---|
876 | char lzma_auto_decoder(); |
---|
877 | |
---|
878 | int main() { |
---|
879 | lzma_auto_decoder() |
---|
880 | ; return 0; } |
---|
881 | configure:8320: checking for linux/fb.h |
---|
882 | configure:8330: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
883 | configure:8326:22: error: linux/fb.h: No such file or directory |
---|
884 | configure: failed program was: |
---|
885 | #line 8325 "configure" |
---|
886 | #include "confdefs.h" |
---|
887 | #include <linux/fb.h> |
---|
888 | configure:8360: checking for linux/kd.h |
---|
889 | configure:8370: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
890 | configure:8366:22: error: linux/kd.h: No such file or directory |
---|
891 | configure: failed program was: |
---|
892 | #line 8365 "configure" |
---|
893 | #include "confdefs.h" |
---|
894 | #include <linux/kd.h> |
---|
895 | configure:8400: checking for linux/vt.h |
---|
896 | configure:8410: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
897 | configure:8406:22: error: linux/vt.h: No such file or directory |
---|
898 | configure: failed program was: |
---|
899 | #line 8405 "configure" |
---|
900 | #include "confdefs.h" |
---|
901 | #include <linux/vt.h> |
---|
902 | configure:8440: checking for sys/mman.h |
---|
903 | configure:8450: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
904 | configure:8489: checking for directfb-config |
---|
905 | configure:8656: checking for X |
---|
906 | configure:8723: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
907 | configure:8799: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lXt -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
908 | ld: library not found for -lXt |
---|
909 | collect2: ld returned 1 exit status |
---|
910 | configure: failed program was: |
---|
911 | #line 8792 "configure" |
---|
912 | #include "confdefs.h" |
---|
913 | |
---|
914 | int main() { |
---|
915 | XtMalloc() |
---|
916 | ; return 0; } |
---|
917 | configure:9181: checking for X11/Xlib.h |
---|
918 | configure:9191: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
919 | configure:9181: checking for X11/X.h |
---|
920 | configure:9191: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
921 | configure:9181: checking for X11/Xutil.h |
---|
922 | configure:9191: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
923 | configure:9181: checking for X11/Xatom.h |
---|
924 | configure:9191: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
925 | configure:9181: checking for X11/Xlocale.h |
---|
926 | configure:9191: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
927 | configure:9181: checking for X11/keysymdef.h |
---|
928 | configure:9191: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
929 | configure:9221: checking for XOpenDisplay |
---|
930 | configure:9249: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lX11 -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
931 | configure:9289: checking for pmshell |
---|
932 | configure:9306: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
933 | configure:9297:20: error: os2.h: No such file or directory |
---|
934 | configure:9298:27: error: sys/fmutex.h: No such file or directory |
---|
935 | configure: In function 'main': |
---|
936 | configure:9300: error: '_fmutex' undeclared (first use in this function) |
---|
937 | configure:9300: error: (Each undeclared identifier is reported only once |
---|
938 | configure:9300: error: for each function it appears in.) |
---|
939 | configure:9300: error: expected ';' before 'mutex' |
---|
940 | configure:9301: error: 'NULLHANDLE' undeclared (first use in this function) |
---|
941 | configure:9301: error: 'NULL' undeclared (first use in this function) |
---|
942 | configure: failed program was: |
---|
943 | #line 9294 "configure" |
---|
944 | #include "confdefs.h" |
---|
945 | #define INCL_WIN |
---|
946 | #define INCL_GPI |
---|
947 | #include <os2.h> |
---|
948 | #include <sys/fmutex.h> |
---|
949 | int main() { |
---|
950 | _fmutex mutex; |
---|
951 | WinDrawText(NULLHANDLE, -1, NULL, NULL, 0, 0, 0), |
---|
952 | GpiSetPel(NULLHANDLE, NULL) |
---|
953 | ; return 0; } |
---|
954 | configure:9337: checking for gui/view.h |
---|
955 | configure:9347: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.cpp >/dev/null 2>conftest.out |
---|
956 | configure:9343:22: error: gui/view.h: No such file or directory |
---|
957 | configure: failed program was: |
---|
958 | #line 9342 "configure" |
---|
959 | #include "confdefs.h" |
---|
960 | #include <gui/view.h> |
---|
961 | configure:9377: checking for gui/window.h |
---|
962 | configure:9387: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.cpp >/dev/null 2>conftest.out |
---|
963 | configure:9383:24: error: gui/window.h: No such file or directory |
---|
964 | configure: failed program was: |
---|
965 | #line 9382 "configure" |
---|
966 | #include "confdefs.h" |
---|
967 | #include <gui/window.h> |
---|
968 | configure:9417: checking for gui/desktop.h |
---|
969 | configure:9427: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.cpp >/dev/null 2>conftest.out |
---|
970 | configure:9423:25: error: gui/desktop.h: No such file or directory |
---|
971 | configure: failed program was: |
---|
972 | #line 9422 "configure" |
---|
973 | #include "confdefs.h" |
---|
974 | #include <gui/desktop.h> |
---|
975 | configure:9457: checking for gui/bitmap.h |
---|
976 | configure:9467: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.cpp >/dev/null 2>conftest.out |
---|
977 | configure:9463:24: error: gui/bitmap.h: No such file or directory |
---|
978 | configure: failed program was: |
---|
979 | #line 9462 "configure" |
---|
980 | #include "confdefs.h" |
---|
981 | #include <gui/bitmap.h> |
---|
982 | configure:9497: checking for util/locker.h |
---|
983 | configure:9507: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.cpp >/dev/null 2>conftest.out |
---|
984 | configure:9503:25: error: util/locker.h: No such file or directory |
---|
985 | configure: failed program was: |
---|
986 | #line 9502 "configure" |
---|
987 | #include "confdefs.h" |
---|
988 | #include <util/locker.h> |
---|
989 | configure:9537: checking for util/application.h |
---|
990 | configure:9547: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include conftest.cpp >/dev/null 2>conftest.out |
---|
991 | configure:9543:30: error: util/application.h: No such file or directory |
---|
992 | configure: failed program was: |
---|
993 | #line 9542 "configure" |
---|
994 | #include "confdefs.h" |
---|
995 | #include <util/application.h> |
---|
996 | configure:9977: checking for libpng >= 1.0.0 |
---|
997 | configure:9984: checking LIBPNG_CFLAGS |
---|
998 | configure:9989: checking LIBPNG_LIBS |
---|
999 | configure:10118: checking for png.h |
---|
1000 | configure:10128: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 conftest.c >/dev/null 2>conftest.out |
---|
1001 | configure:10118: checking for libpng/png.h |
---|
1002 | configure:10128: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 conftest.c >/dev/null 2>conftest.out |
---|
1003 | configure:10124:24: error: libpng/png.h: No such file or directory |
---|
1004 | configure: failed program was: |
---|
1005 | #line 10123 "configure" |
---|
1006 | #include "confdefs.h" |
---|
1007 | #include <libpng/png.h> |
---|
1008 | configure:10157: checking for png_create_info_struct |
---|
1009 | configure:10185: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 -L/opt/local/lib -arch x86_64 conftest.c -L/opt/local/lib -lpng14 -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
1010 | configure:10265: checking for png_set_rgb_to_gray |
---|
1011 | configure:10293: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 -L/opt/local/lib -arch x86_64 conftest.c -L/opt/local/lib -lpng14 -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
1012 | configure:10320: checking for png_get_image_width |
---|
1013 | configure:10348: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 -L/opt/local/lib -arch x86_64 conftest.c -L/opt/local/lib -lpng14 -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
1014 | configure:10320: checking for png_get_image_height |
---|
1015 | configure:10348: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 -L/opt/local/lib -arch x86_64 conftest.c -L/opt/local/lib -lpng14 -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
1016 | configure:10320: checking for png_get_gAMA |
---|
1017 | configure:10348: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 -L/opt/local/lib -arch x86_64 conftest.c -L/opt/local/lib -lpng14 -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
1018 | configure:10320: checking for png_get_color_type |
---|
1019 | configure:10348: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 -L/opt/local/lib -arch x86_64 conftest.c -L/opt/local/lib -lpng14 -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
1020 | configure:10320: checking for png_get_bit_depth |
---|
1021 | configure:10348: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 -L/opt/local/lib -arch x86_64 conftest.c -L/opt/local/lib -lpng14 -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
1022 | configure:10320: checking for png_set_strip_alpha |
---|
1023 | configure:10348: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 -L/opt/local/lib -arch x86_64 conftest.c -L/opt/local/lib -lpng14 -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
1024 | configure:10320: checking for png_get_valid |
---|
1025 | configure:10348: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 -L/opt/local/lib -arch x86_64 conftest.c -L/opt/local/lib -lpng14 -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
1026 | configure:10320: checking for png_get_sRGB |
---|
1027 | configure:10348: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 -L/opt/local/lib -arch x86_64 conftest.c -L/opt/local/lib -lpng14 -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
1028 | configure:10384: checking if you can include both setjmp.h and png.h |
---|
1029 | configure:10397: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 conftest.c 1>&5 |
---|
1030 | configure:10431: checking for jpeglib.h |
---|
1031 | configure:10441: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 conftest.c >/dev/null 2>conftest.out |
---|
1032 | configure:10468: checking for jpeg_destroy_decompress in -ljpeg |
---|
1033 | configure:10487: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 -L/opt/local/lib -arch x86_64 conftest.c -ljpeg -L/opt/local/lib -lpng14 -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
1034 | configure:10585: checking for tiffio.h |
---|
1035 | configure:10595: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 conftest.c >/dev/null 2>conftest.out |
---|
1036 | configure:10591:20: error: tiffio.h: No such file or directory |
---|
1037 | configure: failed program was: |
---|
1038 | #line 10590 "configure" |
---|
1039 | #include "confdefs.h" |
---|
1040 | #include <tiffio.h> |
---|
1041 | configure:10622: checking for TIFFClientOpen in -ltiff |
---|
1042 | configure:10641: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include/libpng14 -L/opt/local/lib -arch x86_64 conftest.c -ltiff -ljpeg -L/opt/local/lib -lpng14 -lbz2 -lz -L/opt/local/lib -lssl -lcrypto -lm 1>&5 |
---|
1043 | ld: library not found for -ltiff |
---|
1044 | collect2: ld returned 1 exit status |
---|
1045 | configure: failed program was: |
---|
1046 | #line 10630 "configure" |
---|
1047 | #include "confdefs.h" |
---|
1048 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
1049 | /* We use char because int might match the return type of a gcc2 |
---|
1050 | builtin and then its argument prototype would still apply. */ |
---|
1051 | char TIFFClientOpen(); |
---|
1052 | |
---|
1053 | int main() { |
---|
1054 | TIFFClientOpen() |
---|
1055 | ; return 0; } |
---|