Ticket #44881: config.log

File config.log, 56.4 KB (added by matthewl.lund@…, 10 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-compile-inits --disable-cups --disable-dbus --disable-gtk --without-luratech --with-system-libtiff --with-x
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Lund.local
14uname -m = x86_64
15uname -r = 13.3.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/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 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 260 tasks, 1280 threads, 8 processors
34Load average: 2.76, Mach factor: 5.23
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2700: checking for gcc
52configure:2727: result: /usr/bin/clang
53configure:2956: checking for C compiler version
54configure:2965: /usr/bin/clang --version >&5
55Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
56Target: x86_64-apple-darwin13.3.0
57Thread model: posix
58configure:2976: $? = 0
59configure:2965: /usr/bin/clang -v >&5
60Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
61Target: x86_64-apple-darwin13.3.0
62Thread model: posix
63configure:2976: $? = 0
64configure:2965: /usr/bin/clang -V >&5
65clang: error: argument to '-V' is missing (expected 1 value)
66clang: error: no input files
67configure:2976: $? = 1
68configure:2965: /usr/bin/clang -qversion >&5
69clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
70clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
71clang: error: no input files
72configure:2976: $? = 1
73configure:2996: checking whether the C compiler works
74configure:3018: /usr/bin/clang -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
75configure:3022: $? = 0
76configure:3070: result: yes
77configure:3073: checking for C compiler default output file name
78configure:3075: result: a.out
79configure:3081: checking for suffix of executables
80configure:3088: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
81configure:3092: $? = 0
82configure:3114: result:
83configure:3136: checking whether we are cross compiling
84configure:3144: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
85configure:3148: $? = 0
86configure:3155: ./conftest
87configure:3159: $? = 0
88configure:3174: result: no
89configure:3179: checking for suffix of object files
90configure:3201: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
91configure:3205: $? = 0
92configure:3226: result: o
93configure:3230: checking whether we are using the GNU C compiler
94configure:3249: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
95configure:3249: $? = 0
96configure:3258: result: yes
97configure:3267: checking whether /usr/bin/clang accepts -g
98configure:3287: /usr/bin/clang -c -g -isystem/opt/local/include conftest.c >&5
99configure:3287: $? = 0
100configure:3328: result: yes
101configure:3345: checking for /usr/bin/clang option to accept ISO C89
102configure:3408: /usr/bin/clang  -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
103configure:3408: $? = 0
104configure:3421: result: none needed
105configure:3446: checking how to run the C preprocessor
106configure:3477: /usr/bin/clang -E -isystem/opt/local/include conftest.c
107configure:3477: $? = 0
108configure:3491: /usr/bin/clang -E -isystem/opt/local/include conftest.c
109conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
110#include <ac_nonexistent.h>
111         ^
1121 error generated.
113configure:3491: $? = 1
114configure: failed program was:
115| /* confdefs.h */
116| #define PACKAGE_NAME ""
117| #define PACKAGE_TARNAME ""
118| #define PACKAGE_VERSION ""
119| #define PACKAGE_STRING ""
120| #define PACKAGE_BUGREPORT ""
121| #define PACKAGE_URL ""
122| /* end confdefs.h.  */
123| #include <ac_nonexistent.h>
124configure:3516: result: /usr/bin/clang -E
125configure:3536: /usr/bin/clang -E -isystem/opt/local/include conftest.c
126configure:3536: $? = 0
127configure:3550: /usr/bin/clang -E -isystem/opt/local/include conftest.c
128conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
129#include <ac_nonexistent.h>
130         ^
1311 error generated.
132configure:3550: $? = 1
133configure: failed program was:
134| /* confdefs.h */
135| #define PACKAGE_NAME ""
136| #define PACKAGE_TARNAME ""
137| #define PACKAGE_VERSION ""
138| #define PACKAGE_STRING ""
139| #define PACKAGE_BUGREPORT ""
140| #define PACKAGE_URL ""
141| /* end confdefs.h.  */
142| #include <ac_nonexistent.h>
143configure:3580: checking for a sed that does not truncate output
144configure:3644: result: /usr/bin/sed
145configure:3700: checking for ranlib
146configure:3716: found /usr/bin/ranlib
147configure:3727: result: ranlib
148configure:3753: checking for pkg-config
149configure:3771: found /opt/local/bin/pkg-config
150configure:3783: result: /opt/local/bin/pkg-config
151configure:3901: checking supported compiler flags
152configure:3919: /usr/bin/clang -c -pipe -Os -arch x86_64 -O2 -isystem/opt/local/include conftest.c >&5
153configure:3919: $? = 0
154configure:3941: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -isystem/opt/local/include conftest.c >&5
155configure:3941: $? = 0
156configure:3941: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wstrict-prototypes -isystem/opt/local/include conftest.c >&5
157configure:3941: $? = 0
158configure:3941: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wundef -isystem/opt/local/include conftest.c >&5
159configure:3941: $? = 0
160configure:3941: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wmissing-declarations -isystem/opt/local/include conftest.c >&5
161configure:3941: $? = 0
162configure:3941: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wmissing-prototypes -isystem/opt/local/include conftest.c >&5
163configure:3941: $? = 0
164configure:3941: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wwrite-strings -isystem/opt/local/include conftest.c >&5
165configure:3941: $? = 0
166configure:3941: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-strict-aliasing -isystem/opt/local/include conftest.c >&5
167configure:3941: $? = 0
168configure:3941: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wdeclaration-after-statement -isystem/opt/local/include conftest.c >&5
169configure:3941: $? = 0
170configure:3941: /usr/bin/clang -c -pipe -Os -arch x86_64 -fno-builtin -isystem/opt/local/include conftest.c >&5
171configure:3941: $? = 0
172configure:3941: /usr/bin/clang -c -pipe -Os -arch x86_64 -fno-common -isystem/opt/local/include conftest.c >&5
173configure:3941: $? = 0
174configure:3965: /usr/bin/clang -c -pipe -Os -arch x86_64 -gdwarf-2 -isystem/opt/local/include conftest.c >&5
175configure:3965: $? = 0
176configure:3965: /usr/bin/clang -c -pipe -Os -arch x86_64 -g3 -isystem/opt/local/include conftest.c >&5
177configure:3965: $? = 0
178configure:3965: /usr/bin/clang -c -pipe -Os -arch x86_64 -O0 -isystem/opt/local/include conftest.c >&5
179configure:3965: $? = 0
180configure:3975: result:  ...done.
181configure:3981: checking for big endian
182configure:4019: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
183configure:4019: $? = 0
184configure:4019: ./conftest
185configure:4019: $? = 1
186configure: program exited with status 1
187configure: failed program was:
188| /* confdefs.h */
189| #define PACKAGE_NAME ""
190| #define PACKAGE_TARNAME ""
191| #define PACKAGE_VERSION ""
192| #define PACKAGE_STRING ""
193| #define PACKAGE_BUGREPORT ""
194| #define PACKAGE_URL ""
195| /* end confdefs.h.  */
196| #include <stdio.h>
197| int
198| main ()
199| {
200|
201|      static const int one = 1;
202|      return (*(char*)&one == 0 ? 0 : 1);
203|
204|   ;
205|   return 0;
206| }
207configure:4023: result: little
208configure:4041: checking sse2 support
209configure:4063: /usr/bin/clang -o conftest -pipe -Os -arch x86_64  -O2 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
210configure:4063: $? = 0
211configure:4081: result: yes
212configure:4105: checking for dirent.h that defines DIR
213configure:4124: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
214configure:4124: $? = 0
215configure:4132: result: yes
216configure:4145: checking for library containing opendir
217configure:4176: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
218configure:4176: $? = 0
219configure:4193: result: none required
220configure:4261: checking for grep that handles long lines and -e
221configure:4319: result: /usr/bin/grep
222configure:4324: checking for egrep
223configure:4386: result: /usr/bin/grep -E
224configure:4391: checking for ANSI C header files
225configure:4411: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
226configure:4411: $? = 0
227configure:4484: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
228configure:4484: $? = 0
229configure:4484: ./conftest
230configure:4484: $? = 0
231configure:4495: result: yes
232configure:4508: checking for sys/types.h
233configure:4508: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
234configure:4508: $? = 0
235configure:4508: result: yes
236configure:4508: checking for sys/stat.h
237configure:4508: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
238configure:4508: $? = 0
239configure:4508: result: yes
240configure:4508: checking for stdlib.h
241configure:4508: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
242configure:4508: $? = 0
243configure:4508: result: yes
244configure:4508: checking for string.h
245configure:4508: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
246configure:4508: $? = 0
247configure:4508: result: yes
248configure:4508: checking for memory.h
249configure:4508: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
250configure:4508: $? = 0
251configure:4508: result: yes
252configure:4508: checking for strings.h
253configure:4508: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
254configure:4508: $? = 0
255configure:4508: result: yes
256configure:4508: checking for inttypes.h
257configure:4508: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
258configure:4508: $? = 0
259configure:4508: result: yes
260configure:4508: checking for stdint.h
261configure:4508: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
262configure:4508: $? = 0
263configure:4508: result: yes
264configure:4508: checking for unistd.h
265configure:4508: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
266configure:4508: $? = 0
267configure:4508: result: yes
268configure:4523: checking errno.h usability
269configure:4523: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
270configure:4523: $? = 0
271configure:4523: result: yes
272configure:4523: checking errno.h presence
273configure:4523: /usr/bin/clang -E -isystem/opt/local/include conftest.c
274configure:4523: $? = 0
275configure:4523: result: yes
276configure:4523: checking for errno.h
277configure:4523: result: yes
278configure:4523: checking fcntl.h usability
279configure:4523: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
280configure:4523: $? = 0
281configure:4523: result: yes
282configure:4523: checking fcntl.h presence
283configure:4523: /usr/bin/clang -E -isystem/opt/local/include conftest.c
284configure:4523: $? = 0
285configure:4523: result: yes
286configure:4523: checking for fcntl.h
287configure:4523: result: yes
288configure:4523: checking limits.h usability
289configure:4523: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
290configure:4523: $? = 0
291configure:4523: result: yes
292configure:4523: checking limits.h presence
293configure:4523: /usr/bin/clang -E -isystem/opt/local/include conftest.c
294configure:4523: $? = 0
295configure:4523: result: yes
296configure:4523: checking for limits.h
297configure:4523: result: yes
298configure:4523: checking malloc.h usability
299configure:4523: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
300conftest.c:56:10: fatal error: 'malloc.h' file not found
301#include <malloc.h>
302         ^
3031 error generated.
304configure:4523: $? = 1
305configure: 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 PACKAGE_URL ""
313| #define HAVE_DIRENT_H 1
314| #define STDC_HEADERS 1
315| #define HAVE_SYS_TYPES_H 1
316| #define HAVE_SYS_STAT_H 1
317| #define HAVE_STDLIB_H 1
318| #define HAVE_STRING_H 1
319| #define HAVE_MEMORY_H 1
320| #define HAVE_STRINGS_H 1
321| #define HAVE_INTTYPES_H 1
322| #define HAVE_STDINT_H 1
323| #define HAVE_UNISTD_H 1
324| #define HAVE_ERRNO_H 1
325| #define HAVE_FCNTL_H 1
326| #define HAVE_LIMITS_H 1
327| /* end confdefs.h.  */
328| #include <stdio.h>
329| #ifdef HAVE_SYS_TYPES_H
330| # include <sys/types.h>
331| #endif
332| #ifdef HAVE_SYS_STAT_H
333| # include <sys/stat.h>
334| #endif
335| #ifdef STDC_HEADERS
336| # include <stdlib.h>
337| # include <stddef.h>
338| #else
339| # ifdef HAVE_STDLIB_H
340| #  include <stdlib.h>
341| # endif
342| #endif
343| #ifdef HAVE_STRING_H
344| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
345| #  include <memory.h>
346| # endif
347| # include <string.h>
348| #endif
349| #ifdef HAVE_STRINGS_H
350| # include <strings.h>
351| #endif
352| #ifdef HAVE_INTTYPES_H
353| # include <inttypes.h>
354| #endif
355| #ifdef HAVE_STDINT_H
356| # include <stdint.h>
357| #endif
358| #ifdef HAVE_UNISTD_H
359| # include <unistd.h>
360| #endif
361| #include <malloc.h>
362configure:4523: result: no
363configure:4523: checking malloc.h presence
364configure:4523: /usr/bin/clang -E -isystem/opt/local/include conftest.c
365conftest.c:23:10: fatal error: 'malloc.h' file not found
366#include <malloc.h>
367         ^
3681 error generated.
369configure:4523: $? = 1
370configure: failed program was:
371| /* confdefs.h */
372| #define PACKAGE_NAME ""
373| #define PACKAGE_TARNAME ""
374| #define PACKAGE_VERSION ""
375| #define PACKAGE_STRING ""
376| #define PACKAGE_BUGREPORT ""
377| #define PACKAGE_URL ""
378| #define HAVE_DIRENT_H 1
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_ERRNO_H 1
390| #define HAVE_FCNTL_H 1
391| #define HAVE_LIMITS_H 1
392| /* end confdefs.h.  */
393| #include <malloc.h>
394configure:4523: result: no
395configure:4523: checking for malloc.h
396configure:4523: result: no
397configure:4523: checking for memory.h
398configure:4523: result: yes
399configure:4523: checking for stdlib.h
400configure:4523: result: yes
401configure:4523: checking for string.h
402configure:4523: result: yes
403configure:4523: checking for strings.h
404configure:4523: result: yes
405configure:4523: checking sys/ioctl.h usability
406configure:4523: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
407configure:4523: $? = 0
408configure:4523: result: yes
409configure:4523: checking sys/ioctl.h presence
410configure:4523: /usr/bin/clang -E -isystem/opt/local/include conftest.c
411configure:4523: $? = 0
412configure:4523: result: yes
413configure:4523: checking for sys/ioctl.h
414configure:4523: result: yes
415configure:4523: checking sys/param.h usability
416configure:4523: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
417configure:4523: $? = 0
418configure:4523: result: yes
419configure:4523: checking sys/param.h presence
420configure:4523: /usr/bin/clang -E -isystem/opt/local/include conftest.c
421configure:4523: $? = 0
422configure:4523: result: yes
423configure:4523: checking for sys/param.h
424configure:4523: result: yes
425configure:4523: checking sys/time.h usability
426configure:4523: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
427configure:4523: $? = 0
428configure:4523: result: yes
429configure:4523: checking sys/time.h presence
430configure:4523: /usr/bin/clang -E -isystem/opt/local/include conftest.c
431configure:4523: $? = 0
432configure:4523: result: yes
433configure:4523: checking for sys/time.h
434configure:4523: result: yes
435configure:4523: checking sys/times.h usability
436configure:4523: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
437configure:4523: $? = 0
438configure:4523: result: yes
439configure:4523: checking sys/times.h presence
440configure:4523: /usr/bin/clang -E -isystem/opt/local/include conftest.c
441configure:4523: $? = 0
442configure:4523: result: yes
443configure:4523: checking for sys/times.h
444configure:4523: result: yes
445configure:4523: checking syslog.h usability
446configure:4523: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
447configure:4523: $? = 0
448configure:4523: result: yes
449configure:4523: checking syslog.h presence
450configure:4523: /usr/bin/clang -E -isystem/opt/local/include conftest.c
451configure:4523: $? = 0
452configure:4523: result: yes
453configure:4523: checking for syslog.h
454configure:4523: result: yes
455configure:4523: checking for unistd.h
456configure:4523: result: yes
457configure:4523: checking dirent.h usability
458configure:4523: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
459configure:4523: $? = 0
460configure:4523: result: yes
461configure:4523: checking dirent.h presence
462configure:4523: /usr/bin/clang -E -isystem/opt/local/include conftest.c
463configure:4523: $? = 0
464configure:4523: result: yes
465configure:4523: checking for dirent.h
466configure:4523: result: yes
467configure:4523: checking ndir.h usability
468configure:4523: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
469conftest.c:67:10: fatal error: 'ndir.h' file not found
470#include <ndir.h>
471         ^
4721 error generated.
473configure:4523: $? = 1
474configure: failed program was:
475| /* confdefs.h */
476| #define PACKAGE_NAME ""
477| #define PACKAGE_TARNAME ""
478| #define PACKAGE_VERSION ""
479| #define PACKAGE_STRING ""
480| #define PACKAGE_BUGREPORT ""
481| #define PACKAGE_URL ""
482| #define HAVE_DIRENT_H 1
483| #define STDC_HEADERS 1
484| #define HAVE_SYS_TYPES_H 1
485| #define HAVE_SYS_STAT_H 1
486| #define HAVE_STDLIB_H 1
487| #define HAVE_STRING_H 1
488| #define HAVE_MEMORY_H 1
489| #define HAVE_STRINGS_H 1
490| #define HAVE_INTTYPES_H 1
491| #define HAVE_STDINT_H 1
492| #define HAVE_UNISTD_H 1
493| #define HAVE_ERRNO_H 1
494| #define HAVE_FCNTL_H 1
495| #define HAVE_LIMITS_H 1
496| #define HAVE_MEMORY_H 1
497| #define HAVE_STDLIB_H 1
498| #define HAVE_STRING_H 1
499| #define HAVE_STRINGS_H 1
500| #define HAVE_SYS_IOCTL_H 1
501| #define HAVE_SYS_PARAM_H 1
502| #define HAVE_SYS_TIME_H 1
503| #define HAVE_SYS_TIMES_H 1
504| #define HAVE_SYSLOG_H 1
505| #define HAVE_UNISTD_H 1
506| #define HAVE_DIRENT_H 1
507| /* end confdefs.h.  */
508| #include <stdio.h>
509| #ifdef HAVE_SYS_TYPES_H
510| # include <sys/types.h>
511| #endif
512| #ifdef HAVE_SYS_STAT_H
513| # include <sys/stat.h>
514| #endif
515| #ifdef STDC_HEADERS
516| # include <stdlib.h>
517| # include <stddef.h>
518| #else
519| # ifdef HAVE_STDLIB_H
520| #  include <stdlib.h>
521| # endif
522| #endif
523| #ifdef HAVE_STRING_H
524| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
525| #  include <memory.h>
526| # endif
527| # include <string.h>
528| #endif
529| #ifdef HAVE_STRINGS_H
530| # include <strings.h>
531| #endif
532| #ifdef HAVE_INTTYPES_H
533| # include <inttypes.h>
534| #endif
535| #ifdef HAVE_STDINT_H
536| # include <stdint.h>
537| #endif
538| #ifdef HAVE_UNISTD_H
539| # include <unistd.h>
540| #endif
541| #include <ndir.h>
542configure:4523: result: no
543configure:4523: checking ndir.h presence
544configure:4523: /usr/bin/clang -E -isystem/opt/local/include conftest.c
545conftest.c:34:10: fatal error: 'ndir.h' file not found
546#include <ndir.h>
547         ^
5481 error generated.
549configure:4523: $? = 1
550configure: failed program was:
551| /* confdefs.h */
552| #define PACKAGE_NAME ""
553| #define PACKAGE_TARNAME ""
554| #define PACKAGE_VERSION ""
555| #define PACKAGE_STRING ""
556| #define PACKAGE_BUGREPORT ""
557| #define PACKAGE_URL ""
558| #define HAVE_DIRENT_H 1
559| #define STDC_HEADERS 1
560| #define HAVE_SYS_TYPES_H 1
561| #define HAVE_SYS_STAT_H 1
562| #define HAVE_STDLIB_H 1
563| #define HAVE_STRING_H 1
564| #define HAVE_MEMORY_H 1
565| #define HAVE_STRINGS_H 1
566| #define HAVE_INTTYPES_H 1
567| #define HAVE_STDINT_H 1
568| #define HAVE_UNISTD_H 1
569| #define HAVE_ERRNO_H 1
570| #define HAVE_FCNTL_H 1
571| #define HAVE_LIMITS_H 1
572| #define HAVE_MEMORY_H 1
573| #define HAVE_STDLIB_H 1
574| #define HAVE_STRING_H 1
575| #define HAVE_STRINGS_H 1
576| #define HAVE_SYS_IOCTL_H 1
577| #define HAVE_SYS_PARAM_H 1
578| #define HAVE_SYS_TIME_H 1
579| #define HAVE_SYS_TIMES_H 1
580| #define HAVE_SYSLOG_H 1
581| #define HAVE_UNISTD_H 1
582| #define HAVE_DIRENT_H 1
583| /* end confdefs.h.  */
584| #include <ndir.h>
585configure:4523: result: no
586configure:4523: checking for ndir.h
587configure:4523: result: no
588configure:4523: checking sys/dir.h usability
589configure:4523: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
590configure:4523: $? = 0
591configure:4523: result: yes
592configure:4523: checking sys/dir.h presence
593configure:4523: /usr/bin/clang -E -isystem/opt/local/include conftest.c
594configure:4523: $? = 0
595configure:4523: result: yes
596configure:4523: checking for sys/dir.h
597configure:4523: result: yes
598configure:4523: checking sys/ndir.h usability
599configure:4523: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
600conftest.c:68:10: fatal error: 'sys/ndir.h' file not found
601#include <sys/ndir.h>
602         ^
6031 error generated.
604configure:4523: $? = 1
605configure: failed program was:
606| /* confdefs.h */
607| #define PACKAGE_NAME ""
608| #define PACKAGE_TARNAME ""
609| #define PACKAGE_VERSION ""
610| #define PACKAGE_STRING ""
611| #define PACKAGE_BUGREPORT ""
612| #define PACKAGE_URL ""
613| #define HAVE_DIRENT_H 1
614| #define STDC_HEADERS 1
615| #define HAVE_SYS_TYPES_H 1
616| #define HAVE_SYS_STAT_H 1
617| #define HAVE_STDLIB_H 1
618| #define HAVE_STRING_H 1
619| #define HAVE_MEMORY_H 1
620| #define HAVE_STRINGS_H 1
621| #define HAVE_INTTYPES_H 1
622| #define HAVE_STDINT_H 1
623| #define HAVE_UNISTD_H 1
624| #define HAVE_ERRNO_H 1
625| #define HAVE_FCNTL_H 1
626| #define HAVE_LIMITS_H 1
627| #define HAVE_MEMORY_H 1
628| #define HAVE_STDLIB_H 1
629| #define HAVE_STRING_H 1
630| #define HAVE_STRINGS_H 1
631| #define HAVE_SYS_IOCTL_H 1
632| #define HAVE_SYS_PARAM_H 1
633| #define HAVE_SYS_TIME_H 1
634| #define HAVE_SYS_TIMES_H 1
635| #define HAVE_SYSLOG_H 1
636| #define HAVE_UNISTD_H 1
637| #define HAVE_DIRENT_H 1
638| #define HAVE_SYS_DIR_H 1
639| /* end confdefs.h.  */
640| #include <stdio.h>
641| #ifdef HAVE_SYS_TYPES_H
642| # include <sys/types.h>
643| #endif
644| #ifdef HAVE_SYS_STAT_H
645| # include <sys/stat.h>
646| #endif
647| #ifdef STDC_HEADERS
648| # include <stdlib.h>
649| # include <stddef.h>
650| #else
651| # ifdef HAVE_STDLIB_H
652| #  include <stdlib.h>
653| # endif
654| #endif
655| #ifdef HAVE_STRING_H
656| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
657| #  include <memory.h>
658| # endif
659| # include <string.h>
660| #endif
661| #ifdef HAVE_STRINGS_H
662| # include <strings.h>
663| #endif
664| #ifdef HAVE_INTTYPES_H
665| # include <inttypes.h>
666| #endif
667| #ifdef HAVE_STDINT_H
668| # include <stdint.h>
669| #endif
670| #ifdef HAVE_UNISTD_H
671| # include <unistd.h>
672| #endif
673| #include <sys/ndir.h>
674configure:4523: result: no
675configure:4523: checking sys/ndir.h presence
676configure:4523: /usr/bin/clang -E -isystem/opt/local/include conftest.c
677conftest.c:35:10: fatal error: 'sys/ndir.h' file not found
678#include <sys/ndir.h>
679         ^
6801 error generated.
681configure:4523: $? = 1
682configure: failed program was:
683| /* confdefs.h */
684| #define PACKAGE_NAME ""
685| #define PACKAGE_TARNAME ""
686| #define PACKAGE_VERSION ""
687| #define PACKAGE_STRING ""
688| #define PACKAGE_BUGREPORT ""
689| #define PACKAGE_URL ""
690| #define HAVE_DIRENT_H 1
691| #define STDC_HEADERS 1
692| #define HAVE_SYS_TYPES_H 1
693| #define HAVE_SYS_STAT_H 1
694| #define HAVE_STDLIB_H 1
695| #define HAVE_STRING_H 1
696| #define HAVE_MEMORY_H 1
697| #define HAVE_STRINGS_H 1
698| #define HAVE_INTTYPES_H 1
699| #define HAVE_STDINT_H 1
700| #define HAVE_UNISTD_H 1
701| #define HAVE_ERRNO_H 1
702| #define HAVE_FCNTL_H 1
703| #define HAVE_LIMITS_H 1
704| #define HAVE_MEMORY_H 1
705| #define HAVE_STDLIB_H 1
706| #define HAVE_STRING_H 1
707| #define HAVE_STRINGS_H 1
708| #define HAVE_SYS_IOCTL_H 1
709| #define HAVE_SYS_PARAM_H 1
710| #define HAVE_SYS_TIME_H 1
711| #define HAVE_SYS_TIMES_H 1
712| #define HAVE_SYSLOG_H 1
713| #define HAVE_UNISTD_H 1
714| #define HAVE_DIRENT_H 1
715| #define HAVE_SYS_DIR_H 1
716| /* end confdefs.h.  */
717| #include <sys/ndir.h>
718configure:4523: result: no
719configure:4523: checking for sys/ndir.h
720configure:4523: result: no
721configure:4523: checking for inttypes.h
722configure:4523: result: yes
723configure:4545: checking sys/window.h usability
724configure:4545: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
725conftest.c:69:10: fatal error: 'sys/window.h' file not found
726#include <sys/window.h>
727         ^
7281 error generated.
729configure:4545: $? = 1
730configure: failed program was:
731| /* confdefs.h */
732| #define PACKAGE_NAME ""
733| #define PACKAGE_TARNAME ""
734| #define PACKAGE_VERSION ""
735| #define PACKAGE_STRING ""
736| #define PACKAGE_BUGREPORT ""
737| #define PACKAGE_URL ""
738| #define HAVE_DIRENT_H 1
739| #define STDC_HEADERS 1
740| #define HAVE_SYS_TYPES_H 1
741| #define HAVE_SYS_STAT_H 1
742| #define HAVE_STDLIB_H 1
743| #define HAVE_STRING_H 1
744| #define HAVE_MEMORY_H 1
745| #define HAVE_STRINGS_H 1
746| #define HAVE_INTTYPES_H 1
747| #define HAVE_STDINT_H 1
748| #define HAVE_UNISTD_H 1
749| #define HAVE_ERRNO_H 1
750| #define HAVE_FCNTL_H 1
751| #define HAVE_LIMITS_H 1
752| #define HAVE_MEMORY_H 1
753| #define HAVE_STDLIB_H 1
754| #define HAVE_STRING_H 1
755| #define HAVE_STRINGS_H 1
756| #define HAVE_SYS_IOCTL_H 1
757| #define HAVE_SYS_PARAM_H 1
758| #define HAVE_SYS_TIME_H 1
759| #define HAVE_SYS_TIMES_H 1
760| #define HAVE_SYSLOG_H 1
761| #define HAVE_UNISTD_H 1
762| #define HAVE_DIRENT_H 1
763| #define HAVE_SYS_DIR_H 1
764| #define HAVE_INTTYPES_H 1
765| /* end confdefs.h.  */
766| #include <stdio.h>
767| #ifdef HAVE_SYS_TYPES_H
768| # include <sys/types.h>
769| #endif
770| #ifdef HAVE_SYS_STAT_H
771| # include <sys/stat.h>
772| #endif
773| #ifdef STDC_HEADERS
774| # include <stdlib.h>
775| # include <stddef.h>
776| #else
777| # ifdef HAVE_STDLIB_H
778| #  include <stdlib.h>
779| # endif
780| #endif
781| #ifdef HAVE_STRING_H
782| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
783| #  include <memory.h>
784| # endif
785| # include <string.h>
786| #endif
787| #ifdef HAVE_STRINGS_H
788| # include <strings.h>
789| #endif
790| #ifdef HAVE_INTTYPES_H
791| # include <inttypes.h>
792| #endif
793| #ifdef HAVE_STDINT_H
794| # include <stdint.h>
795| #endif
796| #ifdef HAVE_UNISTD_H
797| # include <unistd.h>
798| #endif
799| #include <sys/window.h>
800configure:4545: result: no
801configure:4545: checking sys/window.h presence
802configure:4545: /usr/bin/clang -E -isystem/opt/local/include conftest.c
803conftest.c:36:10: fatal error: 'sys/window.h' file not found
804#include <sys/window.h>
805         ^
8061 error generated.
807configure:4545: $? = 1
808configure: failed program was:
809| /* confdefs.h */
810| #define PACKAGE_NAME ""
811| #define PACKAGE_TARNAME ""
812| #define PACKAGE_VERSION ""
813| #define PACKAGE_STRING ""
814| #define PACKAGE_BUGREPORT ""
815| #define PACKAGE_URL ""
816| #define HAVE_DIRENT_H 1
817| #define STDC_HEADERS 1
818| #define HAVE_SYS_TYPES_H 1
819| #define HAVE_SYS_STAT_H 1
820| #define HAVE_STDLIB_H 1
821| #define HAVE_STRING_H 1
822| #define HAVE_MEMORY_H 1
823| #define HAVE_STRINGS_H 1
824| #define HAVE_INTTYPES_H 1
825| #define HAVE_STDINT_H 1
826| #define HAVE_UNISTD_H 1
827| #define HAVE_ERRNO_H 1
828| #define HAVE_FCNTL_H 1
829| #define HAVE_LIMITS_H 1
830| #define HAVE_MEMORY_H 1
831| #define HAVE_STDLIB_H 1
832| #define HAVE_STRING_H 1
833| #define HAVE_STRINGS_H 1
834| #define HAVE_SYS_IOCTL_H 1
835| #define HAVE_SYS_PARAM_H 1
836| #define HAVE_SYS_TIME_H 1
837| #define HAVE_SYS_TIMES_H 1
838| #define HAVE_SYSLOG_H 1
839| #define HAVE_UNISTD_H 1
840| #define HAVE_DIRENT_H 1
841| #define HAVE_SYS_DIR_H 1
842| #define HAVE_INTTYPES_H 1
843| /* end confdefs.h.  */
844| #include <sys/window.h>
845configure:4545: result: no
846configure:4545: checking for sys/window.h
847configure:4545: result: no
848configure:4553: checking for an ANSI C-conforming const
849configure:4619: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
850configure:4619: $? = 0
851configure:4626: result: yes
852configure:4634: checking for inline
853configure:4650: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
854configure:4650: $? = 0
855configure:4658: result: inline
856configure:4676: checking for mode_t
857configure:4676: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
858configure:4676: $? = 0
859configure:4676: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
860conftest.c:72:21: error: expected expression
861if (sizeof ((mode_t)))
862                    ^
8631 error generated.
864configure:4676: $? = 1
865configure: failed program was:
866| /* confdefs.h */
867| #define PACKAGE_NAME ""
868| #define PACKAGE_TARNAME ""
869| #define PACKAGE_VERSION ""
870| #define PACKAGE_STRING ""
871| #define PACKAGE_BUGREPORT ""
872| #define PACKAGE_URL ""
873| #define HAVE_DIRENT_H 1
874| #define STDC_HEADERS 1
875| #define HAVE_SYS_TYPES_H 1
876| #define HAVE_SYS_STAT_H 1
877| #define HAVE_STDLIB_H 1
878| #define HAVE_STRING_H 1
879| #define HAVE_MEMORY_H 1
880| #define HAVE_STRINGS_H 1
881| #define HAVE_INTTYPES_H 1
882| #define HAVE_STDINT_H 1
883| #define HAVE_UNISTD_H 1
884| #define HAVE_ERRNO_H 1
885| #define HAVE_FCNTL_H 1
886| #define HAVE_LIMITS_H 1
887| #define HAVE_MEMORY_H 1
888| #define HAVE_STDLIB_H 1
889| #define HAVE_STRING_H 1
890| #define HAVE_STRINGS_H 1
891| #define HAVE_SYS_IOCTL_H 1
892| #define HAVE_SYS_PARAM_H 1
893| #define HAVE_SYS_TIME_H 1
894| #define HAVE_SYS_TIMES_H 1
895| #define HAVE_SYSLOG_H 1
896| #define HAVE_UNISTD_H 1
897| #define HAVE_DIRENT_H 1
898| #define HAVE_SYS_DIR_H 1
899| #define HAVE_INTTYPES_H 1
900| /* end confdefs.h.  */
901| #include <stdio.h>
902| #ifdef HAVE_SYS_TYPES_H
903| # include <sys/types.h>
904| #endif
905| #ifdef HAVE_SYS_STAT_H
906| # include <sys/stat.h>
907| #endif
908| #ifdef STDC_HEADERS
909| # include <stdlib.h>
910| # include <stddef.h>
911| #else
912| # ifdef HAVE_STDLIB_H
913| #  include <stdlib.h>
914| # endif
915| #endif
916| #ifdef HAVE_STRING_H
917| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
918| #  include <memory.h>
919| # endif
920| # include <string.h>
921| #endif
922| #ifdef HAVE_STRINGS_H
923| # include <strings.h>
924| #endif
925| #ifdef HAVE_INTTYPES_H
926| # include <inttypes.h>
927| #endif
928| #ifdef HAVE_STDINT_H
929| # include <stdint.h>
930| #endif
931| #ifdef HAVE_UNISTD_H
932| # include <unistd.h>
933| #endif
934| int
935| main ()
936| {
937| if (sizeof ((mode_t)))
938|           return 0;
939|   ;
940|   return 0;
941| }
942configure:4676: result: yes
943configure:4687: checking for off_t
944configure:4687: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
945configure:4687: $? = 0
946configure:4687: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
947conftest.c:72:20: error: expected expression
948if (sizeof ((off_t)))
949                   ^
9501 error generated.
951configure:4687: $? = 1
952configure: failed program was:
953| /* confdefs.h */
954| #define PACKAGE_NAME ""
955| #define PACKAGE_TARNAME ""
956| #define PACKAGE_VERSION ""
957| #define PACKAGE_STRING ""
958| #define PACKAGE_BUGREPORT ""
959| #define PACKAGE_URL ""
960| #define HAVE_DIRENT_H 1
961| #define STDC_HEADERS 1
962| #define HAVE_SYS_TYPES_H 1
963| #define HAVE_SYS_STAT_H 1
964| #define HAVE_STDLIB_H 1
965| #define HAVE_STRING_H 1
966| #define HAVE_MEMORY_H 1
967| #define HAVE_STRINGS_H 1
968| #define HAVE_INTTYPES_H 1
969| #define HAVE_STDINT_H 1
970| #define HAVE_UNISTD_H 1
971| #define HAVE_ERRNO_H 1
972| #define HAVE_FCNTL_H 1
973| #define HAVE_LIMITS_H 1
974| #define HAVE_MEMORY_H 1
975| #define HAVE_STDLIB_H 1
976| #define HAVE_STRING_H 1
977| #define HAVE_STRINGS_H 1
978| #define HAVE_SYS_IOCTL_H 1
979| #define HAVE_SYS_PARAM_H 1
980| #define HAVE_SYS_TIME_H 1
981| #define HAVE_SYS_TIMES_H 1
982| #define HAVE_SYSLOG_H 1
983| #define HAVE_UNISTD_H 1
984| #define HAVE_DIRENT_H 1
985| #define HAVE_SYS_DIR_H 1
986| #define HAVE_INTTYPES_H 1
987| /* end confdefs.h.  */
988| #include <stdio.h>
989| #ifdef HAVE_SYS_TYPES_H
990| # include <sys/types.h>
991| #endif
992| #ifdef HAVE_SYS_STAT_H
993| # include <sys/stat.h>
994| #endif
995| #ifdef STDC_HEADERS
996| # include <stdlib.h>
997| # include <stddef.h>
998| #else
999| # ifdef HAVE_STDLIB_H
1000| #  include <stdlib.h>
1001| # endif
1002| #endif
1003| #ifdef HAVE_STRING_H
1004| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1005| #  include <memory.h>
1006| # endif
1007| # include <string.h>
1008| #endif
1009| #ifdef HAVE_STRINGS_H
1010| # include <strings.h>
1011| #endif
1012| #ifdef HAVE_INTTYPES_H
1013| # include <inttypes.h>
1014| #endif
1015| #ifdef HAVE_STDINT_H
1016| # include <stdint.h>
1017| #endif
1018| #ifdef HAVE_UNISTD_H
1019| # include <unistd.h>
1020| #endif
1021| int
1022| main ()
1023| {
1024| if (sizeof ((off_t)))
1025|           return 0;
1026|   ;
1027|   return 0;
1028| }
1029configure:4687: result: yes
1030configure:4698: checking for size_t
1031configure:4698: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
1032configure:4698: $? = 0
1033configure:4698: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
1034conftest.c:72:21: error: expected expression
1035if (sizeof ((size_t)))
1036                    ^
10371 error generated.
1038configure:4698: $? = 1
1039configure: failed program was:
1040| /* confdefs.h */
1041| #define PACKAGE_NAME ""
1042| #define PACKAGE_TARNAME ""
1043| #define PACKAGE_VERSION ""
1044| #define PACKAGE_STRING ""
1045| #define PACKAGE_BUGREPORT ""
1046| #define PACKAGE_URL ""
1047| #define HAVE_DIRENT_H 1
1048| #define STDC_HEADERS 1
1049| #define HAVE_SYS_TYPES_H 1
1050| #define HAVE_SYS_STAT_H 1
1051| #define HAVE_STDLIB_H 1
1052| #define HAVE_STRING_H 1
1053| #define HAVE_MEMORY_H 1
1054| #define HAVE_STRINGS_H 1
1055| #define HAVE_INTTYPES_H 1
1056| #define HAVE_STDINT_H 1
1057| #define HAVE_UNISTD_H 1
1058| #define HAVE_ERRNO_H 1
1059| #define HAVE_FCNTL_H 1
1060| #define HAVE_LIMITS_H 1
1061| #define HAVE_MEMORY_H 1
1062| #define HAVE_STDLIB_H 1
1063| #define HAVE_STRING_H 1
1064| #define HAVE_STRINGS_H 1
1065| #define HAVE_SYS_IOCTL_H 1
1066| #define HAVE_SYS_PARAM_H 1
1067| #define HAVE_SYS_TIME_H 1
1068| #define HAVE_SYS_TIMES_H 1
1069| #define HAVE_SYSLOG_H 1
1070| #define HAVE_UNISTD_H 1
1071| #define HAVE_DIRENT_H 1
1072| #define HAVE_SYS_DIR_H 1
1073| #define HAVE_INTTYPES_H 1
1074| /* end confdefs.h.  */
1075| #include <stdio.h>
1076| #ifdef HAVE_SYS_TYPES_H
1077| # include <sys/types.h>
1078| #endif
1079| #ifdef HAVE_SYS_STAT_H
1080| # include <sys/stat.h>
1081| #endif
1082| #ifdef STDC_HEADERS
1083| # include <stdlib.h>
1084| # include <stddef.h>
1085| #else
1086| # ifdef HAVE_STDLIB_H
1087| #  include <stdlib.h>
1088| # endif
1089| #endif
1090| #ifdef HAVE_STRING_H
1091| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1092| #  include <memory.h>
1093| # endif
1094| # include <string.h>
1095| #endif
1096| #ifdef HAVE_STRINGS_H
1097| # include <strings.h>
1098| #endif
1099| #ifdef HAVE_INTTYPES_H
1100| # include <inttypes.h>
1101| #endif
1102| #ifdef HAVE_STDINT_H
1103| # include <stdint.h>
1104| #endif
1105| #ifdef HAVE_UNISTD_H
1106| # include <unistd.h>
1107| #endif
1108| int
1109| main ()
1110| {
1111| if (sizeof ((size_t)))
1112|           return 0;
1113|   ;
1114|   return 0;
1115| }
1116configure:4698: result: yes
1117configure:4709: checking for struct stat.st_blocks
1118configure:4709: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
1119configure:4709: $? = 0
1120configure:4709: result: yes
1121configure:4729: checking whether time.h and sys/time.h may both be included
1122configure:4749: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
1123configure:4749: $? = 0
1124configure:4756: result: yes
1125configure:4764: checking whether struct tm is in sys/time.h or time.h
1126configure:4784: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
1127configure:4784: $? = 0
1128configure:4791: result: time.h
1129configure:4909: checking size of unsigned long int
1130configure:4914: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1131configure:4914: $? = 0
1132configure:4914: ./conftest
1133configure:4914: $? = 0
1134configure:4928: result: 8
1135configure:5065: checking for cos in -lm
1136configure:5090: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lm   >&5
1137conftest.c:47:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
1138char cos ();
1139     ^
1140conftest.c:47:6: note: 'cos' is a builtin with type 'double (double)'
11411 warning generated.
1142configure:5090: $? = 0
1143configure:5099: result: yes
1144configure:5120: checking for pthread_create in -lpthread
1145configure:5145: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lpthread  -lm  >&5
1146configure:5145: $? = 0
1147configure:5154: result: yes
1148configure:5181: checking for iconv_open
1149configure:5181: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lm  >&5
1150Undefined symbols for architecture x86_64:
1151  "_iconv_open", referenced from:
1152      _main in conftest-74ef81.o
1153ld: symbol(s) not found for architecture x86_64
1154clang: error: linker command failed with exit code 1 (use -v to see invocation)
1155configure:5181: $? = 1
1156configure: failed program was:
1157| /* confdefs.h */
1158| #define PACKAGE_NAME ""
1159| #define PACKAGE_TARNAME ""
1160| #define PACKAGE_VERSION ""
1161| #define PACKAGE_STRING ""
1162| #define PACKAGE_BUGREPORT ""
1163| #define PACKAGE_URL ""
1164| #define HAVE_DIRENT_H 1
1165| #define STDC_HEADERS 1
1166| #define HAVE_SYS_TYPES_H 1
1167| #define HAVE_SYS_STAT_H 1
1168| #define HAVE_STDLIB_H 1
1169| #define HAVE_STRING_H 1
1170| #define HAVE_MEMORY_H 1
1171| #define HAVE_STRINGS_H 1
1172| #define HAVE_INTTYPES_H 1
1173| #define HAVE_STDINT_H 1
1174| #define HAVE_UNISTD_H 1
1175| #define HAVE_ERRNO_H 1
1176| #define HAVE_FCNTL_H 1
1177| #define HAVE_LIMITS_H 1
1178| #define HAVE_MEMORY_H 1
1179| #define HAVE_STDLIB_H 1
1180| #define HAVE_STRING_H 1
1181| #define HAVE_STRINGS_H 1
1182| #define HAVE_SYS_IOCTL_H 1
1183| #define HAVE_SYS_PARAM_H 1
1184| #define HAVE_SYS_TIME_H 1
1185| #define HAVE_SYS_TIMES_H 1
1186| #define HAVE_SYSLOG_H 1
1187| #define HAVE_UNISTD_H 1
1188| #define HAVE_DIRENT_H 1
1189| #define HAVE_SYS_DIR_H 1
1190| #define HAVE_INTTYPES_H 1
1191| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
1192| #define HAVE_ST_BLOCKS 1
1193| #define TIME_WITH_SYS_TIME 1
1194| #define SIZEOF_UNSIGNED_LONG_INT 8
1195| #define HAVE_LIBM 1
1196| /* end confdefs.h.  */
1197| /* Define iconv_open to an innocuous variant, in case <limits.h> declares iconv_open.
1198|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1199| #define iconv_open innocuous_iconv_open
1200|
1201| /* System header to define __stub macros and hopefully few prototypes,
1202|     which can conflict with char iconv_open (); below.
1203|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1204|     <limits.h> exists even on freestanding compilers.  */
1205|
1206| #ifdef __STDC__
1207| # include <limits.h>
1208| #else
1209| # include <assert.h>
1210| #endif
1211|
1212| #undef iconv_open
1213|
1214| /* Override any GCC internal prototype to avoid an error.
1215|    Use char because int might match the return type of a GCC
1216|    builtin and then its argument prototype would still apply.  */
1217| #ifdef __cplusplus
1218| extern "C"
1219| #endif
1220| char iconv_open ();
1221| /* The GNU C library defines this for functions which it implements
1222|     to always fail with ENOSYS.  Some functions are actually named
1223|     something starting with __ and the normal name is an alias.  */
1224| #if defined __stub_iconv_open || defined __stub___iconv_open
1225| choke me
1226| #endif
1227|
1228| int
1229| main ()
1230| {
1231| return iconv_open ();
1232|   ;
1233|   return 0;
1234| }
1235configure:5181: result: no
1236configure:5188: checking for libiconv_open in -liconv
1237configure:5213: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -liconv  -lm  >&5
1238ld: warning: ignoring file /opt/local/lib/libiconv.dylib, missing required architecture x86_64 in file /opt/local/lib/libiconv.dylib (2 slices)
1239Undefined symbols for architecture x86_64:
1240  "_libiconv_open", referenced from:
1241      _main in conftest-f66e85.o
1242ld: symbol(s) not found for architecture x86_64
1243clang: error: linker command failed with exit code 1 (use -v to see invocation)
1244configure:5213: $? = 1
1245configure: failed program was:
1246| /* confdefs.h */
1247| #define PACKAGE_NAME ""
1248| #define PACKAGE_TARNAME ""
1249| #define PACKAGE_VERSION ""
1250| #define PACKAGE_STRING ""
1251| #define PACKAGE_BUGREPORT ""
1252| #define PACKAGE_URL ""
1253| #define HAVE_DIRENT_H 1
1254| #define STDC_HEADERS 1
1255| #define HAVE_SYS_TYPES_H 1
1256| #define HAVE_SYS_STAT_H 1
1257| #define HAVE_STDLIB_H 1
1258| #define HAVE_STRING_H 1
1259| #define HAVE_MEMORY_H 1
1260| #define HAVE_STRINGS_H 1
1261| #define HAVE_INTTYPES_H 1
1262| #define HAVE_STDINT_H 1
1263| #define HAVE_UNISTD_H 1
1264| #define HAVE_ERRNO_H 1
1265| #define HAVE_FCNTL_H 1
1266| #define HAVE_LIMITS_H 1
1267| #define HAVE_MEMORY_H 1
1268| #define HAVE_STDLIB_H 1
1269| #define HAVE_STRING_H 1
1270| #define HAVE_STRINGS_H 1
1271| #define HAVE_SYS_IOCTL_H 1
1272| #define HAVE_SYS_PARAM_H 1
1273| #define HAVE_SYS_TIME_H 1
1274| #define HAVE_SYS_TIMES_H 1
1275| #define HAVE_SYSLOG_H 1
1276| #define HAVE_UNISTD_H 1
1277| #define HAVE_DIRENT_H 1
1278| #define HAVE_SYS_DIR_H 1
1279| #define HAVE_INTTYPES_H 1
1280| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
1281| #define HAVE_ST_BLOCKS 1
1282| #define TIME_WITH_SYS_TIME 1
1283| #define SIZEOF_UNSIGNED_LONG_INT 8
1284| #define HAVE_LIBM 1
1285| /* end confdefs.h.  */
1286|
1287| /* Override any GCC internal prototype to avoid an error.
1288|    Use char because int might match the return type of a GCC
1289|    builtin and then its argument prototype would still apply.  */
1290| #ifdef __cplusplus
1291| extern "C"
1292| #endif
1293| char libiconv_open ();
1294| int
1295| main ()
1296| {
1297| return libiconv_open ();
1298|   ;
1299|   return 0;
1300| }
1301configure:5222: result: no
1302configure:5231: checking for iconv_open in -liconv
1303configure:5256: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -liconv  -lm  >&5
1304ld: warning: ignoring file /opt/local/lib/libiconv.dylib, missing required architecture x86_64 in file /opt/local/lib/libiconv.dylib (2 slices)
1305Undefined symbols for architecture x86_64:
1306  "_iconv_open", referenced from:
1307      _main in conftest-b922a6.o
1308ld: symbol(s) not found for architecture x86_64
1309clang: error: linker command failed with exit code 1 (use -v to see invocation)
1310configure:5256: $? = 1
1311configure: failed program was:
1312| /* confdefs.h */
1313| #define PACKAGE_NAME ""
1314| #define PACKAGE_TARNAME ""
1315| #define PACKAGE_VERSION ""
1316| #define PACKAGE_STRING ""
1317| #define PACKAGE_BUGREPORT ""
1318| #define PACKAGE_URL ""
1319| #define HAVE_DIRENT_H 1
1320| #define STDC_HEADERS 1
1321| #define HAVE_SYS_TYPES_H 1
1322| #define HAVE_SYS_STAT_H 1
1323| #define HAVE_STDLIB_H 1
1324| #define HAVE_STRING_H 1
1325| #define HAVE_MEMORY_H 1
1326| #define HAVE_STRINGS_H 1
1327| #define HAVE_INTTYPES_H 1
1328| #define HAVE_STDINT_H 1
1329| #define HAVE_UNISTD_H 1
1330| #define HAVE_ERRNO_H 1
1331| #define HAVE_FCNTL_H 1
1332| #define HAVE_LIMITS_H 1
1333| #define HAVE_MEMORY_H 1
1334| #define HAVE_STDLIB_H 1
1335| #define HAVE_STRING_H 1
1336| #define HAVE_STRINGS_H 1
1337| #define HAVE_SYS_IOCTL_H 1
1338| #define HAVE_SYS_PARAM_H 1
1339| #define HAVE_SYS_TIME_H 1
1340| #define HAVE_SYS_TIMES_H 1
1341| #define HAVE_SYSLOG_H 1
1342| #define HAVE_UNISTD_H 1
1343| #define HAVE_DIRENT_H 1
1344| #define HAVE_SYS_DIR_H 1
1345| #define HAVE_INTTYPES_H 1
1346| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
1347| #define HAVE_ST_BLOCKS 1
1348| #define TIME_WITH_SYS_TIME 1
1349| #define SIZEOF_UNSIGNED_LONG_INT 8
1350| #define HAVE_LIBM 1
1351| /* end confdefs.h.  */
1352|
1353| /* Override any GCC internal prototype to avoid an error.
1354|    Use char because int might match the return type of a GCC
1355|    builtin and then its argument prototype would still apply.  */
1356| #ifdef __cplusplus
1357| extern "C"
1358| #endif
1359| char iconv_open ();
1360| int
1361| main ()
1362| {
1363| return iconv_open ();
1364|   ;
1365|   return 0;
1366| }
1367configure:5265: result: no
1368configure:5388: checking for stringprep in -lidn
1369configure:5413: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lidn  -lm  >&5
1370configure:5413: $? = 0
1371configure:5422: result: yes
1372configure:5427: checking stringprep.h usability
1373configure:5427: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
1374configure:5427: $? = 0
1375configure:5427: result: yes
1376configure:5427: checking stringprep.h presence
1377configure:5427: /usr/bin/clang -E -isystem/opt/local/include conftest.c
1378configure:5427: $? = 0
1379configure:5427: result: yes
1380configure:5427: checking for stringprep.h
1381configure:5427: result: yes
1382configure:5464: checking for systempapername in -lpaper
1383configure:5489: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lpaper  -lm  -lidn >&5
1384configure:5489: $? = 0
1385configure:5498: result: yes
1386configure:5512: checking paper.h usability
1387configure:5512: /usr/bin/clang -c -pipe -Os -arch x86_64 -isystem/opt/local/include conftest.c >&5
1388configure:5512: $? = 0
1389configure:5512: result: yes
1390configure:5512: checking paper.h presence
1391configure:5512: /usr/bin/clang -E -isystem/opt/local/include conftest.c
1392configure:5512: $? = 0
1393configure:5512: result: yes
1394configure:5512: checking for paper.h
1395configure:5512: result: yes
1396configure:5547: checking for fontconfig with pkg-config
1397configure:5556: result: no
1398configure:5561: checking for FcInitLoadConfigAndFonts in -lfontconfig
1399configure:5586: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -DUSE_LIBPAPER -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lfontconfig  -lm  -lidn -lpaper >&5
1400configure:5586: $? = 0
1401configure:5595: result: yes
1402configure:5599: checking fontconfig/fontconfig.h usability
1403configure:5599: /usr/bin/clang -c -pipe -Os -arch x86_64 -DUSE_LIBPAPER -isystem/opt/local/include conftest.c >&5
1404configure:5599: $? = 0
1405configure:5599: result: yes
1406configure:5599: checking fontconfig/fontconfig.h presence
1407configure:5599: /usr/bin/clang -E -isystem/opt/local/include conftest.c
1408configure:5599: $? = 0
1409configure:5599: result: yes
1410configure:5599: checking for fontconfig/fontconfig.h
1411configure:5599: result: yes
1412configure:5697: checking for dlopen in -ldl
1413configure:5722: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -DUSE_LIBPAPER -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -ldl  -lm  -lidn -lpaper >&5
1414configure:5722: $? = 0
1415configure:5731: result: yes
1416configure:5845: checking for local freetype library source
1417configure:5860: result: no
1418configure:5863: checking for system freetype2 >= 2.4.2 with pkg-config
1419configure:5875: result: no
1420configure:5877: WARNING: freetype library source not found...using native rasterizer
1421configure:5989: checking for local jpeg library source
1422configure:6003: result: no
1423configure:6005: checking for jpeg_set_defaults in -ljpeg
1424configure:6030: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -DUSE_LIBPAPER -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -ljpeg  -ldl -lm  -lidn -lpaper >&5
1425configure:6030: $? = 0
1426configure:6039: result: yes
1427configure:6045: checking jpeglib.h usability
1428configure:6045: /usr/bin/clang -c -pipe -Os -arch x86_64 -DUSE_LIBPAPER -isystem/opt/local/include conftest.c >&5
1429configure:6045: $? = 0
1430configure:6045: result: yes
1431configure:6045: checking jpeglib.h presence
1432configure:6045: /usr/bin/clang -E -isystem/opt/local/include conftest.c
1433configure:6045: $? = 0
1434configure:6045: result: yes
1435configure:6045: checking for jpeglib.h
1436configure:6045: result: yes
1437configure:6070: checking for jmemsys.h
1438configure:6076: result: no
1439configure:6083: checking for local zlib source
1440configure:6096: result: no
1441configure:6098: checking for deflate in -lz
1442configure:6123: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -DUSE_LIBPAPER -isystem/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lz  -ldl -lm  -lidn -lpaper >&5
1443ld: warning: ignoring file /opt/local/lib/libz.dylib, missing required architecture x86_64 in file /opt/local/lib/libz.dylib (2 slices)
1444Undefined symbols for architecture x86_64:
1445  "_deflate", referenced from:
1446      _main in conftest-e4e843.o
1447ld: symbol(s) not found for architecture x86_64
1448clang: error: linker command failed with exit code 1 (use -v to see invocation)
1449configure:6123: $? = 1
1450configure: failed program was:
1451| /* confdefs.h */
1452| #define PACKAGE_NAME ""
1453| #define PACKAGE_TARNAME ""
1454| #define PACKAGE_VERSION ""
1455| #define PACKAGE_STRING ""
1456| #define PACKAGE_BUGREPORT ""
1457| #define PACKAGE_URL ""
1458| #define HAVE_DIRENT_H 1
1459| #define STDC_HEADERS 1
1460| #define HAVE_SYS_TYPES_H 1
1461| #define HAVE_SYS_STAT_H 1
1462| #define HAVE_STDLIB_H 1
1463| #define HAVE_STRING_H 1
1464| #define HAVE_MEMORY_H 1
1465| #define HAVE_STRINGS_H 1
1466| #define HAVE_INTTYPES_H 1
1467| #define HAVE_STDINT_H 1
1468| #define HAVE_UNISTD_H 1
1469| #define HAVE_ERRNO_H 1
1470| #define HAVE_FCNTL_H 1
1471| #define HAVE_LIMITS_H 1
1472| #define HAVE_MEMORY_H 1
1473| #define HAVE_STDLIB_H 1
1474| #define HAVE_STRING_H 1
1475| #define HAVE_STRINGS_H 1
1476| #define HAVE_SYS_IOCTL_H 1
1477| #define HAVE_SYS_PARAM_H 1
1478| #define HAVE_SYS_TIME_H 1
1479| #define HAVE_SYS_TIMES_H 1
1480| #define HAVE_SYSLOG_H 1
1481| #define HAVE_UNISTD_H 1
1482| #define HAVE_DIRENT_H 1
1483| #define HAVE_SYS_DIR_H 1
1484| #define HAVE_INTTYPES_H 1
1485| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
1486| #define HAVE_ST_BLOCKS 1
1487| #define TIME_WITH_SYS_TIME 1
1488| #define SIZEOF_UNSIGNED_LONG_INT 8
1489| #define HAVE_LIBM 1
1490| #define USE_LIBPAPER 1
1491| #define HAVE_LIBDL 1
1492| #define HAVE_JPEGLIB_H 1
1493| #define DONT_HAVE_JMEMSYS_H 1
1494| /* end confdefs.h.  */
1495|
1496| /* Override any GCC internal prototype to avoid an error.
1497|    Use char because int might match the return type of a GCC
1498|    builtin and then its argument prototype would still apply.  */
1499| #ifdef __cplusplus
1500| extern "C"
1501| #endif
1502| char deflate ();
1503| int
1504| main ()
1505| {
1506| return deflate ();
1507|   ;
1508|   return 0;
1509| }
1510configure:6132: result: no
1511configure:6153: error: I did not find a copy of zlib on your system.
1512  Please either install it, or unpack a copy of the source in a
1513  local directory named 'zlib'. See http://www.gzip.org/zlib/
1514  for more information.
1515 
1516
1517## ---------------- ##
1518## Cache variables. ##
1519## ---------------- ##
1520
1521ac_cv_c_compiler_gnu=yes
1522ac_cv_c_const=yes
1523ac_cv_c_inline=inline
1524ac_cv_env_CC_set=set
1525ac_cv_env_CC_value=/usr/bin/clang
1526ac_cv_env_CFLAGS_set=set
1527ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
1528ac_cv_env_CPPFLAGS_set=set
1529ac_cv_env_CPPFLAGS_value=-isystem/opt/local/include
1530ac_cv_env_CPP_set=
1531ac_cv_env_CPP_value=
1532ac_cv_env_LDFLAGS_set=set
1533ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
1534ac_cv_env_LIBS_set=
1535ac_cv_env_LIBS_value=
1536ac_cv_env_XMKMF_set=
1537ac_cv_env_XMKMF_value=
1538ac_cv_env_build_alias_set=
1539ac_cv_env_build_alias_value=
1540ac_cv_env_host_alias_set=
1541ac_cv_env_host_alias_value=
1542ac_cv_env_target_alias_set=
1543ac_cv_env_target_alias_value=
1544ac_cv_func_iconv_open=no
1545ac_cv_header_dirent_dirent_h=yes
1546ac_cv_header_dirent_h=yes
1547ac_cv_header_errno_h=yes
1548ac_cv_header_fcntl_h=yes
1549ac_cv_header_fontconfig_fontconfig_h=yes
1550ac_cv_header_inttypes_h=yes
1551ac_cv_header_jpeglib_h=yes
1552ac_cv_header_limits_h=yes
1553ac_cv_header_malloc_h=no
1554ac_cv_header_memory_h=yes
1555ac_cv_header_ndir_h=no
1556ac_cv_header_paper_h=yes
1557ac_cv_header_stdc=yes
1558ac_cv_header_stdint_h=yes
1559ac_cv_header_stdlib_h=yes
1560ac_cv_header_string_h=yes
1561ac_cv_header_stringprep_h=yes
1562ac_cv_header_strings_h=yes
1563ac_cv_header_sys_dir_h=yes
1564ac_cv_header_sys_ioctl_h=yes
1565ac_cv_header_sys_ndir_h=no
1566ac_cv_header_sys_param_h=yes
1567ac_cv_header_sys_stat_h=yes
1568ac_cv_header_sys_time_h=yes
1569ac_cv_header_sys_times_h=yes
1570ac_cv_header_sys_types_h=yes
1571ac_cv_header_sys_window_h=no
1572ac_cv_header_syslog_h=yes
1573ac_cv_header_time=yes
1574ac_cv_header_unistd_h=yes
1575ac_cv_lib_dl_dlopen=yes
1576ac_cv_lib_fontconfig_FcInitLoadConfigAndFonts=yes
1577ac_cv_lib_iconv_iconv_open=no
1578ac_cv_lib_iconv_libiconv_open=no
1579ac_cv_lib_idn_stringprep=yes
1580ac_cv_lib_jpeg_jpeg_set_defaults=yes
1581ac_cv_lib_m_cos=yes
1582ac_cv_lib_paper_systempapername=yes
1583ac_cv_lib_pthread_pthread_create=yes
1584ac_cv_lib_z_deflate=no
1585ac_cv_member_struct_stat_st_blocks=yes
1586ac_cv_objext=o
1587ac_cv_path_EGREP='/usr/bin/grep -E'
1588ac_cv_path_GREP=/usr/bin/grep
1589ac_cv_path_PKGCONFIG=/opt/local/bin/pkg-config
1590ac_cv_path_SED=/usr/bin/sed
1591ac_cv_prog_CPP='/usr/bin/clang -E'
1592ac_cv_prog_ac_ct_CC=/usr/bin/clang
1593ac_cv_prog_ac_ct_RANLIB=ranlib
1594ac_cv_prog_cc_c89=
1595ac_cv_prog_cc_g=yes
1596ac_cv_search_opendir='none required'
1597ac_cv_sizeof_unsigned_long_int=8
1598ac_cv_struct_tm=time.h
1599ac_cv_type_mode_t=yes
1600ac_cv_type_off_t=yes
1601ac_cv_type_size_t=yes
1602
1603## ----------------- ##
1604## Output variables. ##
1605## ----------------- ##
1606
1607ARCH_CONF_HEADER='$(GLSRCDIR)/../arch/osx-x86-x86_64-ppc-gcc.h'
1608AUXDIRPOSTFIX=''
1609AUX_SHARED_ZLIB=''
1610CC='/usr/bin/clang'
1611CFLAGS='-pipe -Os -arch x86_64 -DUSE_LIBPAPER'
1612COMPILE_INITS=''
1613CONTRIBINCLUDE='include ./contrib/contrib.mak'
1614CPP='/usr/bin/clang -E'
1615CPPFLAGS='-isystem/opt/local/include'
1616CUPSCFLAGS=''
1617CUPSCONFIG=''
1618CUPSDATA=''
1619CUPSINCLUDE=''
1620CUPSINSTALL=''
1621CUPSLIBDIRS=''
1622CUPSLIBS=''
1623CUPSPDFTORASTER=''
1624CUPSSERVERBIN=''
1625CUPSSERVERROOT=''
1626CUPS_DEVS=''
1627CUPS_DIR=''
1628DBG_CFLAGS=' -gdwarf-2 -g3 -O0'
1629DBUS_CFLAGS=''
1630DBUS_LIBS=''
1631DEFS=''
1632DLL_EXT=''
1633DYNAMIC_CFLAGS=''
1634DYNAMIC_DEVS=''
1635DYNAMIC_FLAGS=''
1636DYNAMIC_LDFLAGS=''
1637DYNAMIC_LIBS=''
1638ECHO_C='\c'
1639ECHO_N=''
1640ECHO_T=''
1641EGREP='/usr/bin/grep -E'
1642EXEEXT=''
1643FAPIUFST_MAK='$(GLSRCDIR)/stub.mak'
1644FONTCONFIG_CFLAGS=''
1645FONTCONFIG_LIBS='-lfontconfig'
1646FTSRCDIR=''
1647FT_BRIDGE='0'
1648FT_CFLAGS=''
1649FT_LIBS=''
1650FT_SYS_ZLIB=''
1651F_DEVS=''
1652GCFLAGS=' -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"'
1653GREP='/usr/bin/grep'
1654GS=''
1655HAVE_BSWAP32=''
1656HAVE_BYTESWAP_H=''
1657HAVE_DBUS=''
1658HAVE_FILE64=''
1659HAVE_FONTCONFIG='-DHAVE_FONTCONFIG'
1660HAVE_FSEEKO=''
1661HAVE_LIBIDN='-DHAVE_LIBIDN'
1662HAVE_MKSTEMP64=''
1663HAVE_MKSTEMP=''
1664HAVE_SETLOCALE=''
1665HAVE_SSE2='-DHAVE_SSE2'
1666HAVE_STRERROR=''
1667IJSDIR=''
1668IJSLIB=''
1669IJS_DEVS=''
1670INSERT_UFST_BRIDGE_EQUAL_ONE=''
1671INSTALL_CONTRIB='install-contrib-extras'
1672INSTALL_SHARED=''
1673JBIG2DEVS=''
1674JBIG2DIR=''
1675JBIG2_AUTOCONF_CFLAGS=''
1676JBIG2_DECODER=''
1677JBIG2_DEVS=''
1678JPXDEVS=''
1679JPXDIR=''
1680JPX_AUTOCONF_CFLAGS=''
1681JPX_DECODER=''
1682LCMS2DIR=''
1683LCMS2_ENDIAN=''
1684LCMSDIR=''
1685LCMS_ENDIAN=''
1686LCUPSBUILDTYPE=''
1687LCUPSIINCLUDE=''
1688LCUPSINCLUDE=''
1689LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
1690LIBJPEGDIR='src'
1691LIBOBJS=''
1692LIBPNGDIR=''
1693LIBS='-ldl -lm  -lidn -lpaper'
1694LIBTIFFCONFDIR=''
1695LIBTIFFDIR=''
1696LTLIBOBJS=''
1697OBJDIR_BSDMAKE_WORKAROUND='obj'
1698OBJEXT='o'
1699OMNIDEVS=''
1700OPT_CFLAGS=' -O2'
1701ORDER_ONLY=''
1702PACKAGE_BUGREPORT=''
1703PACKAGE_NAME=''
1704PACKAGE_STRING=''
1705PACKAGE_TARNAME=''
1706PACKAGE_URL=''
1707PACKAGE_VERSION=''
1708PATH_SEPARATOR=':'
1709PKGCONFIG='/opt/local/bin/pkg-config'
1710PNG_DEVS=''
1711PTHREAD_LIBS='-lpthread'
1712P_DEVS=''
1713RANLIB='ranlib'
1714SED='/usr/bin/sed'
1715SED_EXTENDED_REGEX_OPT='-nEe'
1716SET_DT_SONAME=''
1717SHAREIJS=''
1718SHARELCMS=''
1719SHARELCUPS=''
1720SHARELCUPSI=''
1721SHARE_FT='0'
1722SHARE_JBIG2=''
1723SHARE_JPX=''
1724SHARE_LIBJPEG='1'
1725SHARE_LIBPNG=''
1726SHARE_LIBTIFF=''
1727SHARE_ZLIB=''
1728SHELL='/bin/sh'
1729SOC_CFLAGS=''
1730SOC_LIBS=''
1731SOC_LOADER=''
1732SO_LIB_EXT=''
1733SO_LIB_VERSION_SEPARATOR=''
1734SQRTF_SUBST=''
1735SVG_DEVS=''
1736SYNC='posync'
1737UFST_CFLAGS=''
1738UFST_LIB_EXT=''
1739UFST_ROOT=''
1740UTF8DEVS=''
1741WHICHLCMS=''
1742X11_DEVS=''
1743XLIBS=''
1744XMKMF=''
1745XPS_DEVS=''
1746X_CFLAGS=''
1747X_EXTRA_LIBS=''
1748X_LDFLAGS=''
1749X_LIBS=''
1750X_PRE_LIBS=''
1751ZLIBDIR='src'
1752ac_ct_CC='/usr/bin/clang'
1753bindir='${exec_prefix}/bin'
1754build_alias=''
1755datadir='${datarootdir}'
1756datarootdir='${prefix}/share'
1757docdir='${datarootdir}/doc/${PACKAGE}'
1758dvidir='${docdir}'
1759exec_prefix='NONE'
1760fontpath=''
1761host_alias=''
1762htmldir='${docdir}'
1763includedir='${prefix}/include'
1764infodir='${datarootdir}/info'
1765libdir='${exec_prefix}/lib'
1766libexecdir='${exec_prefix}/libexec'
1767localedir='${datarootdir}/locale'
1768localstatedir='${prefix}/var'
1769mandir='${datarootdir}/man'
1770oldincludedir='/usr/include'
1771pdfdir='${docdir}'
1772prefix='/opt/local'
1773program_transform_name='s,x,x,'
1774psdir='${docdir}'
1775sbindir='${exec_prefix}/sbin'
1776sharedstatedir='${prefix}/com'
1777sysconfdir='${prefix}/etc'
1778target_alias=''
1779
1780## ----------- ##
1781## confdefs.h. ##
1782## ----------- ##
1783
1784/* confdefs.h */
1785#define PACKAGE_NAME ""
1786#define PACKAGE_TARNAME ""
1787#define PACKAGE_VERSION ""
1788#define PACKAGE_STRING ""
1789#define PACKAGE_BUGREPORT ""
1790#define PACKAGE_URL ""
1791#define HAVE_DIRENT_H 1
1792#define STDC_HEADERS 1
1793#define HAVE_SYS_TYPES_H 1
1794#define HAVE_SYS_STAT_H 1
1795#define HAVE_STDLIB_H 1
1796#define HAVE_STRING_H 1
1797#define HAVE_MEMORY_H 1
1798#define HAVE_STRINGS_H 1
1799#define HAVE_INTTYPES_H 1
1800#define HAVE_STDINT_H 1
1801#define HAVE_UNISTD_H 1
1802#define HAVE_ERRNO_H 1
1803#define HAVE_FCNTL_H 1
1804#define HAVE_LIMITS_H 1
1805#define HAVE_MEMORY_H 1
1806#define HAVE_STDLIB_H 1
1807#define HAVE_STRING_H 1
1808#define HAVE_STRINGS_H 1
1809#define HAVE_SYS_IOCTL_H 1
1810#define HAVE_SYS_PARAM_H 1
1811#define HAVE_SYS_TIME_H 1
1812#define HAVE_SYS_TIMES_H 1
1813#define HAVE_SYSLOG_H 1
1814#define HAVE_UNISTD_H 1
1815#define HAVE_DIRENT_H 1
1816#define HAVE_SYS_DIR_H 1
1817#define HAVE_INTTYPES_H 1
1818#define HAVE_STRUCT_STAT_ST_BLOCKS 1
1819#define HAVE_ST_BLOCKS 1
1820#define TIME_WITH_SYS_TIME 1
1821#define SIZEOF_UNSIGNED_LONG_INT 8
1822#define HAVE_LIBM 1
1823#define USE_LIBPAPER 1
1824#define HAVE_LIBDL 1
1825#define HAVE_JPEGLIB_H 1
1826#define DONT_HAVE_JMEMSYS_H 1
1827
1828configure: exit 1
1829