Ticket #32415: config.log

File config.log, 16.9 KB (added by mparchet@…, 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 the fast lexical analyser generator configure 2.5.35, which was
5generated by GNU Autoconf 2.59.  Invocation command line was
6
7  $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = MacBook-Pro-de-Michael.local
14uname -m = x86_64
15uname -r = 11.2.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~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 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~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: 8.00 gigabytes
33Default processor set: 83 tasks, 445 threads, 8 processors
34Load average: 0.89, Mach factor: 7.09
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /opt/local/bin
42PATH: /opt/local/sbin
43PATH: /opt/local/bin
44PATH: /opt/local/sbin
45PATH: /opt/local/bin
46PATH: /opt/local/sbin
47PATH: /sw/bin
48PATH: /sw/sbin
49PATH: /opt/local/bin
50PATH: /opt/local/sbin
51PATH: /usr/bin
52PATH: /bin
53PATH: /usr/sbin
54PATH: /sbin
55PATH: /usr/local/bin
56PATH: /usr/X11/bin
57PATH: /usr/X11R6/bin
58
59
60## ----------- ##
61## Core tests. ##
62## ----------- ##
63
64configure:1378: checking for a BSD-compatible install
65configure:1433: result: /usr/bin/install -c
66configure:1444: checking whether build environment is sane
67configure:1487: result: yes
68configure:1552: checking for gawk
69configure:1581: result: no
70configure:1552: checking for mawk
71configure:1581: result: no
72configure:1552: checking for nawk
73configure:1581: result: no
74configure:1552: checking for awk
75configure:1568: found /usr/bin/awk
76configure:1578: result: awk
77configure:1588: checking whether make sets $(MAKE)
78configure:1608: result: yes
79configure:1795: checking whether NLS is requested
80configure:1804: result: yes
81configure:1842: checking for msgfmt
82configure:1873: result: /opt/local/bin/msgfmt
83configure:1882: checking for gmsgfmt
84configure:1913: result: /opt/local/bin/msgfmt
85configure:1952: checking for xgettext
86configure:1983: result: /opt/local/bin/xgettext
87configure:2023: checking for msgmerge
88configure:2053: result: /opt/local/bin/msgmerge
89configure:2116: checking for style of include used by make
90configure:2144: result: GNU
91configure:2215: checking for gcc
92configure:2231: found /usr/bin/gcc
93configure:2241: result: gcc
94configure:2485: checking for C compiler version
95configure:2488: gcc --version </dev/null >&5
96i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
97Copyright (C) 2007 Free Software Foundation, Inc.
98This is free software; see the source for copying conditions.  There is NO
99warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
100
101configure:2491: $? = 0
102configure:2493: gcc -v </dev/null >&5
103Using built-in specs.
104Target: i686-apple-darwin11
105Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~22/src/configure --disable-checking --enable-werror --prefix=/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.1~22/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
106Thread model: posix
107gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
108configure:2496: $? = 0
109configure:2498: gcc -V </dev/null >&5
110llvm-gcc-4.2: argument to `-V' is missing
111configure:2501: $? = 1
112configure:2524: checking for C compiler default output file name
113configure:2527: gcc    conftest.c  >&5
114configure:2530: $? = 0
115configure:2576: result: a.out
116configure:2581: checking whether the C compiler works
117configure:2587: ./a.out
118configure:2590: $? = 0
119configure:2607: result: yes
120configure:2614: checking whether we are cross compiling
121configure:2616: result: no
122configure:2619: checking for suffix of executables
123configure:2621: gcc -o conftest    conftest.c  >&5
124configure:2624: $? = 0
125configure:2649: result:
126configure:2655: checking for suffix of object files
127configure:2676: gcc -c   conftest.c >&5
128configure:2679: $? = 0
129configure:2701: result: o
130configure:2705: checking whether we are using the GNU C compiler
131configure:2729: gcc -c   conftest.c >&5
132configure:2735: $? = 0
133configure:2738: test -z                          || test ! -s conftest.err
134configure:2741: $? = 0
135configure:2744: test -s conftest.o
136configure:2747: $? = 0
137configure:2760: result: yes
138configure:2766: checking whether gcc accepts -g
139configure:2787: gcc -c -g  conftest.c >&5
140configure:2793: $? = 0
141configure:2796: test -z                          || test ! -s conftest.err
142configure:2799: $? = 0
143configure:2802: test -s conftest.o
144configure:2805: $? = 0
145configure:2816: result: yes
146configure:2833: checking for gcc option to accept ANSI C
147configure:2903: gcc  -c -g -O2  conftest.c >&5
148configure:2909: $? = 0
149configure:2912: test -z                          || test ! -s conftest.err
150configure:2915: $? = 0
151configure:2918: test -s conftest.o
152configure:2921: $? = 0
153configure:2939: result: none needed
154configure:2957: gcc -c -g -O2  conftest.c >&5
155conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
156configure:2963: $? = 1
157configure: failed program was:
158| #ifndef __cplusplus
159|   choke me
160| #endif
161configure:3095: checking dependency style of gcc
162configure:3185: result: gcc3
163configure:3208: checking build system type
164configure:3226: result: i686-apple-darwin11.2.0
165configure:3234: checking host system type
166configure:3248: result: i686-apple-darwin11.2.0
167configure:3280: checking for ld used by GCC
168configure:3343: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
169configure:3352: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
170configure:3364: result: no
171configure:3370: checking for shared library run path origin
172configure:3383: result: done
173configure:3800: checking whether NLS is requested
174configure:3809: result: yes
175configure:3827: checking for GNU gettext in libc
176configure:3851: gcc -o conftest -g -O2   conftest.c  >&5
177conftest.c:11:21: error: libintl.h: No such file or directory
178conftest.c: In function 'main':
179conftest.c:18: warning: incompatible implicit declaration of built-in function 'gettext'
180conftest.c:18: warning: cast from pointer to integer of different size
181configure:3857: $? = 1
182configure: failed program was:
183| /* confdefs.h.  */
184|
185| #define PACKAGE_NAME "the fast lexical analyser generator"
186| #define PACKAGE_TARNAME "flex"
187| #define PACKAGE_VERSION "2.5.35"
188| #define PACKAGE_STRING "the fast lexical analyser generator 2.5.35"
189| #define PACKAGE_BUGREPORT "flex-help@lists.sourceforge.net"
190| #define PACKAGE "flex"
191| #define VERSION "2.5.35"
192| /* end confdefs.h.  */
193| #include <libintl.h>
194| extern int _nl_msg_cat_cntr;
195| extern int *_nl_domain_bindings;
196| int
197| main ()
198| {
199| bindtextdomain ("", "");
200| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
201|   ;
202|   return 0;
203| }
204configure:3881: result: no
205configure:3915: checking for iconv
206configure:3942: gcc -o conftest -g -O2   conftest.c  >&5
207Undefined symbols for architecture x86_64:
208  "_iconv_open", referenced from:
209      _main in ccsRC0vp.o
210  "_iconv", referenced from:
211      _main in ccsRC0vp.o
212  "_iconv_close", referenced from:
213      _main in ccsRC0vp.o
214ld: symbol(s) not found for architecture x86_64
215collect2: ld returned 1 exit status
216configure:3948: $? = 1
217configure: failed program was:
218| /* confdefs.h.  */
219|
220| #define PACKAGE_NAME "the fast lexical analyser generator"
221| #define PACKAGE_TARNAME "flex"
222| #define PACKAGE_VERSION "2.5.35"
223| #define PACKAGE_STRING "the fast lexical analyser generator 2.5.35"
224| #define PACKAGE_BUGREPORT "flex-help@lists.sourceforge.net"
225| #define PACKAGE "flex"
226| #define VERSION "2.5.35"
227| /* end confdefs.h.  */
228| #include <stdlib.h>
229| #include <iconv.h>
230| int
231| main ()
232| {
233| iconv_t cd = iconv_open("","");
234|        iconv(cd,NULL,NULL,NULL,NULL);
235|        iconv_close(cd);
236|   ;
237|   return 0;
238| }
239configure:3992: gcc -o conftest -g -O2   conftest.c  -liconv >&5
240configure:3998: $? = 0
241configure:4001: test -z                          || test ! -s conftest.err
242configure:4004: $? = 0
243configure:4007: test -s conftest
244configure:4010: $? = 0
245configure:4025: result: yes
246configure:4035: checking how to link with libiconv
247configure:4037: result: -liconv
248configure:4426: checking for GNU gettext in libintl
249configure:4458: gcc -o conftest -g -O2    conftest.c  -lintl >&5
250conftest.c:12:21: error: libintl.h: No such file or directory
251conftest.c: In function 'main':
252conftest.c:23: warning: incompatible implicit declaration of built-in function 'gettext'
253conftest.c:23: warning: cast from pointer to integer of different size
254configure:4464: $? = 1
255configure: failed program was:
256| /* confdefs.h.  */
257|
258| #define PACKAGE_NAME "the fast lexical analyser generator"
259| #define PACKAGE_TARNAME "flex"
260| #define PACKAGE_VERSION "2.5.35"
261| #define PACKAGE_STRING "the fast lexical analyser generator 2.5.35"
262| #define PACKAGE_BUGREPORT "flex-help@lists.sourceforge.net"
263| #define PACKAGE "flex"
264| #define VERSION "2.5.35"
265| #define HAVE_ICONV 1
266| /* end confdefs.h.  */
267| #include <libintl.h>
268| extern int _nl_msg_cat_cntr;
269| extern
270| #ifdef __cplusplus
271| "C"
272| #endif
273| const char *_nl_expand_alias ();
274| int
275| main ()
276| {
277| bindtextdomain ("", "");
278| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
279|   ;
280|   return 0;
281| }
282configure:4512: gcc -o conftest -g -O2    conftest.c  -lintl -liconv >&5
283conftest.c:12:21: error: libintl.h: No such file or directory
284conftest.c: In function 'main':
285conftest.c:23: warning: incompatible implicit declaration of built-in function 'gettext'
286conftest.c:23: warning: cast from pointer to integer of different size
287configure:4518: $? = 1
288configure: failed program was:
289| /* confdefs.h.  */
290|
291| #define PACKAGE_NAME "the fast lexical analyser generator"
292| #define PACKAGE_TARNAME "flex"
293| #define PACKAGE_VERSION "2.5.35"
294| #define PACKAGE_STRING "the fast lexical analyser generator 2.5.35"
295| #define PACKAGE_BUGREPORT "flex-help@lists.sourceforge.net"
296| #define PACKAGE "flex"
297| #define VERSION "2.5.35"
298| #define HAVE_ICONV 1
299| /* end confdefs.h.  */
300| #include <libintl.h>
301| extern int _nl_msg_cat_cntr;
302| extern
303| #ifdef __cplusplus
304| "C"
305| #endif
306| const char *_nl_expand_alias ();
307| int
308| main ()
309| {
310| bindtextdomain ("", "");
311| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
312|   ;
313|   return 0;
314| }
315configure:4547: result: no
316configure:4576: checking whether to use NLS
317configure:4578: result: no
318configure:4659: checking for bison
319configure:4675: found /usr/bin/bison
320configure:4685: result: bison -y
321configure:4700: checking for flex
322configure:4716: found /opt/local/bin/flex
323configure:4726: result: flex
324configure:4739: checking for yywrap in -lfl
325configure:4769: gcc -o conftest -g -O2   conftest.c -lfl   >&5
326configure:4775: $? = 0
327configure:4778: test -z                          || test ! -s conftest.err
328configure:4781: $? = 0
329configure:4784: test -s conftest
330configure:4787: $? = 0
331configure:4800: result: yes
332configure:4877: checking lex output file root
333configure:4888: flex conftest.l
334dyld: Library not loaded: /usr/local/lib/libintl.3.dylib
335  Referenced from: /opt/local/bin/flex
336  Reason: image not found
337./configure: line 4889:  1002 Trace/BPT trap: 5       flex conftest.l
338configure:4891: $? = 133
339configure:4898: error: cannot find output from flex; giving up
340
341## ---------------- ##
342## Cache variables. ##
343## ---------------- ##
344
345ac_cv_build=i686-apple-darwin11.2.0
346ac_cv_build_alias=i686-apple-darwin11.2.0
347ac_cv_c_compiler_gnu=yes
348ac_cv_env_CC_set=
349ac_cv_env_CC_value=
350ac_cv_env_CFLAGS_set=
351ac_cv_env_CFLAGS_value=
352ac_cv_env_CPPFLAGS_set=
353ac_cv_env_CPPFLAGS_value=
354ac_cv_env_CPP_set=
355ac_cv_env_CPP_value=
356ac_cv_env_CXXFLAGS_set=
357ac_cv_env_CXXFLAGS_value=
358ac_cv_env_CXX_set=
359ac_cv_env_CXX_value=
360ac_cv_env_LDFLAGS_set=
361ac_cv_env_LDFLAGS_value=
362ac_cv_env_build_alias_set=
363ac_cv_env_build_alias_value=
364ac_cv_env_host_alias_set=
365ac_cv_env_host_alias_value=
366ac_cv_env_target_alias_set=
367ac_cv_env_target_alias_value=
368ac_cv_exeext=
369ac_cv_host=i686-apple-darwin11.2.0
370ac_cv_host_alias=i686-apple-darwin11.2.0
371ac_cv_lib_fl_yywrap=yes
372ac_cv_objext=o
373ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
374ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
375ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge
376ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
377ac_cv_path_install='/usr/bin/install -c'
378ac_cv_prog_AWK=awk
379ac_cv_prog_LEX=flex
380ac_cv_prog_YACC='bison -y'
381ac_cv_prog_ac_ct_CC=gcc
382ac_cv_prog_cc_g=yes
383ac_cv_prog_cc_stdc=
384ac_cv_prog_make_make_set=yes
385acl_cv_hardcode_direct=no
386acl_cv_hardcode_libdir_flag_spec=
387acl_cv_hardcode_libdir_separator=
388acl_cv_hardcode_minus_L=no
389acl_cv_libext=a
390acl_cv_path_LD=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
391acl_cv_prog_gnu_ld=no
392acl_cv_rpath=done
393acl_cv_shlibext=dylib
394acl_cv_wl=-Wl,
395am_cv_CC_dependencies_compiler_type=gcc3
396am_cv_func_iconv=yes
397am_cv_lib_iconv=yes
398gt_cv_func_gnugettext1_libc=no
399gt_cv_func_gnugettext1_libintl=no
400
401## ----------------- ##
402## Output variables. ##
403## ----------------- ##
404
405ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_flex/flex/work/flex-2.5.35/missing --run aclocal-1.9'
406ALLOCA=''
407AMDEPBACKSLASH='\'
408AMDEP_FALSE='#'
409AMDEP_TRUE=''
410AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_flex/flex/work/flex-2.5.35/missing --run tar'
411AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_flex/flex/work/flex-2.5.35/missing --run autoconf'
412AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_flex/flex/work/flex-2.5.35/missing --run autoheader'
413AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_flex/flex/work/flex-2.5.35/missing --run automake-1.9'
414AWK='awk'
415BISON=''
416CC='gcc'
417CCDEPMODE='depmode=gcc3'
418CFLAGS='-g -O2'
419CPP=''
420CPPFLAGS=''
421CXX=''
422CXXDEPMODE=''
423CXXFLAGS=''
424CYGPATH_W='echo'
425DEFS=''
426DEPDIR='.deps'
427ECHO_C='ECHO_N=''
428ECHO_T=''
429EGREP=''
430EXEEXT=''
431GMSGFMT='/opt/local/bin/msgfmt'
432HELP2MAN=''
433INDENT=''
434INSTALL_DATA='${INSTALL} -m 644'
435INSTALL_PROGRAM='${INSTALL}'
436INSTALL_SCRIPT='${INSTALL}'
437INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
438INTLLIBS=''
439LDFLAGS=''
440LEX='flex'
441LEXLIB='-lfl'
442LEX_OUTPUT_ROOT=''
443LIBICONV='-liconv'
444LIBINTL=''
445LIBOBJS=''
446LIBS=''
447LN_S=''
448LTLIBICONV='-liconv'
449LTLIBINTL=''
450LTLIBOBJS=''
451M4=''
452MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_flex/flex/work/flex-2.5.35/missing --run makeinfo'
453MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
454MSGFMT='/opt/local/bin/msgfmt'
455MSGMERGE='/opt/local/bin/msgmerge'
456OBJEXT='o'
457PACKAGE='flex'
458PACKAGE_BUGREPORT='flex-help@lists.sourceforge.net'
459PACKAGE_NAME='the fast lexical analyser generator'
460PACKAGE_STRING='the fast lexical analyser generator 2.5.35'
461PACKAGE_TARNAME='flex'
462PACKAGE_VERSION='2.5.35'
463PATH_SEPARATOR=':'
464POSUB=''
465RANLIB=''
466SET_MAKE=''
467SHELL='/bin/sh'
468STRIP=''
469USE_NLS='no'
470VERSION='2.5.35'
471XGETTEXT='/opt/local/bin/xgettext'
472YACC='bison -y'
473ac_ct_CC='gcc'
474ac_ct_CXX=''
475ac_ct_RANLIB=''
476ac_ct_STRIP=''
477am__fastdepCC_FALSE='#'
478am__fastdepCC_TRUE=''
479am__fastdepCXX_FALSE=''
480am__fastdepCXX_TRUE=''
481am__include='include'
482am__leading_dot='.'
483am__quote=''
484am__tar='${AMTAR} chof - "$$tardir"'
485am__untar='${AMTAR} xf -'
486bindir='${exec_prefix}/bin'
487build='i686-apple-darwin11.2.0'
488build_alias=''
489build_cpu='i686'
490build_os='darwin11.2.0'
491build_vendor='apple'
492datadir='${prefix}/share'
493exec_prefix='NONE'
494host='i686-apple-darwin11.2.0'
495host_alias=''
496host_cpu='i686'
497host_os='darwin11.2.0'
498host_vendor='apple'
499includedir='${prefix}/include'
500infodir='${prefix}/info'
501install_sh='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_flex/flex/work/flex-2.5.35/install-sh'
502libdir='${exec_prefix}/lib'
503libexecdir='${exec_prefix}/libexec'
504localstatedir='${prefix}/var'
505mandir='${prefix}/man'
506mkdir_p='$(mkinstalldirs)'
507oldincludedir='/usr/include'
508prefix='NONE'
509program_transform_name='s,x,x,'
510sbindir='${exec_prefix}/sbin'
511sharedstatedir='${prefix}/com'
512sysconfdir='${prefix}/etc'
513target_alias=''
514
515## ----------- ##
516## confdefs.h. ##
517## ----------- ##
518
519#define HAVE_ICONV 1
520#define PACKAGE "flex"
521#define PACKAGE_BUGREPORT "flex-help@lists.sourceforge.net"
522#define PACKAGE_NAME "the fast lexical analyser generator"
523#define PACKAGE_STRING "the fast lexical analyser generator 2.5.35"
524#define PACKAGE_TARNAME "flex"
525#define PACKAGE_VERSION "2.5.35"
526#define VERSION "2.5.35"
527
528configure: exit 1