Ticket #33911: config

File config, 32.9 KB (added by martin.kastner@…, 12 years ago)

config.log

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 glib configure 2.30.3, which was
5generated by GNU Autoconf 2.68.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --enable-static --disable-dtrace
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = OnoPro.local
14uname -m = x86_64
15uname -r = 11.3.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~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 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~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: 6.00 gigabytes
33Default processor set: 114 tasks, 515 threads, 2 processors
34Load average: 1.63, Mach factor: 0.35
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /usr/bin
40PATH: /bin
41PATH: /usr/sbin
42PATH: /sbin
43PATH: /usr/local/bin
44PATH: /usr/X11/bin
45PATH: /opt/local/bin
46PATH: /opt/local/sbin
47PATH: /opt/local/bin
48PATH: /usr/local/mysql/bin
49PATH: /Development/scripts
50PATH: /Development/tools
51
52
53
54## ----------- ##
55## Core tests. ##
56## ----------- ##
57
58configure:2956: checking for a BSD-compatible install
59configure:3024: result: /usr/bin/install -c
60configure:3035: checking whether build environment is sane
61configure:3085: result: yes
62configure:3226: checking for a thread-safe mkdir -p
63configure:3265: result: ./install-sh -c -d
64configure:3278: checking for gawk
65configure:3308: result: no
66configure:3278: checking for mawk
67configure:3308: result: no
68configure:3278: checking for nawk
69configure:3308: result: no
70configure:3278: checking for awk
71configure:3294: found /usr/bin/awk
72configure:3305: result: awk
73configure:3316: checking whether make sets $(MAKE)
74configure:3338: result: yes
75configure:3404: checking how to create a ustar tar archive
76configure:3417: tar --version
77bsdtar 2.8.3 - libarchive 2.8.3
78configure:3420: $? = 0
79configure:3460: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
80configure:3463: $? = 0
81configure:3467: tar -xf - <conftest.tar
82configure:3470: $? = 0
83configure:3483: result: gnutar
84configure:3491: checking whether to enable maintainer-specific portions of Makefiles
85configure:3500: result: yes
86configure:3528: checking whether make supports nested variables
87configure:3545: result: yes
88configure:3647: checking for gcc
89configure:3663: found /usr/bin/gcc
90configure:3674: result: gcc
91configure:3903: checking for C compiler version
92configure:3912: gcc --version >&5
93i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
94Copyright (C) 2007 Free Software Foundation, Inc.
95This is free software; see the source for copying conditions.  There is NO
96warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
97
98configure:3923: $? = 0
99configure:3912: gcc -v >&5
100Using built-in specs.
101Target: i686-apple-darwin11
102Configured 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
103Thread model: posix
104gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
105configure:3923: $? = 0
106configure:3912: gcc -V >&5
107llvm-gcc-4.2: argument to `-V' is missing
108configure:3923: $? = 1
109configure:3912: gcc -qversion >&5
110i686-apple-darwin11-llvm-gcc-4.2: no input files
111configure:3923: $? = 1
112configure:3943: checking whether the C compiler works
113configure:3965: gcc    conftest.c  >&5
114configure:3969: $? = 0
115configure:4017: result: yes
116configure:4020: checking for C compiler default output file name
117configure:4022: result: a.out
118configure:4028: checking for suffix of executables
119configure:4035: gcc -o conftest    conftest.c  >&5
120configure:4039: $? = 0
121configure:4061: result:
122configure:4083: checking whether we are cross compiling
123configure:4091: gcc -o conftest    conftest.c  >&5
124configure:4095: $? = 0
125configure:4102: ./conftest
126configure:4106: $? = 0
127configure:4121: result: no
128configure:4126: checking for suffix of object files
129configure:4148: gcc -c   conftest.c >&5
130configure:4152: $? = 0
131configure:4173: result: o
132configure:4177: checking whether we are using the GNU C compiler
133configure:4196: gcc -c   conftest.c >&5
134configure:4196: $? = 0
135configure:4205: result: yes
136configure:4214: checking whether gcc accepts -g
137configure:4234: gcc -c -g  conftest.c >&5
138configure:4234: $? = 0
139configure:4275: result: yes
140configure:4292: checking for gcc option to accept ISO C89
141configure:4356: gcc  -c -g -O2  conftest.c >&5
142configure:4356: $? = 0
143configure:4369: result: none needed
144configure:4400: checking for style of include used by make
145configure:4428: result: GNU
146configure:4454: checking dependency style of gcc
147configure:4565: result: gcc3
148configure:4585: checking how to run the C preprocessor
149configure:4616: gcc -E  conftest.c
150configure:4616: $? = 0
151configure:4630: gcc -E  conftest.c
152conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
153configure:4630: $? = 1
154configure: failed program was:
155| /* confdefs.h */
156| #define PACKAGE_NAME "glib"
157| #define PACKAGE_TARNAME "glib"
158| #define PACKAGE_VERSION "2.30.3"
159| #define PACKAGE_STRING "glib 2.30.3"
160| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
161| #define PACKAGE_URL ""
162| #define GLIB_MAJOR_VERSION 2
163| #define GLIB_MINOR_VERSION 30
164| #define GLIB_MICRO_VERSION 3
165| #define GLIB_INTERFACE_AGE 3
166| #define GLIB_BINARY_AGE 3003
167| /* end confdefs.h.  */
168| #include <ac_nonexistent.h>
169configure:4655: result: gcc -E
170configure:4675: gcc -E  conftest.c
171configure:4675: $? = 0
172configure:4689: gcc -E  conftest.c
173conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
174configure:4689: $? = 1
175configure: failed program was:
176| /* confdefs.h */
177| #define PACKAGE_NAME "glib"
178| #define PACKAGE_TARNAME "glib"
179| #define PACKAGE_VERSION "2.30.3"
180| #define PACKAGE_STRING "glib 2.30.3"
181| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
182| #define PACKAGE_URL ""
183| #define GLIB_MAJOR_VERSION 2
184| #define GLIB_MINOR_VERSION 30
185| #define GLIB_MICRO_VERSION 3
186| #define GLIB_INTERFACE_AGE 3
187| #define GLIB_BINARY_AGE 3003
188| /* end confdefs.h.  */
189| #include <ac_nonexistent.h>
190configure:4731: checking build system type
191configure:4745: result: x86_64-apple-darwin11.3.0
192configure:4765: checking host system type
193configure:4778: result: x86_64-apple-darwin11.3.0
194configure:4799: checking for the BeOS
195configure:4809: result: no
196configure:4813: checking for Win32
197configure:4847: result: no
198configure:4853: checking for Mac OS X Carbon support
199configure:4864: gcc -E  conftest.c
200configure:4864: $? = 0
201configure:4869: result: yes
202configure:5261: checking for grep that handles long lines and -e
203configure:5319: result: /usr/bin/grep
204configure:5324: checking for egrep
205configure:5386: result: /usr/bin/grep -E
206configure:5392: checking whether we are using the GNU C Library 2.1 or newer
207conftest.c:16:22: error: features.h: No such file or directory
208configure:5419: result: no
209configure:5472: checking whether to enable garbage collector friendliness
210configure:5481: result: no
211configure:5485: checking whether to disable memory pools
212configure:5488: result: no
213configure:5569: checking for c++
214configure:5585: found /usr/bin/c++
215configure:5596: result: c++
216configure:5739: checking for C++ compiler version
217configure:5748: c++ --version >&5
218i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
219Copyright (C) 2007 Free Software Foundation, Inc.
220This is free software; see the source for copying conditions.  There is NO
221warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
222
223configure:5759: $? = 0
224configure:5748: c++ -v >&5
225Using built-in specs.
226Target: i686-apple-darwin11
227Configured 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
228Thread model: posix
229gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
230configure:5759: $? = 0
231configure:5748: c++ -V >&5
232llvm-g++-4.2: argument to `-V' is missing
233configure:5759: $? = 1
234configure:5748: c++ -qversion >&5
235i686-apple-darwin11-llvm-g++-4.2: no input files
236configure:5759: $? = 1
237configure:5763: checking whether we are using the GNU C++ compiler
238configure:5782: c++ -c   conftest.cpp >&5
239configure:5782: $? = 0
240configure:5791: result: yes
241configure:5800: checking whether c++ accepts -g
242configure:5820: c++ -c -g  conftest.cpp >&5
243configure:5820: $? = 0
244configure:5861: result: yes
245configure:5886: checking dependency style of c++
246configure:5997: result: gcc3
247configure:6024: c++ -c -g -O2  conftest.cpp >&5
248configure:6024: $? = 0
249configure:6093: checking for gcc
250configure:6120: result: gcc
251configure:6349: checking for C compiler version
252configure:6358: gcc --version >&5
253i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
254Copyright (C) 2007 Free Software Foundation, Inc.
255This is free software; see the source for copying conditions.  There is NO
256warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
257
258configure:6369: $? = 0
259configure:6358: gcc -v >&5
260Using built-in specs.
261Target: i686-apple-darwin11
262Configured 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
263Thread model: posix
264gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
265configure:6369: $? = 0
266configure:6358: gcc -V >&5
267llvm-gcc-4.2: argument to `-V' is missing
268configure:6369: $? = 1
269configure:6358: gcc -qversion >&5
270i686-apple-darwin11-llvm-gcc-4.2: no input files
271configure:6369: $? = 1
272configure:6373: checking whether we are using the GNU C compiler
273configure:6401: result: yes
274configure:6410: checking whether gcc accepts -g
275configure:6471: result: yes
276configure:6488: checking for gcc option to accept ISO C89
277configure:6565: result: none needed
278configure:6587: checking dependency style of gcc
279configure:6698: result: gcc3
280configure:6717: checking whether gcc and cc understand -c and -o together
281configure:6748: gcc -c conftest.c -o conftest2.o >&5
282configure:6752: $? = 0
283configure:6758: gcc -c conftest.c -o conftest2.o >&5
284configure:6762: $? = 0
285configure:6773: cc -c conftest.c >&5
286configure:6777: $? = 0
287configure:6785: cc -c conftest.c -o conftest2.o >&5
288configure:6789: $? = 0
289configure:6795: cc -c conftest.c -o conftest2.o >&5
290configure:6799: $? = 0
291configure:6817: result: yes
292configure:6851: checking for special C compiler options needed for large files
293configure:6896: result: no
294configure:6902: checking for _FILE_OFFSET_BITS value needed for large files
295configure:6927: gcc -c -g -O2  conftest.c >&5
296configure:6927: $? = 0
297configure:6959: result: no
298configure:7096: checking for pkg-config
299configure:7114: found /opt/local/bin/pkg-config
300configure:7126: result: /opt/local/bin/pkg-config
301configure:7151: checking pkg-config is at least version 0.16
302configure:7154: result: yes
303configure:7229: checking for gawk
304configure:7256: result: awk
305configure:7271: checking for perl5
306configure:7287: found /opt/local/bin/perl5
307configure:7298: result: perl5
308configure:7312: checking for indent
309configure:7328: found /usr/bin/indent
310configure:7339: result: indent
311configure:7361: checking for perl5
312configure:7379: found /opt/local/bin/perl5
313configure:7391: result: /opt/local/bin/perl5
314configure:7439: checking for a Python interpreter with version >= 2.5
315configure:7456: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.5'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
316configure:7459: $? = 0
317configure:7465: result: python
318configure:7473: checking for python
319configure:7491: found /usr/bin/python
320configure:7503: result: /usr/bin/python
321configure:7521: checking for python version
322configure:7528: result: 2.7
323configure:7540: checking for python platform
324configure:7547: result: darwin
325configure:7554: checking for python script directory
326configure:7582: result: ${prefix}/lib/python2.7/site-packages
327configure:7591: checking for python extension module directory
328configure:7619: result: ${exec_prefix}/lib/python2.7/site-packages
329configure:7652: checking for iconv_open
330configure:7652: gcc -o conftest -g -O2   -framework Carbon conftest.c  >&5
331Undefined symbols for architecture x86_64:
332  "_iconv_open", referenced from:
333      _main in ccJta5su.o
334ld: symbol(s) not found for architecture x86_64
335collect2: ld returned 1 exit status
336configure:7652: $? = 1
337configure: failed program was:
338| /* confdefs.h */
339| #define PACKAGE_NAME "glib"
340| #define PACKAGE_TARNAME "glib"
341| #define PACKAGE_VERSION "2.30.3"
342| #define PACKAGE_STRING "glib 2.30.3"
343| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
344| #define PACKAGE_URL ""
345| #define GLIB_MAJOR_VERSION 2
346| #define GLIB_MINOR_VERSION 30
347| #define GLIB_MICRO_VERSION 3
348| #define GLIB_INTERFACE_AGE 3
349| #define GLIB_BINARY_AGE 3003
350| #define HAVE_CARBON 1
351| /* end confdefs.h.  */
352| /* Define iconv_open to an innocuous variant, in case <limits.h> declares iconv_open.
353|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
354| #define iconv_open innocuous_iconv_open
355|
356| /* System header to define __stub macros and hopefully few prototypes,
357|     which can conflict with char iconv_open (); below.
358|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
359|     <limits.h> exists even on freestanding compilers.  */
360|
361| #ifdef __STDC__
362| # include <limits.h>
363| #else
364| # include <assert.h>
365| #endif
366|
367| #undef iconv_open
368|
369| /* Override any GCC internal prototype to avoid an error.
370|    Use char because int might match the return type of a GCC
371|    builtin and then its argument prototype would still apply.  */
372| #ifdef __cplusplus
373| extern "C"
374| #endif
375| char iconv_open ();
376| /* The GNU C library defines this for functions which it implements
377|     to always fail with ENOSYS.  Some functions are actually named
378|     something starting with __ and the normal name is an alias.  */
379| #if defined __stub_iconv_open || defined __stub___iconv_open
380| choke me
381| #endif
382|
383| int
384| main ()
385| {
386| return iconv_open ();
387|   ;
388|   return 0;
389| }
390configure:7652: result: no
391configure:7659: checking for libiconv_open in -liconv
392configure:7684: gcc -o conftest -g -O2   -framework Carbon conftest.c -liconv   >&5
393Undefined symbols for architecture x86_64:
394  "_libiconv_open", referenced from:
395      _main in ccVzh6Zq.o
396ld: symbol(s) not found for architecture x86_64
397collect2: ld returned 1 exit status
398configure:7684: $? = 1
399configure: failed program was:
400| /* confdefs.h */
401| #define PACKAGE_NAME "glib"
402| #define PACKAGE_TARNAME "glib"
403| #define PACKAGE_VERSION "2.30.3"
404| #define PACKAGE_STRING "glib 2.30.3"
405| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
406| #define PACKAGE_URL ""
407| #define GLIB_MAJOR_VERSION 2
408| #define GLIB_MINOR_VERSION 30
409| #define GLIB_MICRO_VERSION 3
410| #define GLIB_INTERFACE_AGE 3
411| #define GLIB_BINARY_AGE 3003
412| #define HAVE_CARBON 1
413| /* end confdefs.h.  */
414|
415| /* Override any GCC internal prototype to avoid an error.
416|    Use char because int might match the return type of a GCC
417|    builtin and then its argument prototype would still apply.  */
418| #ifdef __cplusplus
419| extern "C"
420| #endif
421| char libiconv_open ();
422| int
423| main ()
424| {
425| return libiconv_open ();
426|   ;
427|   return 0;
428| }
429configure:7693: result: no
430configure:7702: checking for iconv_open in -liconv
431configure:7727: gcc -o conftest -g -O2   -framework Carbon conftest.c -liconv   >&5
432configure:7727: $? = 0
433configure:7736: result: yes
434configure:7850: checking whether to cache iconv descriptors
435configure:7872: result: yes
436configure:7878: checking for ZLIB
437configure:7885: $PKG_CONFIG --exists --print-errors "zlib"
438configure:7888: $? = 0
439configure:7901: $PKG_CONFIG --exists --print-errors "zlib"
440configure:7904: $? = 0
441configure:7941: result: yes
442configure:8129: checking for LIBFFI
443configure:8136: $PKG_CONFIG --exists --print-errors "libffi >= 3.0.0"
444configure:8139: $? = 0
445configure:8152: $PKG_CONFIG --exists --print-errors "libffi >= 3.0.0"
446configure:8155: $? = 0
447configure:8214: result: yes
448configure:8228: checking locale.h usability
449configure:8228: gcc -c -g -O2  conftest.c >&5
450configure:8228: $? = 0
451configure:8228: result: yes
452configure:8228: checking locale.h presence
453configure:8228: gcc -E  conftest.c
454configure:8228: $? = 0
455configure:8228: result: yes
456configure:8228: checking for locale.h
457configure:8228: result: yes
458configure:8239: checking for LC_MESSAGES
459configure:8255: gcc -o conftest -g -O2   -framework Carbon conftest.c  >&5
460configure:8255: $? = 0
461configure:8263: result: yes
462configure:8280: checking libintl.h usability
463configure:8280: gcc -c -g -O2  conftest.c >&5
464conftest.c:51:21: error: libintl.h: No such file or directory
465configure:8280: $? = 1
466configure: failed program was:
467| /* confdefs.h */
468| #define PACKAGE_NAME "glib"
469| #define PACKAGE_TARNAME "glib"
470| #define PACKAGE_VERSION "2.30.3"
471| #define PACKAGE_STRING "glib 2.30.3"
472| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
473| #define PACKAGE_URL ""
474| #define GLIB_MAJOR_VERSION 2
475| #define GLIB_MINOR_VERSION 30
476| #define GLIB_MICRO_VERSION 3
477| #define GLIB_INTERFACE_AGE 3
478| #define GLIB_BINARY_AGE 3003
479| #define HAVE_CARBON 1
480| #define NEED_ICONV_CACHE 1
481| #define HAVE_LOCALE_H 1
482| #define HAVE_LC_MESSAGES 1
483| /* end confdefs.h.  */
484| #include <stdio.h>
485| #ifdef HAVE_SYS_TYPES_H
486| # include <sys/types.h>
487| #endif
488| #ifdef HAVE_SYS_STAT_H
489| # include <sys/stat.h>
490| #endif
491| #ifdef STDC_HEADERS
492| # include <stdlib.h>
493| # include <stddef.h>
494| #else
495| # ifdef HAVE_STDLIB_H
496| #  include <stdlib.h>
497| # endif
498| #endif
499| #ifdef HAVE_STRING_H
500| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
501| #  include <memory.h>
502| # endif
503| # include <string.h>
504| #endif
505| #ifdef HAVE_STRINGS_H
506| # include <strings.h>
507| #endif
508| #ifdef HAVE_INTTYPES_H
509| # include <inttypes.h>
510| #endif
511| #ifdef HAVE_STDINT_H
512| # include <stdint.h>
513| #endif
514| #ifdef HAVE_UNISTD_H
515| # include <unistd.h>
516| #endif
517| #include <libintl.h>
518configure:8280: result: no
519configure:8280: checking libintl.h presence
520configure:8280: gcc -E  conftest.c
521conftest.c:18:21: error: libintl.h: No such file or directory
522configure:8280: $? = 1
523configure: failed program was:
524| /* confdefs.h */
525| #define PACKAGE_NAME "glib"
526| #define PACKAGE_TARNAME "glib"
527| #define PACKAGE_VERSION "2.30.3"
528| #define PACKAGE_STRING "glib 2.30.3"
529| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
530| #define PACKAGE_URL ""
531| #define GLIB_MAJOR_VERSION 2
532| #define GLIB_MINOR_VERSION 30
533| #define GLIB_MICRO_VERSION 3
534| #define GLIB_INTERFACE_AGE 3
535| #define GLIB_BINARY_AGE 3003
536| #define HAVE_CARBON 1
537| #define NEED_ICONV_CACHE 1
538| #define HAVE_LOCALE_H 1
539| #define HAVE_LC_MESSAGES 1
540| /* end confdefs.h.  */
541| #include <libintl.h>
542configure:8280: result: no
543configure:8280: checking for libintl.h
544configure:8280: result: no
545configure:8935: error:
546*** You must have either have gettext support in your C library, or use the
547*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
548
549
550## ---------------- ##
551## Cache variables. ##
552## ---------------- ##
553
554ac_cv_build=x86_64-apple-darwin11.3.0
555ac_cv_c_compiler_gnu=yes
556ac_cv_cxx_compiler_gnu=yes
557ac_cv_env_CCC_set=
558ac_cv_env_CCC_value=
559ac_cv_env_CC_set=
560ac_cv_env_CC_value=
561ac_cv_env_CFLAGS_set=
562ac_cv_env_CFLAGS_value=
563ac_cv_env_CPPFLAGS_set=
564ac_cv_env_CPPFLAGS_value=
565ac_cv_env_CPP_set=
566ac_cv_env_CPP_value=
567ac_cv_env_CXXCPP_set=
568ac_cv_env_CXXCPP_value=
569ac_cv_env_CXXFLAGS_set=
570ac_cv_env_CXXFLAGS_value=
571ac_cv_env_CXX_set=
572ac_cv_env_CXX_value=
573ac_cv_env_DBUS1_CFLAGS_set=
574ac_cv_env_DBUS1_CFLAGS_value=
575ac_cv_env_DBUS1_LIBS_set=
576ac_cv_env_DBUS1_LIBS_value=
577ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
578ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
579ac_cv_env_GTKDOC_DEPS_LIBS_set=
580ac_cv_env_GTKDOC_DEPS_LIBS_value=
581ac_cv_env_LDFLAGS_set=
582ac_cv_env_LDFLAGS_value=
583ac_cv_env_LIBFFI_CFLAGS_set=
584ac_cv_env_LIBFFI_CFLAGS_value=
585ac_cv_env_LIBFFI_LIBS_set=
586ac_cv_env_LIBFFI_LIBS_value=
587ac_cv_env_LIBS_set=
588ac_cv_env_LIBS_value=
589ac_cv_env_PCRE_CFLAGS_set=
590ac_cv_env_PCRE_CFLAGS_value=
591ac_cv_env_PCRE_LIBS_set=
592ac_cv_env_PCRE_LIBS_value=
593ac_cv_env_PKG_CONFIG_LIBDIR_set=
594ac_cv_env_PKG_CONFIG_LIBDIR_value=
595ac_cv_env_PKG_CONFIG_PATH_set=
596ac_cv_env_PKG_CONFIG_PATH_value=
597ac_cv_env_PKG_CONFIG_set=
598ac_cv_env_PKG_CONFIG_value=
599ac_cv_env_PYTHON_set=
600ac_cv_env_PYTHON_value=
601ac_cv_env_ZLIB_CFLAGS_set=
602ac_cv_env_ZLIB_CFLAGS_value=
603ac_cv_env_ZLIB_LIBS_set=
604ac_cv_env_ZLIB_LIBS_value=
605ac_cv_env_build_alias_set=
606ac_cv_env_build_alias_value=
607ac_cv_env_host_alias_set=
608ac_cv_env_host_alias_value=
609ac_cv_env_target_alias_set=
610ac_cv_env_target_alias_value=
611ac_cv_func_iconv_open=no
612ac_cv_gnu_library_2_1=no
613ac_cv_header_libintl_h=no
614ac_cv_header_locale_h=yes
615ac_cv_host=x86_64-apple-darwin11.3.0
616ac_cv_lib_iconv_iconv_open=yes
617ac_cv_lib_iconv_libiconv_open=no
618ac_cv_objext=o
619ac_cv_path_EGREP='/usr/bin/grep -E'
620ac_cv_path_GREP=/usr/bin/grep
621ac_cv_path_PERL_PATH=/opt/local/bin/perl5
622ac_cv_path_PYTHON=/usr/bin/python
623ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
624ac_cv_path_install='/usr/bin/install -c'
625ac_cv_prog_AWK=awk
626ac_cv_prog_CPP='gcc -E'
627ac_cv_prog_INDENT=indent
628ac_cv_prog_PERL=perl5
629ac_cv_prog_ac_ct_CC=gcc
630ac_cv_prog_ac_ct_CXX=c++
631ac_cv_prog_cc_c89=
632ac_cv_prog_cc_g=yes
633ac_cv_prog_cc_gcc_c_o=yes
634ac_cv_prog_cxx_g=yes
635ac_cv_prog_make_make_set=yes
636ac_cv_sys_file_offset_bits=no
637ac_cv_sys_largefile_CC=no
638am_cv_CC_dependencies_compiler_type=gcc3
639am_cv_CXX_dependencies_compiler_type=gcc3
640am_cv_make_support_nested_variables=yes
641am_cv_pathless_PYTHON=python
642am_cv_prog_cc_stdc=
643am_cv_prog_tar_ustar=gnutar
644am_cv_python_platform=darwin
645am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
646am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
647am_cv_python_version=2.7
648am_cv_val_LC_MESSAGES=yes
649gt_cv_have_gettext=no
650pkg_cv_LIBFFI_CFLAGS='-I/opt/local/lib/libffi-3.0.10/include  '
651pkg_cv_LIBFFI_LIBS='-L/opt/local/lib -lffi  '
652pkg_cv_ZLIB_CFLAGS='-I/opt/local/include  '
653pkg_cv_ZLIB_LIBS='-L/opt/local/lib -lz  '
654
655## ----------------- ##
656## Output variables. ##
657## ----------------- ##
658
659ABS_GLIB_RUNTIME_LIBDIR=''
660ABS_TAPSET_DIR=''
661ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_glib2/glib2/work/glib-2.30.3/missing --run aclocal-1.11'
662ALLOCA=''
663AMDEPBACKSLASH='\'
664AMDEP_FALSE='#'
665AMDEP_TRUE=''
666AMTAR='$${TAR-tar}'
667AM_BACKSLASH='\'
668AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
669AM_DEFAULT_VERBOSITY='0'
670AM_V='$(V)'
671AR=''
672AS=''
673AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_glib2/glib2/work/glib-2.30.3/missing --run autoconf'
674AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_glib2/glib2/work/glib-2.30.3/missing --run autoheader'
675AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_glib2/glib2/work/glib-2.30.3/missing --run automake-1.11'
676AWK='awk'
677CATALOGS=''
678CATOBJEXT='NONE'
679CC='gcc'
680CCDEPMODE='depmode=gcc3'
681CFLAGS='-g -O2'
682CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/po/LINGUAS'
683CPP='gcc -E'
684CPPFLAGS=''
685CROSS_COMPILING_FALSE=''
686CROSS_COMPILING_TRUE=''
687CXX='c++'
688CXXCPP=''
689CXXDEPMODE='depmode=gcc3'
690CXXFLAGS='-g -O2'
691CYGPATH_W='echo'
692DATADIRNAME=''
693DBUS1_CFLAGS=''
694DBUS1_LIBS=''
695DEFS=''
696DEPDIR='.deps'
697DISABLE_MEM_POOLS=''
698DLLTOOL=''
699DSYMUTIL=''
700DTRACE=''
701DUMPBIN=''
702ECHO_C='\c'
703ECHO_N=''
704ECHO_T=''
705EGREP='/usr/bin/grep -E'
706ENABLE_DTRACE_FALSE=''
707ENABLE_DTRACE_TRUE=''
708ENABLE_GTK_DOC_FALSE=''
709ENABLE_GTK_DOC_TRUE=''
710ENABLE_MAN_FALSE=''
711ENABLE_MAN_TRUE=''
712ENABLE_REGEX_FALSE=''
713ENABLE_REGEX_TRUE=''
714ENABLE_SYSTEMTAP_FALSE=''
715ENABLE_SYSTEMTAP_TRUE=''
716ENABLE_TIMELOOP_FALSE=''
717ENABLE_TIMELOOP_TRUE=''
718EXEEXT=''
719FAM_LIBS=''
720FGREP=''
721GETTEXT_PACKAGE=''
722GIO=''
723GIO_MODULE_DIR=''
724GLIBC21='no'
725GLIB_BINARY_AGE='3003'
726GLIB_COMPILE_SCHEMAS=''
727GLIB_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
728GLIB_EXTRA_CFLAGS=''
729GLIB_GENMARSHAL=''
730GLIB_INTERFACE_AGE='3'
731GLIB_LINK_FLAGS=''
732GLIB_MAJOR_VERSION='2'
733GLIB_MICRO_VERSION='3'
734GLIB_MINOR_VERSION='30'
735GLIB_RT_LIBS=''
736GLIB_RUNTIME_LIBDIR=''
737GLIB_VERSION='2.30.3'
738GLIB_WIN32_STATIC_COMPILATION_DEFINE=''
739GMOFILES=' af.gmo am.gmo ar.gmo as.gmo ast.gmo az.gmo be.gmo be@latin.gmo bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo ca@valencia.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo en@shaw.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kk.gmo kn.gmo ko.gmo ku.gmo lt.gmo lv.gmo mai.gmo mg.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo nb.gmo nds.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@latin.gmo sr@ije.gmo sv.gmo ta.gmo te.gmo th.gmo tl.gmo tr.gmo ug.gmo tt.gmo uk.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'
740GMSGFMT=''
741GREP='/usr/bin/grep'
742GSPAWN=''
743GTHREAD_COMPILE_IMPL_DEFINES=''
744GTKDOC_CHECK=''
745GTKDOC_DEPS_CFLAGS=''
746GTKDOC_DEPS_LIBS=''
747GTKDOC_MKPDF=''
748GTKDOC_REBASE=''
749GTK_DOC_BUILD_HTML_FALSE=''
750GTK_DOC_BUILD_HTML_TRUE=''
751GTK_DOC_BUILD_PDF_FALSE=''
752GTK_DOC_BUILD_PDF_TRUE=''
753GTK_DOC_USE_LIBTOOL_FALSE=''
754GTK_DOC_USE_LIBTOOL_TRUE=''
755GTK_DOC_USE_REBASE_FALSE=''
756GTK_DOC_USE_REBASE_TRUE=''
757G_LIBS_EXTRA=''
758G_MODULE_BROKEN_RTLD_GLOBAL=''
759G_MODULE_HAVE_DLERROR=''
760G_MODULE_IMPL=''
761G_MODULE_LDFLAGS=''
762G_MODULE_LIBS=''
763G_MODULE_LIBS_EXTRA=''
764G_MODULE_NEED_USCORE=''
765G_MODULE_PLUGIN_LIBS=''
766G_MODULE_SUPPORTED=''
767G_THREAD_CFLAGS=''
768G_THREAD_LIBS=''
769G_THREAD_LIBS_EXTRA=''
770G_THREAD_LIBS_FOR_GTHREAD=''
771HAVE_CXX_FALSE='#'
772HAVE_CXX_TRUE=''
773HAVE_DBUS1_FALSE=''
774HAVE_DBUS1_TRUE=''
775HAVE_EVENTFD_FALSE=''
776HAVE_EVENTFD_TRUE=''
777HAVE_FAM_FALSE=''
778HAVE_FAM_TRUE=''
779HAVE_FEN_FALSE=''
780HAVE_FEN_TRUE=''
781HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_FALSE=''
782HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_TRUE=''
783HAVE_GCC_FALSE='#'
784HAVE_GCC_TRUE=''
785HAVE_GLIB_RUNTIME_LIBDIR_FALSE=''
786HAVE_GLIB_RUNTIME_LIBDIR_TRUE='#'
787HAVE_GNUC_VISIBILITY_FALSE=''
788HAVE_GNUC_VISIBILITY_TRUE=''
789HAVE_GOOD_PRINTF_FALSE=''
790HAVE_GOOD_PRINTF_TRUE=''
791HAVE_INOTIFY_FALSE=''
792HAVE_INOTIFY_TRUE=''
793HAVE_SUNSTUDIO_VISIBILITY_FALSE=''
794HAVE_SUNSTUDIO_VISIBILITY_TRUE=''
795HAVE_THREADS_FALSE=''
796HAVE_THREADS_TRUE=''
797HTML_DIR=''
798ICONV_LIBS=''
799INDENT='indent'
800INSTALL_DATA='${INSTALL} -m 644'
801INSTALL_PROGRAM='${INSTALL}'
802INSTALL_SCRIPT='${INSTALL}'
803INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
804INSTOBJEXT=''
805INTLLIBS=''
806LD=''
807LDFLAGS=' -framework Carbon'
808LIBFFI_CFLAGS='-I/opt/local/lib/libffi-3.0.10/include  '
809LIBFFI_LIBS='-L/opt/local/lib -lffi  '
810LIBOBJS=''
811LIBS=''
812LIBTOOL=''
813LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^g.*"'
814LIB_EXE_MACHINE_FLAG='X86'
815LIPO=''
816LN_S=''
817LTLIBOBJS=''
818LTP=''
819LTP_GENHTML=''
820LT_AGE='3000'
821LT_CURRENT='3000'
822LT_CURRENT_MINUS_AGE='0'
823LT_RELEASE='2.30'
824LT_REVISION='3'
825MAINT=''
826MAINTAINER_MODE_FALSE='#'
827MAINTAINER_MODE_TRUE=''
828MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_glib2/glib2/work/glib-2.30.3/missing --run makeinfo'
829MANIFEST_TOOL=''
830MKDIR_P='./install-sh -c -d'
831MKINSTALLDIRS='./mkinstalldirs'
832MSGFMT=''
833MSGFMT_OPTS=''
834MS_LIB_AVAILABLE_FALSE=''
835MS_LIB_AVAILABLE_TRUE='#'
836NETWORK_LIBS=''
837NM=''
838NMEDIT=''
839OBJDUMP=''
840OBJEXT='o'
841OS_CARBON_FALSE='#'
842OS_CARBON_TRUE=''
843OS_LINUX_FALSE=''
844OS_LINUX_TRUE='#'
845OS_UNIX_FALSE='#'
846OS_UNIX_TRUE=''
847OS_WIN32_AND_DLL_COMPILATION_FALSE=''
848OS_WIN32_AND_DLL_COMPILATION_TRUE=''
849OS_WIN32_FALSE=''
850OS_WIN32_TRUE='#'
851OS_WIN32_X64_FALSE=''
852OS_WIN32_X64_TRUE='#'
853OTOOL64=''
854OTOOL=''
855PACKAGE='glib'
856PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib'
857PACKAGE_NAME='glib'
858PACKAGE_STRING='glib 2.30.3'
859PACKAGE_TARNAME='glib'
860PACKAGE_URL=''
861PACKAGE_VERSION='2.30.3'
862PATH_SEPARATOR=':'
863PCRE_CFLAGS=''
864PCRE_LIBS=''
865PCRE_REQUIRES=''
866PCRE_WARN_CFLAGS=''
867PERL='perl5'
868PERL_PATH='/opt/local/bin/perl5'
869PKG_CONFIG='/opt/local/bin/pkg-config'
870PKG_CONFIG_LIBDIR=''
871PKG_CONFIG_PATH=''
872PLATFORMDEP=''
873PLATFORM_WIN32_FALSE=''
874PLATFORM_WIN32_TRUE=''
875POFILES=' af.po am.po ar.po as.po ast.po az.po be.po be@latin.po bg.po bn.po bn_IN.po bs.po ca.po ca@valencia.po cs.po cy.po da.po de.po dz.po el.po en_CA.po en_GB.po en@shaw.po eo.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hr.po hu.po hy.po id.po is.po it.po ja.po ka.po kk.po kn.po ko.po ku.po lt.po lv.po mai.po mg.po mk.po ml.po mn.po mr.po ms.po nb.po nds.po ne.po nl.po nn.po oc.po or.po pa.po pl.po ps.po pt.po pt_BR.po ro.po ru.po rw.po si.po sk.po sl.po sq.po sr.po sr@latin.po sr@ije.po sv.po ta.po te.po th.po tl.po tr.po ug.po tt.po uk.po vi.po wa.po xh.po yi.po zh_CN.po zh_HK.po zh_TW.po'
876POSUB='po'
877PO_IN_DATADIR_FALSE=''
878PO_IN_DATADIR_TRUE=''
879PYTHON='/usr/bin/python'
880PYTHON_EXEC_PREFIX='${exec_prefix}'
881PYTHON_PLATFORM='darwin'
882PYTHON_PREFIX='${prefix}'
883PYTHON_VERSION='2.7'
884RANLIB=''
885REBUILD=''
886SED=''
887SELINUX_LIBS=''
888SET_MAKE=''
889SHELL='/bin/sh'
890SHTOOL=''
891STRIP=''
892USE_NLS='yes'
893USE_SYSTEM_PCRE_FALSE=''
894USE_SYSTEM_PCRE_TRUE=''
895VERSION='2.30.3'
896WINDRES=''
897XATTR_LIBS=''
898XGETTEXT=':'
899XMLCATALOG=''
900XML_CATALOG_FILE=''
901XSLTPROC=''
902ZLIB_CFLAGS='-I/opt/local/include  '
903ZLIB_LIBS='-L/opt/local/lib -lz  '
904ac_ct_AR=''
905ac_ct_CC='gcc'
906ac_ct_CXX='c++'
907ac_ct_DUMPBIN=''
908am__EXEEXT_FALSE=''
909am__EXEEXT_TRUE=''
910am__fastdepCC_FALSE='#'
911am__fastdepCC_TRUE=''
912am__fastdepCXX_FALSE='#'
913am__fastdepCXX_TRUE=''
914am__include='include'
915am__isrc=''
916am__leading_dot='.'
917am__nodep='_no'
918am__quote=''
919am__tar='tar --format=ustar -chf - "$$tardir"'
920am__untar='tar -xf -'
921bindir='${exec_prefix}/bin'
922build='x86_64-apple-darwin11.3.0'
923build_alias=''
924build_cpu='x86_64'
925build_os='darwin11.3.0'
926build_vendor='apple'
927config_h_INCLUDES=''
928datadir='${datarootdir}'
929datarootdir='${prefix}/share'
930docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
931dvidir='${docdir}'
932exec_prefix='NONE'
933gio_INCLUDES=''
934glib_INCLUDES=''
935gmodule_INCLUDES=''
936gobject_INCLUDES=''
937gthread_INCLUDES=''
938host='x86_64-apple-darwin11.3.0'
939host_alias=''
940host_cpu='x86_64'
941host_os='darwin11.3.0'
942host_vendor='apple'
943htmldir='${docdir}'
944includedir='${prefix}/include'
945infodir='${datarootdir}/info'
946install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_glib2/glib2/work/glib-2.30.3/install-sh'
947libdir='${exec_prefix}/lib'
948libexecdir='${exec_prefix}/libexec'
949localedir='${datarootdir}/locale'
950localstatedir='${prefix}/var'
951mandir='${datarootdir}/man'
952mkdir_p='$(top_builddir)/./install-sh -c -d'
953ms_librarian=''
954oldincludedir='/usr/include'
955pdfdir='${docdir}'
956pkgpyexecdir='${pyexecdir}/glib'
957pkgpythondir='${pythondir}/glib'
958prefix='/opt/local'
959program_transform_name='s,x,x,'
960psdir='${docdir}'
961pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
962pythondir='${prefix}/lib/python2.7/site-packages'
963sbindir='${exec_prefix}/sbin'
964sharedstatedir='${prefix}/com'
965sysconfdir='${prefix}/etc'
966target_alias=''
967
968## ----------- ##
969## confdefs.h. ##
970## ----------- ##
971
972/* confdefs.h */
973#define PACKAGE_NAME "glib"
974#define PACKAGE_TARNAME "glib"
975#define PACKAGE_VERSION "2.30.3"
976#define PACKAGE_STRING "glib 2.30.3"
977#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
978#define PACKAGE_URL ""
979#define GLIB_MAJOR_VERSION 2
980#define GLIB_MINOR_VERSION 30
981#define GLIB_MICRO_VERSION 3
982#define GLIB_INTERFACE_AGE 3
983#define GLIB_BINARY_AGE 3003
984#define HAVE_CARBON 1
985#define NEED_ICONV_CACHE 1
986#define HAVE_LOCALE_H 1
987#define HAVE_LC_MESSAGES 1
988
989configure: exit 1