Ticket #38214: config.log

File config.log, 25.2 KB (added by skymoo (Adam Mercer), 11 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 Kerberos 5 configure 1.11, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-system-et --without-system-db --without-hesiod --without-ldap --without-tcl --with-crypto-impl=openssl --with-pkinit-crypto-impl=openssl --with-libedit --without-readline --without-system-verto --without-system-ss
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = cizin.local
14uname -m = x86_64
15uname -r = 12.2.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~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 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 8.00 gigabytes
33Default processor set: 162 tasks, 962 threads, 4 processors
34Load average: 2.77, Mach factor: 1.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:2625: checking for gcc
52configure:2652: result: /usr/bin/llvm-gcc-4.2
53configure:2881: checking for C compiler version
54configure:2890: /usr/bin/llvm-gcc-4.2 --version >&5
55i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
56Copyright (C) 2007 Free Software Foundation, Inc.
57This is free software; see the source for copying conditions.  There is NO
58warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
59
60configure:2901: $? = 0
61configure:2890: /usr/bin/llvm-gcc-4.2 -v >&5
62Using built-in specs.
63Target: i686-apple-darwin11
64Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~148/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~148/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
65Thread model: posix
66gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
67configure:2901: $? = 0
68configure:2890: /usr/bin/llvm-gcc-4.2 -V >&5
69llvm-gcc-4.2: argument to `-V' is missing
70configure:2901: $? = 1
71configure:2890: /usr/bin/llvm-gcc-4.2 -qversion >&5
72i686-apple-darwin11-llvm-gcc-4.2: no input files
73configure:2901: $? = 1
74configure:2921: checking whether the C compiler works
75configure:2943: /usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64  -arch x86_64 conftest.c  >&5
76configure:2947: $? = 0
77configure:2995: result: yes
78configure:2998: checking for C compiler default output file name
79configure:3000: result: a.out
80configure:3006: checking for suffix of executables
81configure:3013: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64  -arch x86_64 conftest.c  >&5
82configure:3017: $? = 0
83configure:3039: result:
84configure:3061: checking whether we are cross compiling
85configure:3069: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64  -arch x86_64 conftest.c  >&5
86configure:3073: $? = 0
87configure:3080: ./conftest
88configure:3084: $? = 0
89configure:3099: result: no
90configure:3104: checking for suffix of object files
91configure:3126: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
92configure:3130: $? = 0
93configure:3151: result: o
94configure:3155: checking whether we are using the GNU C compiler
95configure:3174: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
96configure:3174: $? = 0
97configure:3183: result: yes
98configure:3192: checking whether /usr/bin/llvm-gcc-4.2 accepts -g
99configure:3212: /usr/bin/llvm-gcc-4.2 -c -g  conftest.c >&5
100configure:3212: $? = 0
101configure:3253: result: yes
102configure:3270: checking for /usr/bin/llvm-gcc-4.2 option to accept ISO C89
103configure:3333: /usr/bin/llvm-gcc-4.2  -c -pipe -O2 -arch x86_64  conftest.c >&5
104configure:3333: $? = 0
105configure:3346: result: none needed
106configure:3478: checking for C++ compiler version
107configure:3487: /usr/bin/llvm-g++-4.2 --version >&5
108i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
109Copyright (C) 2007 Free Software Foundation, Inc.
110This is free software; see the source for copying conditions.  There is NO
111warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
112
113configure:3498: $? = 0
114configure:3487: /usr/bin/llvm-g++-4.2 -v >&5
115Using built-in specs.
116Target: i686-apple-darwin11
117Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~148/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~148/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
118Thread model: posix
119gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
120configure:3498: $? = 0
121configure:3487: /usr/bin/llvm-g++-4.2 -V >&5
122llvm-g++-4.2: argument to `-V' is missing
123configure:3498: $? = 1
124configure:3487: /usr/bin/llvm-g++-4.2 -qversion >&5
125i686-apple-darwin11-llvm-g++-4.2: no input files
126configure:3498: $? = 1
127configure:3502: checking whether we are using the GNU C++ compiler
128configure:3521: /usr/bin/llvm-g++-4.2 -c -pipe -O2 -arch x86_64  conftest.cpp >&5
129configure:3521: $? = 0
130configure:3530: result: yes
131configure:3539: checking whether /usr/bin/llvm-g++-4.2 accepts -g
132configure:3559: /usr/bin/llvm-g++-4.2 -c -g  conftest.cpp >&5
133configure:3559: $? = 0
134configure:3600: result: yes
135configure:3629: checking how to run the C preprocessor
136configure:3660: /usr/bin/llvm-gcc-4.2 -E  conftest.c
137configure:3660: $? = 0
138configure:3674: /usr/bin/llvm-gcc-4.2 -E  conftest.c
139conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
140configure:3674: $? = 1
141configure: failed program was:
142| /* confdefs.h */
143| #define PACKAGE_NAME "Kerberos 5"
144| #define PACKAGE_TARNAME "krb5"
145| #define PACKAGE_VERSION "1.11"
146| #define PACKAGE_STRING "Kerberos 5 1.11"
147| #define PACKAGE_BUGREPORT "krb5-bugs@mit.edu"
148| #define PACKAGE_URL ""
149| /* end confdefs.h.  */
150| #include <ac_nonexistent.h>
151configure:3699: result: /usr/bin/llvm-gcc-4.2 -E
152configure:3719: /usr/bin/llvm-gcc-4.2 -E  conftest.c
153configure:3719: $? = 0
154configure:3733: /usr/bin/llvm-gcc-4.2 -E  conftest.c
155conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
156configure:3733: $? = 1
157configure: failed program was:
158| /* confdefs.h */
159| #define PACKAGE_NAME "Kerberos 5"
160| #define PACKAGE_TARNAME "krb5"
161| #define PACKAGE_VERSION "1.11"
162| #define PACKAGE_STRING "Kerberos 5 1.11"
163| #define PACKAGE_BUGREPORT "krb5-bugs@mit.edu"
164| #define PACKAGE_URL ""
165| /* end confdefs.h.  */
166| #include <ac_nonexistent.h>
167configure:3776: checking build system type
168configure:3790: result: x86_64-apple-darwin12.2.0
169configure:3810: checking host system type
170configure:3823: result: x86_64-apple-darwin12.2.0
171configure:3843: checking for grep that handles long lines and -e
172configure:3901: result: /usr/bin/grep
173configure:3906: checking for egrep
174configure:3968: result: /usr/bin/grep -E
175configure:3973: checking for ANSI C header files
176configure:3993: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
177configure:3993: $? = 0
178configure:4066: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64  -arch x86_64 conftest.c  >&5
179configure:4066: $? = 0
180configure:4066: ./conftest
181configure:4066: $? = 0
182configure:4077: result: yes
183configure:4090: checking for sys/types.h
184configure:4090: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
185configure:4090: $? = 0
186configure:4090: result: yes
187configure:4090: checking for sys/stat.h
188configure:4090: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
189configure:4090: $? = 0
190configure:4090: result: yes
191configure:4090: checking for stdlib.h
192configure:4090: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
193configure:4090: $? = 0
194configure:4090: result: yes
195configure:4090: checking for string.h
196configure:4090: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
197configure:4090: $? = 0
198configure:4090: result: yes
199configure:4090: checking for memory.h
200configure:4090: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
201configure:4090: $? = 0
202configure:4090: result: yes
203configure:4090: checking for strings.h
204configure:4090: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
205configure:4090: $? = 0
206configure:4090: result: yes
207configure:4090: checking for inttypes.h
208configure:4090: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
209configure:4090: $? = 0
210configure:4090: result: yes
211configure:4090: checking for stdint.h
212configure:4090: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
213configure:4090: $? = 0
214configure:4090: result: yes
215configure:4090: checking for unistd.h
216configure:4090: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
217configure:4090: $? = 0
218configure:4090: result: yes
219configure:4109: checking for GNU linker
220configure:4117: /usr/bin/llvm-gcc-4.2 -Wl,-v 2>&1                       | grep GNU ld > /dev/null
221configure:4120: $? = 1
222configure:4126: result: no
223configure:4159: adding extra warning flags for gcc
224configure:4163: skipping pedantic warnings on Darwin
225configure:4176: adding extra warning flags for g++
226configure:4183: checking if C compiler supports -Wno-format-zero-length
227configure:4200: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
228configure:4200: $? = 0
229configure:4214: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wno-format-zero-length  conftest.c >&5
230configure:4214: $? = 0
231configure:4227: result: yes
232configure:4238: checking if C compiler supports -Woverflow
233configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
234configure:4255: $? = 0
235configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Woverflow  conftest.c >&5
236configure:4269: $? = 0
237configure:4282: result: yes
238configure:4238: checking if C compiler supports -Wstrict-overflow
239configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
240configure:4255: $? = 0
241configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wstrict-overflow  conftest.c >&5
242configure:4269: $? = 0
243configure:4282: result: yes
244configure:4238: checking if C compiler supports -Wmissing-format-attribute
245configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
246configure:4255: $? = 0
247configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wmissing-format-attribute  conftest.c >&5
248configure:4269: $? = 0
249configure:4282: result: yes
250configure:4238: checking if C compiler supports -Wmissing-prototypes
251configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
252configure:4255: $? = 0
253configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wmissing-prototypes  conftest.c >&5
254configure:4269: $? = 0
255configure:4282: result: yes
256configure:4238: checking if C compiler supports -Wreturn-type
257configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
258configure:4255: $? = 0
259configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wreturn-type  conftest.c >&5
260configure:4269: $? = 0
261configure:4282: result: yes
262configure:4238: checking if C compiler supports -Wmissing-braces
263configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
264configure:4255: $? = 0
265configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wmissing-braces  conftest.c >&5
266configure:4269: $? = 0
267configure:4282: result: yes
268configure:4238: checking if C compiler supports -Wparentheses
269configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
270configure:4255: $? = 0
271configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wparentheses  conftest.c >&5
272configure:4269: $? = 0
273configure:4282: result: yes
274configure:4238: checking if C compiler supports -Wswitch
275configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
276configure:4255: $? = 0
277configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wswitch  conftest.c >&5
278configure:4269: $? = 0
279configure:4282: result: yes
280configure:4238: checking if C compiler supports -Wunused-function
281configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
282configure:4255: $? = 0
283configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wunused-function  conftest.c >&5
284configure:4269: $? = 0
285configure:4282: result: yes
286configure:4238: checking if C compiler supports -Wunused-label
287configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
288configure:4255: $? = 0
289configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wunused-label  conftest.c >&5
290configure:4269: $? = 0
291configure:4282: result: yes
292configure:4238: checking if C compiler supports -Wunused-variable
293configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
294configure:4255: $? = 0
295configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wunused-variable  conftest.c >&5
296configure:4269: $? = 0
297configure:4282: result: yes
298configure:4238: checking if C compiler supports -Wunused-value
299configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
300configure:4255: $? = 0
301configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wunused-value  conftest.c >&5
302conftest.c: In function 'main':
303conftest.c:23: warning: statement with no effect
304configure:4269: $? = 0
305configure:4282: result: yes
306configure:4238: checking if C compiler supports -Wunknown-pragmas
307configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
308configure:4255: $? = 0
309configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wunknown-pragmas  conftest.c >&5
310configure:4269: $? = 0
311configure:4282: result: yes
312configure:4238: checking if C compiler supports -Wsign-compare
313configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
314configure:4255: $? = 0
315configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wsign-compare  conftest.c >&5
316configure:4269: $? = 0
317configure:4282: result: yes
318configure:4238: checking if C compiler supports -Wnewline-eof
319configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
320configure:4255: $? = 0
321configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Wnewline-eof  conftest.c >&5
322configure:4269: $? = 0
323configure:4282: result: yes
324configure:4238: checking if C compiler supports -Werror=uninitialized
325configure:4255: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
326configure:4255: $? = 0
327configure:4269: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Werror=uninitialized  conftest.c >&5
328configure:4269: $? = 0
329configure:4282: result: yes
330configure:4305: checking if C compiler supports -Werror=declaration-after-statement
331configure:4322: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
332configure:4322: $? = 0
333configure:4336: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Werror=declaration-after-statement  conftest.c >&5
334configure:4336: $? = 0
335configure:4349: result: yes
336configure:4305: checking if C compiler supports -Werror=variadic-macros
337configure:4322: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
338configure:4322: $? = 0
339configure:4336: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Werror=variadic-macros  conftest.c >&5
340configure:4336: $? = 0
341configure:4349: result: yes
342configure:4419: checking if C compiler supports -Werror-implicit-function-declaration
343configure:4436: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64  conftest.c >&5
344configure:4436: $? = 0
345configure:4450: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -Werror-implicit-function-declaration  conftest.c >&5
346configure:4450: $? = 0
347configure:4463: result: yes
348configure:4537: disabling the use of common storage on Darwin
349configure:4597: checking which version of com_err to use
350configure:4602: result: system
351configure:4611: checking for add_error_table in -lcom_err
352configure:4636: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -fno-common  -arch x86_64 -Wl,-search_paths_first conftest.c -lcom_err   >&5
353configure:4636: $? = 0
354configure:4645: result: yes
355configure:4653: checking for remove_error_table in -lcom_err
356configure:4678: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -fno-common  -arch x86_64 -Wl,-search_paths_first conftest.c -lcom_err   >&5
357configure:4678: $? = 0
358configure:4687: result: yes
359configure:4705: checking for compile_et
360configure:4721: found /opt/local/bin/compile_et
361configure:4732: result: compile_et
362configure:4747: checking whether compile_et is useful
363configure:4754: error: execution failed
364
365## ---------------- ##
366## Cache variables. ##
367## ---------------- ##
368
369ac_cv_build=x86_64-apple-darwin12.2.0
370ac_cv_c_compiler_gnu=yes
371ac_cv_cxx_compiler_gnu=yes
372ac_cv_env_CCC_set=
373ac_cv_env_CCC_value=
374ac_cv_env_CC_set=set
375ac_cv_env_CC_value=/usr/bin/llvm-gcc-4.2
376ac_cv_env_CFLAGS_set=set
377ac_cv_env_CFLAGS_value='-pipe -O2 -arch x86_64'
378ac_cv_env_CPPFLAGS_set=
379ac_cv_env_CPPFLAGS_value=
380ac_cv_env_CPP_set=
381ac_cv_env_CPP_value=
382ac_cv_env_CXXFLAGS_set=set
383ac_cv_env_CXXFLAGS_value='-pipe -O2 -arch x86_64'
384ac_cv_env_CXX_set=set
385ac_cv_env_CXX_value=/usr/bin/llvm-g++-4.2
386ac_cv_env_DB_HEADER_set=
387ac_cv_env_DB_HEADER_value=
388ac_cv_env_DB_LIB_set=
389ac_cv_env_DB_LIB_value=
390ac_cv_env_DEFCCNAME_set=
391ac_cv_env_DEFCCNAME_value=
392ac_cv_env_DEFCKTNAME_set=
393ac_cv_env_DEFCKTNAME_value=
394ac_cv_env_DEFKTNAME_set=
395ac_cv_env_DEFKTNAME_value=
396ac_cv_env_LDFLAGS_set=set
397ac_cv_env_LDFLAGS_value='-arch x86_64'
398ac_cv_env_LD_set=
399ac_cv_env_LD_value=
400ac_cv_env_LIBS_set=
401ac_cv_env_LIBS_value=
402ac_cv_env_SS_LIB_set=
403ac_cv_env_SS_LIB_value=
404ac_cv_env_YACC_set=
405ac_cv_env_YACC_value=
406ac_cv_env_YFLAGS_set=
407ac_cv_env_YFLAGS_value=
408ac_cv_env_build_alias_set=
409ac_cv_env_build_alias_value=
410ac_cv_env_host_alias_set=
411ac_cv_env_host_alias_value=
412ac_cv_env_target_alias_set=
413ac_cv_env_target_alias_value=
414ac_cv_header_inttypes_h=yes
415ac_cv_header_memory_h=yes
416ac_cv_header_stdc=yes
417ac_cv_header_stdint_h=yes
418ac_cv_header_stdlib_h=yes
419ac_cv_header_string_h=yes
420ac_cv_header_strings_h=yes
421ac_cv_header_sys_stat_h=yes
422ac_cv_header_sys_types_h=yes
423ac_cv_header_unistd_h=yes
424ac_cv_host=x86_64-apple-darwin12.2.0
425ac_cv_lib_com_err_add_error_table=yes
426ac_cv_lib_com_err_remove_error_table=yes
427ac_cv_objext=o
428ac_cv_path_EGREP='/usr/bin/grep -E'
429ac_cv_path_GREP=/usr/bin/grep
430ac_cv_prog_CPP='/usr/bin/llvm-gcc-4.2 -E'
431ac_cv_prog_ac_ct_CC=/usr/bin/llvm-gcc-4.2
432ac_cv_prog_cc_c89=
433ac_cv_prog_cc_g=yes
434ac_cv_prog_compile_et=compile_et
435ac_cv_prog_cxx_g=yes
436krb5_cv_cc_flag__dash_Werror_dash_implicit_dash_function_dash_declaration=yes
437krb5_cv_cc_flag__dash_Werror_eq_declaration_dash_after_dash_statement=yes
438krb5_cv_cc_flag__dash_Werror_eq_uninitialized=yes
439krb5_cv_cc_flag__dash_Werror_eq_variadic_dash_macros=yes
440krb5_cv_cc_flag__dash_Wmissing_dash_braces=yes
441krb5_cv_cc_flag__dash_Wmissing_dash_format_dash_attribute=yes
442krb5_cv_cc_flag__dash_Wmissing_dash_prototypes=yes
443krb5_cv_cc_flag__dash_Wnewline_dash_eof=yes
444krb5_cv_cc_flag__dash_Wno_dash_format_dash_zero_dash_length=yes
445krb5_cv_cc_flag__dash_Woverflow=yes
446krb5_cv_cc_flag__dash_Wparentheses=yes
447krb5_cv_cc_flag__dash_Wreturn_dash_type=yes
448krb5_cv_cc_flag__dash_Wsign_dash_compare=yes
449krb5_cv_cc_flag__dash_Wstrict_dash_overflow=yes
450krb5_cv_cc_flag__dash_Wswitch=yes
451krb5_cv_cc_flag__dash_Wunknown_dash_pragmas=yes
452krb5_cv_cc_flag__dash_Wunused_dash_function=yes
453krb5_cv_cc_flag__dash_Wunused_dash_label=yes
454krb5_cv_cc_flag__dash_Wunused_dash_value=yes
455krb5_cv_cc_flag__dash_Wunused_dash_variable=yes
456krb5_cv_prog_gnu_ld=no
457
458## ----------------- ##
459## Output variables. ##
460## ----------------- ##
461
462AR=''
463ARADD=''
464ARCHIVE=''
465AWK=''
466BASH='/bin/sh'
467CC='/usr/bin/llvm-gcc-4.2'
468CC_LINK=''
469CFLAGS='-pipe -O2 -arch x86_64 -fno-common'
470COM_ERR_VERSION='sys'
471CONFIG_RELTOPDIR=''
472CPP='/usr/bin/llvm-gcc-4.2 -E'
473CPPFLAGS=''
474CRYPTO_IMPL=''
475CRYPTO_IMPL_CFLAGS=''
476CRYPTO_IMPL_LIBS=''
477CXX='/usr/bin/llvm-g++-4.2'
478CXXFLAGS='-pipe -O2 -arch x86_64'
479CXX_LINK=''
480DB_EXTRA_LIBS=''
481DB_HEADER=''
482DB_HEADER_VERSION=''
483DB_LIB=''
484DB_VERSION=''
485DEFCCNAME=''
486DEFCKTNAME=''
487DEFKTNAME=''
488DEFS=''
489DEPLIBEXT=''
490DIG=''
491DL_LIB=''
492DO_ALL=''
493DO_TCL=''
494DO_TEST=''
495DYNOBJEXT=''
496DYNOBJ_EXPDEPS=''
497DYNOBJ_EXPFLAGS=''
498ECHO_C='\c'
499ECHO_N=''
500ECHO_T=''
501EGREP='/usr/bin/grep -E'
502EXEEXT=''
503EXPECT=''
504EXTRA_FILES=''
505EXTRA_SUPPORT_SYMS=''
506FCTSH=''
507FNMATCH_OBJ=''
508FNMATCH_ST_OBJ=''
509GEN_LIB=''
510GETTIMEOFDAY_OBJ=''
511GETTIMEOFDAY_ST_OBJ=''
512GREP='/usr/bin/grep'
513GROFF=''
514GSSRPC__BSD_TYPEALIASES=''
515GSSRPC__FAKE_UINT32=''
516GSSRPC__INTTYPES_H=''
517GSSRPC__NETDB_H=''
518GSSRPC__STDINT_H=''
519GSSRPC__SYS_PARAM_H=''
520GSSRPC__SYS_SELECT_H=''
521GSSRPC__SYS_TIME_H=''
522GSSRPC__UNISTD_H=''
523HAVE_GCC='yes'
524HAVE_PYTHON=''
525HAVE_RUNTEST=''
526HESIOD_DEFS=''
527HESIOD_LIBS=''
528INSTALL_DATA=''
529INSTALL_PROGRAM=''
530INSTALL_SCRIPT=''
531INSTALL_SHLIB=''
532KDB5_DB_LIB=''
533KDB5_PLUGIN_DEPLIBS=''
534KDB5_PLUGIN_LIBS=''
535KRB5_RCTMPDIR=''
536KRB5_RUN_ENV=''
537KRB5_RUN_VARS=''
538KRB5_VERSION=''
539KSU_LIBS=''
540LD='/usr/bin/llvm-gcc-4.2'
541LDAP=''
542LDAP_LIBS=''
543LDFLAGS='-arch x86_64 -Wl,-search_paths_first'
544LEX=''
545LEXLIB=''
546LEX_OUTPUT_ROOT=''
547LIBINSTLIST=''
548LIBLINKS=''
549LIBLIST=''
550LIBOBJS=''
551LIBS=''
552LIBUTIL=''
553LN_S=''
554LTLIBOBJS=''
555MAINT=''
556MAINTAINER_MODE_FALSE=''
557MAINTAINER_MODE_TRUE=''
558MAKE_DYNOBJ_COMMAND=''
559MAKE_SHLIB_COMMAND=''
560MKSTEMP_OBJ=''
561MKSTEMP_ST_OBJ=''
562MSGFMT=''
563NSLOOKUP=''
564OBJEXT='o'
565OBJLISTS=''
566PACKAGE_BUGREPORT='krb5-bugs@mit.edu'
567PACKAGE_NAME='Kerberos 5'
568PACKAGE_STRING='Kerberos 5 1.11'
569PACKAGE_TARNAME='krb5'
570PACKAGE_URL=''
571PACKAGE_VERSION='1.11'
572PASS=''
573PATH_SEPARATOR=':'
574PERL=''
575PERL_PATH=''
576PFLIBEXT=''
577PFOBJEXT=''
578PICFLAGS=''
579PKINIT=''
580PKINIT_CRYPTO_IMPL=''
581PKINIT_CRYPTO_IMPL_CFLAGS=''
582PKINIT_CRYPTO_IMPL_LIBS=''
583PLUGIN=''
584PLUGININST=''
585PLUGINLINK=''
586PRINTF_OBJ=''
587PRINTF_ST_OBJ=''
588PRIOCNTL_HACK=''
589PRNG_ALG=''
590PROFFLAGS=''
591PROG_RPATH_FLAGS=''
592PTHREAD_CC=''
593PTHREAD_CFLAGS=''
594PTHREAD_LIBS=''
595PYTHON=''
596PYTHON_LIB=''
597RANLIB=''
598RBUILD=''
599RL_CFLAGS=''
600RL_LIBS=''
601RPATH_FLAG=''
602RUNTEST=''
603SETENVOBJ=''
604SH5=''
605SH=''
606SHELL='/bin/sh'
607SHLIBEXT=''
608SHLIBSEXT=''
609SHLIBVEXT=''
610SHLIB_EXPFLAGS=''
611SHLIB_EXPORT_FILE_DEP=''
612SHLIB_RPATH_FLAGS=''
613SHOBJEXT=''
614SS_LIB=''
615SS_VERSION=''
616STLIBEXT=''
617STOBJEXT=''
618STRLCPY_OBJ=''
619STRLCPY_ST_OBJ=''
620SUPPORTLIB_MAJOR=''
621S_TOP=''
622TCL_INCLUDES=''
623TCL_LIBPATH=''
624TCL_LIBS=''
625TCL_MAYBE_RPATH=''
626TCL_RPATH=''
627THREAD_SUPPORT=''
628VERTO_CFLAGS=''
629VERTO_LIBS=''
630VERTO_VERSION=''
631WARN_CFLAGS=' -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Wnewline-eof -Werror=uninitialized -Werror=declaration-after-statement -Werror=variadic-macros -Werror-implicit-function-declaration'
632WARN_CXXFLAGS=' -Wall -Wcast-align -Wshadow'
633YACC=''
634YFLAGS=''
635ac_ct_CC='/usr/bin/llvm-gcc-4.2'
636ac_ct_CXX=''
637acx_pthread_config=''
638bindir='${exec_prefix}/bin'
639build='x86_64-apple-darwin12.2.0'
640build_alias=''
641build_cpu='x86_64'
642build_os='darwin12.2.0'
643build_vendor='apple'
644compile_et='compile_et'
645datadir='${datarootdir}'
646datarootdir='${prefix}/share'
647docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
648dvidir='${docdir}'
649exec_prefix='NONE'
650have_PERL=''
651have_RUNTEST=''
652host='x86_64-apple-darwin12.2.0'
653host_alias=''
654host_cpu='x86_64'
655host_os='darwin12.2.0'
656host_vendor='apple'
657htmldir='${docdir}'
658include_inttypes=''
659include_stdint=''
660include_xom=''
661includedir='${prefix}/include'
662infodir='${datarootdir}/info'
663krb5_cv_host=''
664ldap_plugin_dir=''
665libdir='${exec_prefix}/lib'
666libexecdir='${exec_prefix}/libexec'
667localedir='${datarootdir}/locale'
668localstatedir='${prefix}/var'
669mandir='/opt/local/share/man'
670oldincludedir='/usr/include'
671pdfdir='${docdir}'
672po=''
673prefix='/opt/local'
674program_transform_name='s,x,x,'
675psdir='${docdir}'
676rpcent_define=''
677sam2_plugin=''
678sbindir='${exec_prefix}/sbin'
679sharedstatedir='${prefix}/com'
680sysconfdir='${prefix}/etc'
681target_alias=''
682
683## ------------------- ##
684## File substitutions. ##
685## ------------------- ##
686
687lib_frag=''
688libnodeps_frag=''
689libnover_frag=''
690libobj_frag=''
691libpriv_frag=''
692
693## ----------- ##
694## confdefs.h. ##
695## ----------- ##
696
697/* confdefs.h */
698#define PACKAGE_NAME "Kerberos 5"
699#define PACKAGE_TARNAME "krb5"
700#define PACKAGE_VERSION "1.11"
701#define PACKAGE_STRING "Kerberos 5 1.11"
702#define PACKAGE_BUGREPORT "krb5-bugs@mit.edu"
703#define PACKAGE_URL ""
704#define STDC_HEADERS 1
705#define HAVE_SYS_TYPES_H 1
706#define HAVE_SYS_STAT_H 1
707#define HAVE_STDLIB_H 1
708#define HAVE_STRING_H 1
709#define HAVE_MEMORY_H 1
710#define HAVE_STRINGS_H 1
711#define HAVE_INTTYPES_H 1
712#define HAVE_STDINT_H 1
713#define HAVE_UNISTD_H 1
714
715configure: exit 1