1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | It was created by configure, which was |
---|
5 | generated by GNU Autoconf 2.61. Invocation command line was |
---|
6 | |
---|
7 | $ ./configure --prefix=/ZData/Ports |
---|
8 | |
---|
9 | ## --------- ## |
---|
10 | ## Platform. ## |
---|
11 | ## --------- ## |
---|
12 | |
---|
13 | hostname = osx-devbox.virtnet |
---|
14 | uname -m = x86_64 |
---|
15 | uname -r = 15.4.0 |
---|
16 | uname -s = Darwin |
---|
17 | uname -v = Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 |
---|
18 | |
---|
19 | /usr/bin/uname -p = i386 |
---|
20 | /bin/uname -X = unknown |
---|
21 | |
---|
22 | /bin/arch = unknown |
---|
23 | /usr/bin/arch -k = unknown |
---|
24 | /usr/convex/getsysinfo = unknown |
---|
25 | /usr/bin/hostinfo = Mach kernel version: |
---|
26 | Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 |
---|
27 | Kernel configured for a single processor only. |
---|
28 | 1 processor is physically available. |
---|
29 | 1 processor is logically available. |
---|
30 | Processor type: i486 (Intel 80486) |
---|
31 | Processor active: 0 |
---|
32 | Primary memory available: 4.00 gigabytes |
---|
33 | Default processor set: 198 tasks, 989 threads, 1 processors |
---|
34 | Load average: 4.38, Mach factor: 0.19 |
---|
35 | /bin/machine = unknown |
---|
36 | /usr/bin/oslevel = unknown |
---|
37 | /bin/universe = unknown |
---|
38 | |
---|
39 | PATH: /ZData/Ports/bin |
---|
40 | PATH: /ZData/Ports/sbin |
---|
41 | PATH: /bin |
---|
42 | PATH: /sbin |
---|
43 | PATH: /usr/bin |
---|
44 | PATH: /usr/sbin |
---|
45 | |
---|
46 | |
---|
47 | ## ----------- ## |
---|
48 | ## Core tests. ## |
---|
49 | ## ----------- ## |
---|
50 | |
---|
51 | configure:1767: checking for grep that handles long lines and -e |
---|
52 | configure:1841: result: /usr/bin/grep |
---|
53 | configure:1846: checking for egrep |
---|
54 | configure:1924: result: /usr/bin/grep -E |
---|
55 | configure:1978: checking for gcc |
---|
56 | configure:2005: result: /usr/bin/clang |
---|
57 | configure:2243: checking for C compiler version |
---|
58 | configure:2250: /usr/bin/clang --version >&5 |
---|
59 | Apple LLVM version 7.3.0 (clang-703.0.29) |
---|
60 | Target: x86_64-apple-darwin15.4.0 |
---|
61 | Thread model: posix |
---|
62 | InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin |
---|
63 | configure:2253: $? = 0 |
---|
64 | configure:2260: /usr/bin/clang -v >&5 |
---|
65 | Apple LLVM version 7.3.0 (clang-703.0.29) |
---|
66 | Target: x86_64-apple-darwin15.4.0 |
---|
67 | Thread model: posix |
---|
68 | InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin |
---|
69 | configure:2263: $? = 0 |
---|
70 | configure:2270: /usr/bin/clang -V >&5 |
---|
71 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
72 | clang: error: no input files |
---|
73 | configure:2273: $? = 1 |
---|
74 | configure:2296: checking for C compiler default output file name |
---|
75 | configure:2323: /usr/bin/clang -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
76 | configure:2326: $? = 0 |
---|
77 | configure:2364: result: a.out |
---|
78 | configure:2381: checking whether the C compiler works |
---|
79 | configure:2391: ./a.out |
---|
80 | configure:2394: $? = 0 |
---|
81 | configure:2411: result: yes |
---|
82 | configure:2418: checking whether we are cross compiling |
---|
83 | configure:2420: result: no |
---|
84 | configure:2423: checking for suffix of executables |
---|
85 | configure:2430: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
86 | configure:2433: $? = 0 |
---|
87 | configure:2457: result: |
---|
88 | configure:2463: checking for suffix of object files |
---|
89 | configure:2489: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
90 | configure:2492: $? = 0 |
---|
91 | configure:2515: result: o |
---|
92 | configure:2519: checking whether we are using the GNU C compiler |
---|
93 | configure:2548: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
94 | configure:2554: $? = 0 |
---|
95 | configure:2571: result: yes |
---|
96 | configure:2576: checking whether /usr/bin/clang accepts -g |
---|
97 | configure:2606: /usr/bin/clang -c -g -I/ZData/Ports/include conftest.c >&5 |
---|
98 | configure:2612: $? = 0 |
---|
99 | configure:2711: result: yes |
---|
100 | configure:2728: checking for /usr/bin/clang option to accept ISO C89 |
---|
101 | configure:2802: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
102 | configure:2808: $? = 0 |
---|
103 | configure:2831: result: none needed |
---|
104 | configure:2854: checking how to run the C preprocessor |
---|
105 | configure:2894: /usr/bin/clang -E -I/ZData/Ports/include conftest.c |
---|
106 | configure:2900: $? = 0 |
---|
107 | configure:2931: /usr/bin/clang -E -I/ZData/Ports/include conftest.c |
---|
108 | conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found |
---|
109 | #include <ac_nonexistent.h> |
---|
110 | ^ |
---|
111 | 1 error generated. |
---|
112 | configure:2937: $? = 1 |
---|
113 | configure: failed program was: |
---|
114 | | /* confdefs.h. */ |
---|
115 | | #define PACKAGE_NAME "" |
---|
116 | | #define PACKAGE_TARNAME "" |
---|
117 | | #define PACKAGE_VERSION "" |
---|
118 | | #define PACKAGE_STRING "" |
---|
119 | | #define PACKAGE_BUGREPORT "" |
---|
120 | | /* end confdefs.h. */ |
---|
121 | | #include <ac_nonexistent.h> |
---|
122 | configure:2970: result: /usr/bin/clang -E |
---|
123 | configure:2999: /usr/bin/clang -E -I/ZData/Ports/include conftest.c |
---|
124 | configure:3005: $? = 0 |
---|
125 | configure:3036: /usr/bin/clang -E -I/ZData/Ports/include conftest.c |
---|
126 | conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found |
---|
127 | #include <ac_nonexistent.h> |
---|
128 | ^ |
---|
129 | 1 error generated. |
---|
130 | configure:3042: $? = 1 |
---|
131 | configure: failed program was: |
---|
132 | | /* confdefs.h. */ |
---|
133 | | #define PACKAGE_NAME "" |
---|
134 | | #define PACKAGE_TARNAME "" |
---|
135 | | #define PACKAGE_VERSION "" |
---|
136 | | #define PACKAGE_STRING "" |
---|
137 | | #define PACKAGE_BUGREPORT "" |
---|
138 | | /* end confdefs.h. */ |
---|
139 | | #include <ac_nonexistent.h> |
---|
140 | configure:3080: checking whether /usr/bin/clang needs -traditional |
---|
141 | conftest.c:8:10: fatal error: 'termio.h' file not found |
---|
142 | #include <termio.h> |
---|
143 | ^ |
---|
144 | 1 error generated. |
---|
145 | configure:3122: result: no |
---|
146 | configure:3129: checking for library containing strerror |
---|
147 | configure:3170: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
148 | conftest.c:15:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] |
---|
149 | char strerror (); |
---|
150 | ^ |
---|
151 | conftest.c:15:6: note: 'strerror' is a builtin with type 'char *(int)' |
---|
152 | 1 warning generated. |
---|
153 | configure:3176: $? = 0 |
---|
154 | configure:3204: result: none required |
---|
155 | configure:3213: checking for AIX |
---|
156 | configure:3235: result: no |
---|
157 | configure:3264: checking C compiler that understands ANSI prototypes |
---|
158 | configure:3288: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
159 | configure:3294: $? = 0 |
---|
160 | configure:3300: result: /usr/bin/clang looks ok. Good. |
---|
161 | configure:3348: checking whether make sets $(MAKE) |
---|
162 | configure:3369: result: yes |
---|
163 | configure:3391: checking for a BSD-compatible install |
---|
164 | configure:3447: result: /usr/bin/install -c |
---|
165 | configure:3464: checking build system type |
---|
166 | configure:3482: result: i686-apple-darwin15.4.0 |
---|
167 | configure:3504: checking host system type |
---|
168 | configure:3519: result: i686-apple-darwin15.4.0 |
---|
169 | configure:3542: checking for ANSI C header files |
---|
170 | configure:3572: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
171 | configure:3578: $? = 0 |
---|
172 | configure:3677: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
173 | configure:3680: $? = 0 |
---|
174 | configure:3686: ./conftest |
---|
175 | configure:3689: $? = 0 |
---|
176 | configure:3706: result: yes |
---|
177 | configure:3730: checking for sys/types.h |
---|
178 | configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
179 | configure:3757: $? = 0 |
---|
180 | configure:3773: result: yes |
---|
181 | configure:3730: checking for sys/stat.h |
---|
182 | configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
183 | configure:3757: $? = 0 |
---|
184 | configure:3773: result: yes |
---|
185 | configure:3730: checking for stdlib.h |
---|
186 | configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
187 | configure:3757: $? = 0 |
---|
188 | configure:3773: result: yes |
---|
189 | configure:3730: checking for string.h |
---|
190 | configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
191 | configure:3757: $? = 0 |
---|
192 | configure:3773: result: yes |
---|
193 | configure:3730: checking for memory.h |
---|
194 | configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
195 | configure:3757: $? = 0 |
---|
196 | configure:3773: result: yes |
---|
197 | configure:3730: checking for strings.h |
---|
198 | configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
199 | configure:3757: $? = 0 |
---|
200 | configure:3773: result: yes |
---|
201 | configure:3730: checking for inttypes.h |
---|
202 | configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
203 | configure:3757: $? = 0 |
---|
204 | configure:3773: result: yes |
---|
205 | configure:3730: checking for stdint.h |
---|
206 | configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
207 | configure:3757: $? = 0 |
---|
208 | configure:3773: result: yes |
---|
209 | configure:3730: checking for unistd.h |
---|
210 | configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
211 | configure:3757: $? = 0 |
---|
212 | configure:3773: result: yes |
---|
213 | configure:3797: checking dlfcn.h usability |
---|
214 | configure:3814: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
215 | configure:3820: $? = 0 |
---|
216 | configure:3834: result: yes |
---|
217 | configure:3838: checking dlfcn.h presence |
---|
218 | configure:3853: /usr/bin/clang -E -I/ZData/Ports/include conftest.c |
---|
219 | configure:3859: $? = 0 |
---|
220 | configure:3873: result: yes |
---|
221 | configure:3901: checking for dlfcn.h |
---|
222 | configure:3908: result: yes |
---|
223 | configure:3918: checking for dlopen in -ldl |
---|
224 | configure:3953: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -ldl >&5 |
---|
225 | configure:3959: $? = 0 |
---|
226 | configure:3977: result: yes |
---|
227 | configure:4249: checking for X |
---|
228 | configure:4364: /usr/bin/clang -E -I/ZData/Ports/include conftest.c |
---|
229 | conftest.c:20:10: fatal error: 'X11/Xlib.h' file not found |
---|
230 | #include <X11/Xlib.h> |
---|
231 | ^ |
---|
232 | 1 error generated. |
---|
233 | configure:4370: $? = 1 |
---|
234 | configure: failed program was: |
---|
235 | | /* confdefs.h. */ |
---|
236 | | #define PACKAGE_NAME "" |
---|
237 | | #define PACKAGE_TARNAME "" |
---|
238 | | #define PACKAGE_VERSION "" |
---|
239 | | #define PACKAGE_STRING "" |
---|
240 | | #define PACKAGE_BUGREPORT "" |
---|
241 | | #define STDC_HEADERS 1 |
---|
242 | | #define HAVE_SYS_TYPES_H 1 |
---|
243 | | #define HAVE_SYS_STAT_H 1 |
---|
244 | | #define HAVE_STDLIB_H 1 |
---|
245 | | #define HAVE_STRING_H 1 |
---|
246 | | #define HAVE_MEMORY_H 1 |
---|
247 | | #define HAVE_STRINGS_H 1 |
---|
248 | | #define HAVE_INTTYPES_H 1 |
---|
249 | | #define HAVE_STDINT_H 1 |
---|
250 | | #define HAVE_UNISTD_H 1 |
---|
251 | | #define HAVE_DLFCN_H 1 |
---|
252 | | #define HAVE_DLOPEN 1 |
---|
253 | | /* end confdefs.h. */ |
---|
254 | | #include <X11/Xlib.h> |
---|
255 | configure:4419: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lX11 >&5 |
---|
256 | conftest.c:20:10: fatal error: 'X11/Xlib.h' file not found |
---|
257 | #include <X11/Xlib.h> |
---|
258 | ^ |
---|
259 | 1 error generated. |
---|
260 | configure:4425: $? = 1 |
---|
261 | configure: failed program was: |
---|
262 | | /* confdefs.h. */ |
---|
263 | | #define PACKAGE_NAME "" |
---|
264 | | #define PACKAGE_TARNAME "" |
---|
265 | | #define PACKAGE_VERSION "" |
---|
266 | | #define PACKAGE_STRING "" |
---|
267 | | #define PACKAGE_BUGREPORT "" |
---|
268 | | #define STDC_HEADERS 1 |
---|
269 | | #define HAVE_SYS_TYPES_H 1 |
---|
270 | | #define HAVE_SYS_STAT_H 1 |
---|
271 | | #define HAVE_STDLIB_H 1 |
---|
272 | | #define HAVE_STRING_H 1 |
---|
273 | | #define HAVE_MEMORY_H 1 |
---|
274 | | #define HAVE_STRINGS_H 1 |
---|
275 | | #define HAVE_INTTYPES_H 1 |
---|
276 | | #define HAVE_STDINT_H 1 |
---|
277 | | #define HAVE_UNISTD_H 1 |
---|
278 | | #define HAVE_DLFCN_H 1 |
---|
279 | | #define HAVE_DLOPEN 1 |
---|
280 | | /* end confdefs.h. */ |
---|
281 | | #include <X11/Xlib.h> |
---|
282 | | int |
---|
283 | | main () |
---|
284 | | { |
---|
285 | | XrmInitialize () |
---|
286 | | ; |
---|
287 | | return 0; |
---|
288 | | } |
---|
289 | configure:4473: result: no |
---|
290 | configure:5565: checking if you want to use mmap if available |
---|
291 | configure:5574: result: yes |
---|
292 | configure:5603: checking for stdlib.h |
---|
293 | configure:5609: result: yes |
---|
294 | configure:5603: checking for unistd.h |
---|
295 | configure:5609: result: yes |
---|
296 | configure:5603: checking for memory.h |
---|
297 | configure:5609: result: yes |
---|
298 | configure:5613: checking malloc.h usability |
---|
299 | configure:5630: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
300 | conftest.c:58:10: fatal error: 'malloc.h' file not found |
---|
301 | #include <malloc.h> |
---|
302 | ^ |
---|
303 | 1 error generated. |
---|
304 | configure:5636: $? = 1 |
---|
305 | configure: failed program was: |
---|
306 | | /* confdefs.h. */ |
---|
307 | | #define PACKAGE_NAME "" |
---|
308 | | #define PACKAGE_TARNAME "" |
---|
309 | | #define PACKAGE_VERSION "" |
---|
310 | | #define PACKAGE_STRING "" |
---|
311 | | #define PACKAGE_BUGREPORT "" |
---|
312 | | #define STDC_HEADERS 1 |
---|
313 | | #define HAVE_SYS_TYPES_H 1 |
---|
314 | | #define HAVE_SYS_STAT_H 1 |
---|
315 | | #define HAVE_STDLIB_H 1 |
---|
316 | | #define HAVE_STRING_H 1 |
---|
317 | | #define HAVE_MEMORY_H 1 |
---|
318 | | #define HAVE_STRINGS_H 1 |
---|
319 | | #define HAVE_INTTYPES_H 1 |
---|
320 | | #define HAVE_STDINT_H 1 |
---|
321 | | #define HAVE_UNISTD_H 1 |
---|
322 | | #define HAVE_DLFCN_H 1 |
---|
323 | | #define HAVE_DLOPEN 1 |
---|
324 | | #define X_DISPLAY_MISSING 1 |
---|
325 | | #define USE_MMAP 1 |
---|
326 | | #define HAVE_STDLIB_H 1 |
---|
327 | | #define HAVE_UNISTD_H 1 |
---|
328 | | #define HAVE_MEMORY_H 1 |
---|
329 | | /* end confdefs.h. */ |
---|
330 | | #include <stdio.h> |
---|
331 | | #ifdef HAVE_SYS_TYPES_H |
---|
332 | | # include <sys/types.h> |
---|
333 | | #endif |
---|
334 | | #ifdef HAVE_SYS_STAT_H |
---|
335 | | # include <sys/stat.h> |
---|
336 | | #endif |
---|
337 | | #ifdef STDC_HEADERS |
---|
338 | | # include <stdlib.h> |
---|
339 | | # include <stddef.h> |
---|
340 | | #else |
---|
341 | | # ifdef HAVE_STDLIB_H |
---|
342 | | # include <stdlib.h> |
---|
343 | | # endif |
---|
344 | | #endif |
---|
345 | | #ifdef HAVE_STRING_H |
---|
346 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
347 | | # include <memory.h> |
---|
348 | | # endif |
---|
349 | | # include <string.h> |
---|
350 | | #endif |
---|
351 | | #ifdef HAVE_STRINGS_H |
---|
352 | | # include <strings.h> |
---|
353 | | #endif |
---|
354 | | #ifdef HAVE_INTTYPES_H |
---|
355 | | # include <inttypes.h> |
---|
356 | | #endif |
---|
357 | | #ifdef HAVE_STDINT_H |
---|
358 | | # include <stdint.h> |
---|
359 | | #endif |
---|
360 | | #ifdef HAVE_UNISTD_H |
---|
361 | | # include <unistd.h> |
---|
362 | | #endif |
---|
363 | | #include <malloc.h> |
---|
364 | configure:5650: result: no |
---|
365 | configure:5654: checking malloc.h presence |
---|
366 | configure:5669: /usr/bin/clang -E -I/ZData/Ports/include conftest.c |
---|
367 | conftest.c:25:10: fatal error: 'malloc.h' file not found |
---|
368 | #include <malloc.h> |
---|
369 | ^ |
---|
370 | 1 error generated. |
---|
371 | configure:5675: $? = 1 |
---|
372 | configure: failed program was: |
---|
373 | | /* confdefs.h. */ |
---|
374 | | #define PACKAGE_NAME "" |
---|
375 | | #define PACKAGE_TARNAME "" |
---|
376 | | #define PACKAGE_VERSION "" |
---|
377 | | #define PACKAGE_STRING "" |
---|
378 | | #define PACKAGE_BUGREPORT "" |
---|
379 | | #define STDC_HEADERS 1 |
---|
380 | | #define HAVE_SYS_TYPES_H 1 |
---|
381 | | #define HAVE_SYS_STAT_H 1 |
---|
382 | | #define HAVE_STDLIB_H 1 |
---|
383 | | #define HAVE_STRING_H 1 |
---|
384 | | #define HAVE_MEMORY_H 1 |
---|
385 | | #define HAVE_STRINGS_H 1 |
---|
386 | | #define HAVE_INTTYPES_H 1 |
---|
387 | | #define HAVE_STDINT_H 1 |
---|
388 | | #define HAVE_UNISTD_H 1 |
---|
389 | | #define HAVE_DLFCN_H 1 |
---|
390 | | #define HAVE_DLOPEN 1 |
---|
391 | | #define X_DISPLAY_MISSING 1 |
---|
392 | | #define USE_MMAP 1 |
---|
393 | | #define HAVE_STDLIB_H 1 |
---|
394 | | #define HAVE_UNISTD_H 1 |
---|
395 | | #define HAVE_MEMORY_H 1 |
---|
396 | | /* end confdefs.h. */ |
---|
397 | | #include <malloc.h> |
---|
398 | configure:5689: result: no |
---|
399 | configure:5717: checking for malloc.h |
---|
400 | configure:5725: result: no |
---|
401 | configure:5613: checking termios.h usability |
---|
402 | configure:5630: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
403 | configure:5636: $? = 0 |
---|
404 | configure:5650: result: yes |
---|
405 | configure:5654: checking termios.h presence |
---|
406 | configure:5669: /usr/bin/clang -E -I/ZData/Ports/include conftest.c |
---|
407 | configure:5675: $? = 0 |
---|
408 | configure:5689: result: yes |
---|
409 | configure:5717: checking for termios.h |
---|
410 | configure:5725: result: yes |
---|
411 | configure:5613: checking sys/mman.h usability |
---|
412 | configure:5630: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
413 | configure:5636: $? = 0 |
---|
414 | configure:5650: result: yes |
---|
415 | configure:5654: checking sys/mman.h presence |
---|
416 | configure:5669: /usr/bin/clang -E -I/ZData/Ports/include conftest.c |
---|
417 | configure:5675: $? = 0 |
---|
418 | configure:5689: result: yes |
---|
419 | configure:5717: checking for sys/mman.h |
---|
420 | configure:5725: result: yes |
---|
421 | configure:5747: checking for dirent.h that defines DIR |
---|
422 | configure:5776: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
423 | configure:5782: $? = 0 |
---|
424 | configure:5798: result: yes |
---|
425 | configure:5811: checking for library containing opendir |
---|
426 | configure:5852: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
427 | configure:5858: $? = 0 |
---|
428 | configure:5886: result: none required |
---|
429 | configure:5981: checking for mode_t |
---|
430 | configure:6011: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
431 | configure:6017: $? = 0 |
---|
432 | configure:6032: result: yes |
---|
433 | configure:6044: checking for pid_t |
---|
434 | configure:6074: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
435 | configure:6080: $? = 0 |
---|
436 | configure:6095: result: yes |
---|
437 | configure:6107: checking for uid_t in sys/types.h |
---|
438 | configure:6130: result: yes |
---|
439 | configure:6145: checking for size_t |
---|
440 | configure:6175: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
441 | configure:6181: $? = 0 |
---|
442 | configure:6196: result: yes |
---|
443 | configure:6209: checking for short |
---|
444 | configure:6239: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
445 | configure:6245: $? = 0 |
---|
446 | configure:6260: result: yes |
---|
447 | configure:6267: checking size of short |
---|
448 | configure:6569: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
449 | configure:6572: $? = 0 |
---|
450 | configure:6578: ./conftest |
---|
451 | configure:6581: $? = 0 |
---|
452 | configure:6604: result: 2 |
---|
453 | configure:6614: checking for int |
---|
454 | configure:6644: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
455 | configure:6650: $? = 0 |
---|
456 | configure:6665: result: yes |
---|
457 | configure:6672: checking size of int |
---|
458 | configure:6974: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
459 | configure:6977: $? = 0 |
---|
460 | configure:6983: ./conftest |
---|
461 | configure:6986: $? = 0 |
---|
462 | configure:7009: result: 4 |
---|
463 | configure:7019: checking for long |
---|
464 | configure:7049: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
465 | configure:7055: $? = 0 |
---|
466 | configure:7070: result: yes |
---|
467 | configure:7077: checking size of long |
---|
468 | configure:7379: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
469 | configure:7382: $? = 0 |
---|
470 | configure:7388: ./conftest |
---|
471 | configure:7391: $? = 0 |
---|
472 | configure:7414: result: 8 |
---|
473 | configure:7424: checking for float |
---|
474 | configure:7454: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
475 | configure:7460: $? = 0 |
---|
476 | configure:7475: result: yes |
---|
477 | configure:7482: checking size of float |
---|
478 | configure:7784: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
479 | configure:7787: $? = 0 |
---|
480 | configure:7793: ./conftest |
---|
481 | configure:7796: $? = 0 |
---|
482 | configure:7819: result: 4 |
---|
483 | configure:7829: checking for double |
---|
484 | configure:7859: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
485 | configure:7865: $? = 0 |
---|
486 | configure:7880: result: yes |
---|
487 | configure:7887: checking size of double |
---|
488 | configure:8189: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
489 | configure:8192: $? = 0 |
---|
490 | configure:8198: ./conftest |
---|
491 | configure:8201: $? = 0 |
---|
492 | configure:8224: result: 8 |
---|
493 | configure:8236: checking for long long |
---|
494 | configure:8266: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
495 | configure:8272: $? = 0 |
---|
496 | configure:8287: result: yes |
---|
497 | configure:8298: checking for long long |
---|
498 | configure:8349: result: yes |
---|
499 | configure:8356: checking size of long long |
---|
500 | configure:8658: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
501 | configure:8661: $? = 0 |
---|
502 | configure:8667: ./conftest |
---|
503 | configure:8670: $? = 0 |
---|
504 | configure:8693: result: 8 |
---|
505 | configure:8712: checking for special C compiler options needed for large files |
---|
506 | configure:8805: result: no |
---|
507 | configure:8811: checking for _FILE_OFFSET_BITS value needed for large files |
---|
508 | configure:8846: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
509 | configure:8852: $? = 0 |
---|
510 | configure:8920: result: no |
---|
511 | configure:9055: checking for _LARGEFILE_SOURCE value needed for large files |
---|
512 | configure:9084: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
513 | configure:9090: $? = 0 |
---|
514 | configure:9156: result: no |
---|
515 | configure:9179: checking for off_t |
---|
516 | configure:9209: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5 |
---|
517 | configure:9215: $? = 0 |
---|
518 | configure:9230: result: yes |
---|
519 | configure:9242: checking for off_t |
---|
520 | configure:9293: result: yes |
---|
521 | configure:9300: checking size of off_t |
---|
522 | configure:9602: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
523 | configure:9605: $? = 0 |
---|
524 | configure:9611: ./conftest |
---|
525 | configure:9614: $? = 0 |
---|
526 | configure:9637: result: 8 |
---|
527 | configure:9668: checking for memset |
---|
528 | configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
529 | conftest.c:60:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration] |
---|
530 | char memset (); |
---|
531 | ^ |
---|
532 | conftest.c:60:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)' |
---|
533 | 1 warning generated. |
---|
534 | configure:9730: $? = 0 |
---|
535 | configure:9748: result: yes |
---|
536 | configure:9668: checking for memcpy |
---|
537 | configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
538 | conftest.c:61:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration] |
---|
539 | char memcpy (); |
---|
540 | ^ |
---|
541 | conftest.c:61:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)' |
---|
542 | 1 warning generated. |
---|
543 | configure:9730: $? = 0 |
---|
544 | configure:9748: result: yes |
---|
545 | configure:9668: checking for putenv |
---|
546 | configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
547 | configure:9730: $? = 0 |
---|
548 | configure:9748: result: yes |
---|
549 | configure:9668: checking for getcwd |
---|
550 | configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
551 | configure:9730: $? = 0 |
---|
552 | configure:9748: result: yes |
---|
553 | configure:9668: checking for mmap |
---|
554 | configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
555 | configure:9730: $? = 0 |
---|
556 | configure:9748: result: yes |
---|
557 | configure:9668: checking for snprintf |
---|
558 | configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
559 | conftest.c:65:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration] |
---|
560 | char snprintf (); |
---|
561 | ^ |
---|
562 | conftest.c:65:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)' |
---|
563 | 1 warning generated. |
---|
564 | configure:9730: $? = 0 |
---|
565 | configure:9748: result: yes |
---|
566 | configure:9668: checking for getpgrp |
---|
567 | configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
568 | configure:9730: $? = 0 |
---|
569 | configure:9748: result: yes |
---|
570 | configure:9668: checking for tcgetpgrp |
---|
571 | configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
572 | configure:9730: $? = 0 |
---|
573 | configure:9748: result: yes |
---|
574 | configure:9780: checking for Terminfo |
---|
575 | configure:9800: result: yes |
---|
576 | configure:9841: checking for the slang library and header files |
---|
577 | configure:10077: result: no |
---|
578 | configure:10087: error: unable to find the slang library and header file slang.h |
---|
579 | |
---|
580 | ## ---------------- ## |
---|
581 | ## Cache variables. ## |
---|
582 | ## ---------------- ## |
---|
583 | |
---|
584 | ac_cv_build=i686-apple-darwin15.4.0 |
---|
585 | ac_cv_c_compiler_gnu=yes |
---|
586 | ac_cv_env_CC_set=set |
---|
587 | ac_cv_env_CC_value=/usr/bin/clang |
---|
588 | ac_cv_env_CFLAGS_set=set |
---|
589 | ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64' |
---|
590 | ac_cv_env_CPPFLAGS_set=set |
---|
591 | ac_cv_env_CPPFLAGS_value=-I/ZData/Ports/include |
---|
592 | ac_cv_env_CPP_set= |
---|
593 | ac_cv_env_CPP_value= |
---|
594 | ac_cv_env_LDFLAGS_set=set |
---|
595 | ac_cv_env_LDFLAGS_value='-L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64' |
---|
596 | ac_cv_env_LIBS_set= |
---|
597 | ac_cv_env_LIBS_value= |
---|
598 | ac_cv_env_XMKMF_set= |
---|
599 | ac_cv_env_XMKMF_value= |
---|
600 | ac_cv_env_build_alias_set= |
---|
601 | ac_cv_env_build_alias_value= |
---|
602 | ac_cv_env_host_alias_set= |
---|
603 | ac_cv_env_host_alias_value= |
---|
604 | ac_cv_env_target_alias_set= |
---|
605 | ac_cv_env_target_alias_value= |
---|
606 | ac_cv_func_getcwd=yes |
---|
607 | ac_cv_func_getpgrp=yes |
---|
608 | ac_cv_func_memcpy=yes |
---|
609 | ac_cv_func_memset=yes |
---|
610 | ac_cv_func_mmap=yes |
---|
611 | ac_cv_func_putenv=yes |
---|
612 | ac_cv_func_snprintf=yes |
---|
613 | ac_cv_func_tcgetpgrp=yes |
---|
614 | ac_cv_have_x=have_x=no |
---|
615 | ac_cv_header_dirent_dirent_h=yes |
---|
616 | ac_cv_header_dlfcn_h=yes |
---|
617 | ac_cv_header_inttypes_h=yes |
---|
618 | ac_cv_header_malloc_h=no |
---|
619 | ac_cv_header_memory_h=yes |
---|
620 | ac_cv_header_stdc=yes |
---|
621 | ac_cv_header_stdint_h=yes |
---|
622 | ac_cv_header_stdlib_h=yes |
---|
623 | ac_cv_header_string_h=yes |
---|
624 | ac_cv_header_strings_h=yes |
---|
625 | ac_cv_header_sys_mman_h=yes |
---|
626 | ac_cv_header_sys_stat_h=yes |
---|
627 | ac_cv_header_sys_types_h=yes |
---|
628 | ac_cv_header_termios_h=yes |
---|
629 | ac_cv_header_unistd_h=yes |
---|
630 | ac_cv_host=i686-apple-darwin15.4.0 |
---|
631 | ac_cv_lib_dl_dlopen=yes |
---|
632 | ac_cv_objext=o |
---|
633 | ac_cv_path_EGREP='/usr/bin/grep -E' |
---|
634 | ac_cv_path_GREP=/usr/bin/grep |
---|
635 | ac_cv_prog_CPP='/usr/bin/clang -E' |
---|
636 | ac_cv_prog_ac_ct_CC=/usr/bin/clang |
---|
637 | ac_cv_prog_cc_c89= |
---|
638 | ac_cv_prog_cc_g=yes |
---|
639 | ac_cv_prog_gcc_traditional=no |
---|
640 | ac_cv_prog_make_make_set=yes |
---|
641 | ac_cv_search_opendir='none required' |
---|
642 | ac_cv_search_strerror='none required' |
---|
643 | ac_cv_sizeof_double=8 |
---|
644 | ac_cv_sizeof_float=4 |
---|
645 | ac_cv_sizeof_int=4 |
---|
646 | ac_cv_sizeof_long=8 |
---|
647 | ac_cv_sizeof_long_long=8 |
---|
648 | ac_cv_sizeof_off_t=8 |
---|
649 | ac_cv_sizeof_short=2 |
---|
650 | ac_cv_sys_file_offset_bits=no |
---|
651 | ac_cv_sys_largefile_CC=no |
---|
652 | ac_cv_sys_largefile_source=no |
---|
653 | ac_cv_type_double=yes |
---|
654 | ac_cv_type_float=yes |
---|
655 | ac_cv_type_int=yes |
---|
656 | ac_cv_type_long=yes |
---|
657 | ac_cv_type_long_long=yes |
---|
658 | ac_cv_type_mode_t=yes |
---|
659 | ac_cv_type_off_t=yes |
---|
660 | ac_cv_type_pid_t=yes |
---|
661 | ac_cv_type_short=yes |
---|
662 | ac_cv_type_size_t=yes |
---|
663 | ac_cv_type_uid_t=yes |
---|
664 | |
---|
665 | ## ----------------- ## |
---|
666 | ## Output variables. ## |
---|
667 | ## ----------------- ## |
---|
668 | |
---|
669 | CC='/usr/bin/clang' |
---|
670 | CC_SHARED='$(CC) -bundle -flat_namespace -undefined suppress $(CFLAGS) -fno-common' |
---|
671 | CFLAGS='-pipe -Os -arch x86_64' |
---|
672 | CONFIG_DIR='/ZData/Ports/var/macports/build/_ZData_Ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_most/most/work/most-5.0.0a' |
---|
673 | CPP='/usr/bin/clang -E' |
---|
674 | CPPFLAGS='-I/ZData/Ports/include' |
---|
675 | DEFS='' |
---|
676 | DLL_IMPLIB_NAME='' |
---|
677 | DYNAMIC_LINK_FLAGS='' |
---|
678 | DYNAMIC_LINK_LIB='-ldl' |
---|
679 | ECHO_C='ECHO_N='' |
---|
680 | ECHO_T='' |
---|
681 | EGREP='/usr/bin/grep -E' |
---|
682 | ELFDIR='/ZData/Ports/var/macports/build/_ZData_Ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_most/most/work/most-5.0.0a/src/elfobjs' |
---|
683 | ELFLIB='lib$(THIS_LIB).dylib' |
---|
684 | ELFLIB_BUILD_NAME='$(ELFLIB_MAJOR_MINOR_MICRO)' |
---|
685 | ELFLIB_MAJOR='lib$(THIS_LIB).$(ELF_MAJOR_VERSION).dylib' |
---|
686 | ELFLIB_MAJOR_MINOR='lib$(THIS_LIB).$(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION).dylib' |
---|
687 | ELFLIB_MAJOR_MINOR_MICRO='lib$(THIS_LIB).$(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION).$(ELF_MICRO_VERSION).dylib' |
---|
688 | ELF_CC='$(CC)' |
---|
689 | ELF_CFLAGS='$(CFLAGS) -fno-common' |
---|
690 | ELF_DEP_LIBS='$(LDFLAGS) $(DL_LIB)' |
---|
691 | ELF_LINK='$(CC) $(LDFLAGS) -dynamiclib -install_name $(install_lib_dir)/$(ELFLIB_MAJOR) -compatibility_version $(ELF_MAJOR_VERSION) -current_version $(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION)' |
---|
692 | ELF_LINK_CMD='' |
---|
693 | EXEEXT='' |
---|
694 | GREP='/usr/bin/grep' |
---|
695 | INSTALL_DATA='${INSTALL} -m 644' |
---|
696 | INSTALL_ELFLIB_TARGET='install-elf-and-links' |
---|
697 | INSTALL_MODULE='$(INSTALL_DATA)' |
---|
698 | INSTALL_PROGRAM='${INSTALL}' |
---|
699 | INSTALL_SCRIPT='${INSTALL}' |
---|
700 | LDFLAGS='-L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64' |
---|
701 | LIBOBJS='' |
---|
702 | LIBS='' |
---|
703 | LTLIBOBJS='' |
---|
704 | MISC_TERMINFO_DIRS='' |
---|
705 | OBJDIR='/ZData/Ports/var/macports/build/_ZData_Ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_most/most/work/most-5.0.0a/src/objs' |
---|
706 | OBJEXT='o' |
---|
707 | PACKAGE_BUGREPORT='' |
---|
708 | PACKAGE_NAME='' |
---|
709 | PACKAGE_STRING='' |
---|
710 | PACKAGE_TARNAME='' |
---|
711 | PACKAGE_VERSION='' |
---|
712 | PATH_SEPARATOR=':' |
---|
713 | PROGRAM_CFILES='' |
---|
714 | PROGRAM_ELFOBJECTS='' |
---|
715 | PROGRAM_HFILES='' |
---|
716 | PROGRAM_OBJECTS='' |
---|
717 | PROGRAM_OFILES='' |
---|
718 | RPATH='' |
---|
719 | SET_MAKE='' |
---|
720 | SHELL='/bin/sh' |
---|
721 | SLANG_DLL_CFLAGS='' |
---|
722 | SLANG_INC='' |
---|
723 | SLANG_LIB='' |
---|
724 | SLANG_LIB_FOR_MODULES='' |
---|
725 | SRCDIR='/ZData/Ports/var/macports/build/_ZData_Ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_most/most/work/most-5.0.0a/src' |
---|
726 | TERMCAP='' |
---|
727 | XMKMF='' |
---|
728 | X_CFLAGS='' |
---|
729 | X_EXTRA_LIBS='' |
---|
730 | X_LIBS='' |
---|
731 | X_PRE_LIBS='' |
---|
732 | ac_ct_CC='/usr/bin/clang' |
---|
733 | bindir='${exec_prefix}/bin' |
---|
734 | build='i686-apple-darwin15.4.0' |
---|
735 | build_alias='' |
---|
736 | build_cpu='i686' |
---|
737 | build_os='darwin15.4.0' |
---|
738 | build_vendor='apple' |
---|
739 | datadir='${datarootdir}' |
---|
740 | datarootdir='${prefix}/share' |
---|
741 | docdir='${datarootdir}/doc/${PACKAGE}' |
---|
742 | dvidir='${docdir}' |
---|
743 | exec_prefix='NONE' |
---|
744 | host='i686-apple-darwin15.4.0' |
---|
745 | host_alias='' |
---|
746 | host_cpu='i686' |
---|
747 | host_os='darwin15.4.0' |
---|
748 | host_vendor='apple' |
---|
749 | htmldir='${docdir}' |
---|
750 | includedir='${prefix}/include' |
---|
751 | infodir='${datarootdir}/info' |
---|
752 | libdir='${exec_prefix}/lib' |
---|
753 | libexecdir='${exec_prefix}/libexec' |
---|
754 | localedir='${datarootdir}/locale' |
---|
755 | localstatedir='${prefix}/var' |
---|
756 | mandir='${datarootdir}/man' |
---|
757 | oldincludedir='/usr/include' |
---|
758 | pdfdir='${docdir}' |
---|
759 | prefix='/ZData/Ports' |
---|
760 | program_transform_name='s,x,x,' |
---|
761 | psdir='${docdir}' |
---|
762 | sbindir='${exec_prefix}/sbin' |
---|
763 | sharedstatedir='${prefix}/com' |
---|
764 | sysconfdir='${prefix}/etc' |
---|
765 | target_alias='' |
---|
766 | |
---|
767 | ## ----------- ## |
---|
768 | ## confdefs.h. ## |
---|
769 | ## ----------- ## |
---|
770 | |
---|
771 | #define PACKAGE_NAME "" |
---|
772 | #define PACKAGE_TARNAME "" |
---|
773 | #define PACKAGE_VERSION "" |
---|
774 | #define PACKAGE_STRING "" |
---|
775 | #define PACKAGE_BUGREPORT "" |
---|
776 | #define STDC_HEADERS 1 |
---|
777 | #define HAVE_SYS_TYPES_H 1 |
---|
778 | #define HAVE_SYS_STAT_H 1 |
---|
779 | #define HAVE_STDLIB_H 1 |
---|
780 | #define HAVE_STRING_H 1 |
---|
781 | #define HAVE_MEMORY_H 1 |
---|
782 | #define HAVE_STRINGS_H 1 |
---|
783 | #define HAVE_INTTYPES_H 1 |
---|
784 | #define HAVE_STDINT_H 1 |
---|
785 | #define HAVE_UNISTD_H 1 |
---|
786 | #define HAVE_DLFCN_H 1 |
---|
787 | #define HAVE_DLOPEN 1 |
---|
788 | #define X_DISPLAY_MISSING 1 |
---|
789 | #define USE_MMAP 1 |
---|
790 | #define HAVE_STDLIB_H 1 |
---|
791 | #define HAVE_UNISTD_H 1 |
---|
792 | #define HAVE_MEMORY_H 1 |
---|
793 | #define HAVE_TERMIOS_H 1 |
---|
794 | #define HAVE_SYS_MMAN_H 1 |
---|
795 | #define HAVE_DIRENT_H 1 |
---|
796 | #define SIZEOF_SHORT 2 |
---|
797 | #define SIZEOF_INT 4 |
---|
798 | #define SIZEOF_LONG 8 |
---|
799 | #define SIZEOF_FLOAT 4 |
---|
800 | #define SIZEOF_DOUBLE 8 |
---|
801 | #define HAVE_LONG_LONG 1 |
---|
802 | #define SIZEOF_LONG_LONG 8 |
---|
803 | #define HAVE_FSEEKO 1 |
---|
804 | #define SIZEOF_OFF_T 8 |
---|
805 | #define HAVE_MEMSET 1 |
---|
806 | #define HAVE_MEMCPY 1 |
---|
807 | #define HAVE_PUTENV 1 |
---|
808 | #define HAVE_GETCWD 1 |
---|
809 | #define HAVE_MMAP 1 |
---|
810 | #define HAVE_SNPRINTF 1 |
---|
811 | #define HAVE_GETPGRP 1 |
---|
812 | #define HAVE_TCGETPGRP 1 |
---|
813 | |
---|
814 | configure: exit 1 |
---|
815 | |
---|