Ticket #35696: config.log

File config.log, 13.8 KB (added by Community@…, 12 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.52.20101002.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --enable-widec --enable-overwrite --with-shared --without-debug --without-ada --enable-sigwinch --mandir=/opt/local/share/man --with-manpage-format=normal --enable-pc-files --enable-symlinks --disable-mixed-case
8
9## ---------- ##
10## Platform.  ##
11## ---------- ##
12
13hostname = MH-Mac-Mini-02.MMHein.at
14uname -m = x86_64
15uname -r = 12.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~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
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
27Kernel configured for up to 2 processors.
282 processors are physically available.
292 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1
32Primary memory available: 8.00 gigabytes
33Default processor set: 178 tasks, 748 threads, 2 processors
34Load average: 1.08, Mach factor: 1.15
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH = /opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin
40
41## ------------ ##
42## Core tests.  ##
43## ------------ ##
44
45configure:1101: PATH=".;."; conftest.sh
46./configure: line 1102: conftest.sh: command not found
47configure:1104: $? = 127
48configure:1117: checking for egrep
49configure:1127: result: grep -E
50configure:1141: result: Configuring NCURSES 5.9 ABI 5 (Fri Aug 17 07:12:10 CEST 2012)
51configure:1246: checking build system type
52configure:1264: result: x86_64-apple-darwin12.0.0
53configure:1271: checking host system type
54configure:1285: result: x86_64-apple-darwin12.0.0
55configure:1293: checking target system type
56configure:1307: result: x86_64-apple-darwin12.0.0
57configure:1338: result: Configuring for darwin12.0.0
58configure:1362: checking for prefix
59configure:1374: result: /opt/local
60configure:1450: checking for gcc
61configure:1473: result: /usr/bin/clang
62configure:1701: checking for C compiler version
63configure:1704: /usr/bin/clang --version </dev/null >&5
64Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
65Target: x86_64-apple-darwin12.0.0
66Thread model: posix
67configure:1707: $? = 0
68configure:1709: /usr/bin/clang -v </dev/null >&5
69Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
70Target: x86_64-apple-darwin12.0.0
71Thread model: posix
72configure:1712: $? = 0
73configure:1714: /usr/bin/clang -V </dev/null >&5
74clang: error: argument to '-V' is missing (expected 1 value)
75clang: error: no input files
76configure:1717: $? = 1
77configure:1737: checking for C compiler default output
78configure:1740: /usr/bin/clang -pipe -O2 -arch x86_64  -arch x86_64 conftest.c  >&5
79configure:1743: $? = 0
80configure:1772: result: a.out
81configure:1777: checking whether the C compiler works
82configure:1783: ./a.out
83configure:1786: $? = 0
84configure:1801: result: yes
85configure:1808: checking whether we are cross compiling
86configure:1810: result: no
87configure:1813: checking for executable suffix
88configure:1815: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -arch x86_64 conftest.c  >&5
89configure:1818: $? = 0
90configure:1840: result:
91configure:1846: checking for object suffix
92configure:1864: /usr/bin/clang -c -pipe -O2 -arch x86_64  conftest.c >&5
93configure:1867: $? = 0
94configure:1886: result: o
95configure:1890: checking whether we are using the GNU C compiler
96configure:1911: /usr/bin/clang -c -pipe -O2 -arch x86_64  conftest.c >&5
97configure:1914: $? = 0
98configure:1917: test -s conftest.o
99configure:1920: $? = 0
100configure:1932: result: yes
101configure:1938: checking whether /usr/bin/clang accepts -g
102configure:1956: /usr/bin/clang -c -g  conftest.c >&5
103configure:1959: $? = 0
104configure:1962: test -s conftest.o
105configure:1965: $? = 0
106configure:1975: result: yes
107configure:2002: /usr/bin/clang -c -pipe -O2 -arch x86_64  conftest.c >&5
108conftest.c:2:3: error: unknown type name 'choke'
109  choke me
110  ^
111conftest.c:2:11: error: expected ';' after top level declarator
112  choke me
113          ^
114          ;
1152 errors generated.
116configure:2005: $? = 1
117configure: failed program was:
118#ifndef __cplusplus
119  choke me
120#endif
121configure:2106: checking version of /usr/bin/clang
122configure:2110: result: 4.0
123configure:2120: checking how to run the C preprocessor
124configure:2146: /usr/bin/clang -E  conftest.c
125configure:2152: $? = 0
126configure:2179: /usr/bin/clang -E  conftest.c
127configure:2176:10: fatal error: 'ac_nonexistent.h' file not found
128#include <ac_nonexistent.h>
129         ^
1301 error generated.
131configure:2185: $? = 1
132configure: failed program was:
133#line 2175 "configure"
134#include "confdefs.h"
135#include <ac_nonexistent.h>
136configure:2222: result: /usr/bin/clang -E
137configure:2237: /usr/bin/clang -E  conftest.c
138configure:2243: $? = 0
139configure:2270: /usr/bin/clang -E  conftest.c
140configure:2267:10: fatal error: 'ac_nonexistent.h' file not found
141#include <ac_nonexistent.h>
142         ^
1431 error generated.
144configure:2276: $? = 1
145configure: failed program was:
146#line 2266 "configure"
147#include "confdefs.h"
148#include <ac_nonexistent.h>
149configure:2317: checking whether /usr/bin/clang needs -traditional
150configure:2340:10: fatal error: 'termio.h' file not found
151#include <termio.h>
152         ^
1531 error generated.
154configure:2352: result: no
155configure:2359: checking whether /usr/bin/clang understands -c and -o together
156configure:2375: /usr/bin/clang -c conftest.c -o conftest2.o >&5
157configure:2378: $? = 0
158configure:2380: /usr/bin/clang -c conftest.c -o conftest2.o >&5
159configure:2383: $? = 0
160configure:2394: result: yes
161configure:2401: checking for POSIXized ISC
162configure:2420: result: no
163configure:2425: checking for /usr/bin/clang option to accept ANSI C
164configure:2550: /usr/bin/clang -c -pipe -O2 -arch x86_64   -DCC_HAS_PROTOS conftest.c >&5
165configure:2553: $? = 0
166configure:2556: test -s conftest.o
167configure:2559: $? = 0
168configure:2572: result: -DCC_HAS_PROTOS
169configure:2705: checking for ldconfig
170configure:2736: result: no
171configure:2744: checking if you want to ensure bool is consistent with C++
172configure:2754: result: yes
173configure:2849: checking for C++ compiler version
174configure:2852: /usr/bin/clang++ --version </dev/null >&5
175Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
176Target: x86_64-apple-darwin12.0.0
177Thread model: posix
178configure:2855: $? = 0
179configure:2857: /usr/bin/clang++ -v </dev/null >&5
180Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
181Target: x86_64-apple-darwin12.0.0
182Thread model: posix
183configure:2860: $? = 0
184configure:2862: /usr/bin/clang++ -V </dev/null >&5
185clang: error: argument to '-V' is missing (expected 1 value)
186clang: error: no input files
187configure:2865: $? = 1
188configure:2868: checking whether we are using the GNU C++ compiler
189configure:2889: /usr/bin/clang++ -c -pipe -O2 -arch x86_64  conftest.cc >&5
190configure:2892: $? = 0
191configure:2895: test -s conftest.o
192configure:2898: $? = 0
193configure:2910: result: yes
194configure:2916: checking whether /usr/bin/clang++ accepts -g
195configure:2934: /usr/bin/clang++ -c -g  conftest.cc >&5
196configure:2937: $? = 0
197configure:2940: test -s conftest.o
198configure:2943: $? = 0
199configure:2953: result: yes
200configure:2993: /usr/bin/clang++ -c -pipe -O2 -arch x86_64  conftest.cc >&5
201configure:2996: $? = 0
202configure:2999: test -s conftest.o
203configure:3002: $? = 0
204configure:3024: /usr/bin/clang++ -c -pipe -O2 -arch x86_64  conftest.cc >&5
205configure:3017:1: error: use of undeclared identifier 'exit'
206exit (42);
207^
2081 error generated.
209configure:3027: $? = 1
210configure: failed program was:
211#line 3012 "configure"
212#include "confdefs.h"
213
214int
215main ()
216{
217exit (42);
218  ;
219  return 0;
220}
221configure:2993: /usr/bin/clang++ -c -pipe -O2 -arch x86_64  conftest.cc >&5
222configure:2996: $? = 0
223configure:2999: test -s conftest.o
224configure:3002: $? = 0
225configure:3024: /usr/bin/clang++ -c -pipe -O2 -arch x86_64  conftest.cc >&5
226configure:3027: $? = 0
227configure:3030: test -s conftest.o
228configure:3033: $? = 0
229configure:3105: checking version of g++
230configure:3109: result: 4.0
231configure:3122: checking if you want to build C++ binding and demo
232configure:3132: result: yes
233configure:3135: checking if you want to build with Ada95
234configure:3145: result: no
235configure:3148: checking if you want to install manpages
236configure:3158: result: yes
237configure:3161: checking if you want to build programs such as tic
238configure:3171: result: yes
239configure:3174: checking if you want to build test-programs
240configure:3184: result: yes
241configure:3187: checking if you wish to install curses.h
242configure:3197: result: yes
243configure:3223: checking for mawk
244configure:3249: result: no
245configure:3223: checking for gawk
246configure:3238: found /opt/local/bin/gawk
247configure:3246: result: gawk
248configure:3260: checking for egrep
249configure:3270: result: grep -E
250configure:3290: checking for a BSD compatible install
251configure:3339: result: /usr/bin/install -c
252configure:3364: checking for tdlint
253configure:3390: result: no
254configure:3364: checking for lint
255configure:3390: result: no
256configure:3364: checking for alint
257configure:3390: result: no
258configure:3364: checking for splint
259configure:3390: result: no
260configure:3364: checking for lclint
261configure:3390: result: no
262configure:3397: checking whether ln -s works
263configure:3401: result: yes
264configure:3408: checking if ln -s -f options work
265configure:3420: result: yes
266configure:3425: checking for long file names
267configure:3464: result: yes
268configure:3476: checking if you want to use pkg-config
269configure:3486: result: yes
270configure:3537: checking for pkg-config
271configure:3554: found /opt/local/bin/pkg-config
272configure:3566: result: /opt/local/bin/pkg-config
273configure:3621: checking if we should install .pc files for /opt/local/bin/pkg-config
274configure:3638: result: yes
275configure:3649: checking if we should assume mixed-case filenames
276configure:3659: result: no
277configure:3707: checking whether make sets ${MAKE}
278configure:3727: result: yes
279configure:3740: checking for exctags
280configure:3766: result: no
281configure:3740: checking for ctags
282configure:3755: found /usr/bin/ctags
283configure:3763: result: ctags
284configure:3777: checking for exetags
285configure:3803: result: no
286configure:3777: checking for etags
287configure:3792: found /usr/bin/etags
288configure:3800: result: etags
289configure:3812: checking for ctags
290configure:3827: found /usr/bin/ctags
291configure:3836: result: yes
292configure:3893: checking for makeflags variable
293configure:3927: result:
294configure:3968: checking for ranlib
295configure:3983: found /opt/local/bin/ranlib
296configure:3992: result: ranlib
297configure:4042: checking for ld
298configure:4057: found /opt/local/bin/ld
299configure:4066: result: ld
300configure:4116: checking for ar
301configure:4131: found /opt/local/bin/ar
302configure:4140: result: ar
303configure:4190: checking for ar
304configure:4214: result: ar
305configure:4226: checking for options to update archives
306configure:4252: /usr/bin/clang -c -pipe -O2 -arch x86_64  conftest.c >&5
307configure:4255: $? = 0
308ar  -curv conftest.a conftest.o
309configure:4274: result: -curv
310configure:4285: checking if you have specified an install-prefix
311configure:4298: result:
312configure:4454: checking if libtool -version-number should be used
313configure:4471: result: yes
314configure:4496: checking if you want to build libraries with libtool
315configure:4506: result: no
316configure:4645: checking if you want to build shared libraries
317configure:4655: result: yes
318configure:4659: checking if you want to build static libraries
319configure:4669: result: yes
320configure:4673: checking if you want to build debug libraries
321configure:4683: result: no
322configure:4687: checking if you want to build profiling libraries
323configure:4697: result: no
324configure:4705: checking for specified models
325configure:4709: result:  shared normal
326configure:4714: checking for default model
327
328## ----------------- ##
329## Cache variables.  ##
330## ----------------- ##
331
332ac_cv_build=x86_64-apple-darwin12.0.0
333ac_cv_build_alias=x86_64-apple-darwin12.0.0
334ac_cv_c_compiler_gnu=yes
335ac_cv_cxx_compiler_gnu=yes
336ac_cv_env_CC_set=set
337ac_cv_env_CC_value=/usr/bin/clang
338ac_cv_env_CFLAGS_set=set
339ac_cv_env_CFLAGS_value='-pipe -O2 -arch x86_64'
340ac_cv_env_CPPFLAGS_set=
341ac_cv_env_CPPFLAGS_value=
342ac_cv_env_CPP_set=
343ac_cv_env_CPP_value=
344ac_cv_env_CXXCPP_set=
345ac_cv_env_CXXCPP_value=
346ac_cv_env_CXXFLAGS_set=set
347ac_cv_env_CXXFLAGS_value='-pipe -O2 -arch x86_64'
348ac_cv_env_CXX_set=set
349ac_cv_env_CXX_value=/usr/bin/clang++
350ac_cv_env_LDFLAGS_set=set
351ac_cv_env_LDFLAGS_value='-arch x86_64'
352ac_cv_env_build_alias_set=
353ac_cv_env_build_alias_value=
354ac_cv_env_host_alias_set=
355ac_cv_env_host_alias_value=
356ac_cv_env_target_alias_set=
357ac_cv_env_target_alias_value=
358ac_cv_host=x86_64-apple-darwin12.0.0
359ac_cv_host_alias=x86_64-apple-darwin12.0.0
360ac_cv_objext=o
361ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
362ac_cv_prog_AWK=gawk
363ac_cv_prog_CPP='/usr/bin/clang -E'
364ac_cv_prog_CTAGS=ctags
365ac_cv_prog_ETAGS=etags
366ac_cv_prog_MAKE_LOWER_TAGS=yes
367ac_cv_prog_ac_ct_AR=ar
368ac_cv_prog_ac_ct_CC=/usr/bin/clang
369ac_cv_prog_ac_ct_LD=ld
370ac_cv_prog_ac_ct_RANLIB=ranlib
371ac_cv_prog_cc_g=yes
372ac_cv_prog_cxx_g=yes
373ac_cv_prog_egrep='grep -E'
374ac_cv_prog_gcc_traditional=no
375ac_cv_prog_make_make_set=yes
376ac_cv_sys_long_file_names=yes
377ac_cv_target=x86_64-apple-darwin12.0.0
378ac_cv_target_alias=x86_64-apple-darwin12.0.0
379cf_cv_abi_version=5
380cf_cv_ansi_cc=-DCC_HAS_PROTOS
381cf_cv_ar_flags=-curv
382cf_cv_makeflags=
383cf_cv_mixedcase=no
384cf_cv_prog_CC_c_o=yes
385cf_cv_rel_version=5.9
386cf_cv_system_name=darwin12.0.0
387cf_cv_timestamp='Fri Aug 17 07:12:10 CEST 2012'
388
389## ------------ ##
390## confdefs.h.  ##
391## ------------ ##
392
393#define SYSTEM_NAME "darwin12.0.0"
394#define CC_HAS_PROTOS 1
395#ifdef __cplusplus
396#include <stdlib.h>
397#endif
398#define HAVE_LONG_FILE_NAMES 1
399
400
401configure: caught signal 2
402configure: exit 1