Ticket #27771: config.log

File config.log, 27.4 KB (added by ballapete (Peter "Pete" Dyballa), 13 years ago)

The config.log file

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 gtk-doc configure 1.15, which was
5generated by GNU Autoconf 2.63.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --with-xml-catalog=/opt/local/etc/xml/catalog
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Latsche.local
14uname -m = Power Macintosh
15uname -r = 9.8.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
18
19/usr/bin/uname -p = powerpc
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 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
27Kernel configured for a single processor only.
281 processor is physically available.
291 processor is logically available.
30Processor type: ppc7450 (PowerPC 7450)
31Processor active: 0
32Primary memory available: 2.00 gigabytes
33Default processor set: 99 tasks, 387 threads, 1 processors
34Load average: 9.50, Mach factor: 0.09
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:2144: checking for a BSD-compatible install
52configure:2212: result: /usr/bin/install -c
53configure:2223: checking whether build environment is sane
54configure:2283: result: yes
55configure:2424: checking for a thread-safe mkdir -p
56configure:2463: result: /opt/local/bin/gmkdir -p
57configure:2476: checking for gawk
58configure:2506: result: no
59configure:2476: checking for mawk
60configure:2506: result: no
61configure:2476: checking for nawk
62configure:2506: result: no
63configure:2476: checking for awk
64configure:2492: found /usr/bin/awk
65configure:2503: result: awk
66configure:2514: checking whether make sets $(MAKE)
67configure:2536: result: yes
68configure:2619: checking whether to enable maintainer-specific portions of Makefiles
69configure:2628: result: no
70configure:2658: checking whether ln -s works
71configure:2662: result: yes
72configure:2718: checking for pkg-config
73configure:2736: found /opt/local/bin/pkg-config
74configure:2748: result: /opt/local/bin/pkg-config
75configure:2773: checking pkg-config is at least version 0.9.0
76configure:2776: result: yes
77configure:2788: checking gnome-doc-utils >= 0.3.2
78configure:2791: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required"
79configure:2794: $? = 0
80configure:2802: result: yes
81configure:2890: checking for style of include used by make
82configure:2918: result: GNU
83configure:2988: checking for gcc
84configure:3015: result: /usr/bin/gcc-4.0
85configure:3247: checking for C compiler version
86configure:3255: /usr/bin/gcc-4.0 --version >&5
87powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
88Copyright (C) 2005 Free Software Foundation, Inc.
89This is free software; see the source for copying conditions.  There is NO
90warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
91
92configure:3259: $? = 0
93configure:3266: /usr/bin/gcc-4.0 -v >&5
94Using built-in specs.
95Target: powerpc-apple-darwin9
96Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9
97Thread model: posix
98gcc version 4.0.1 (Apple Inc. build 5493)
99configure:3270: $? = 0
100configure:3277: /usr/bin/gcc-4.0 -V >&5
101gcc-4.0: argument to `-V' is missing
102configure:3281: $? = 1
103configure:3304: checking for C compiler default output file name
104configure:3326: /usr/bin/gcc-4.0 -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
105configure:3330: $? = 0
106configure:3368: result: a.out
107configure:3387: checking whether the C compiler works
108configure:3397: ./a.out
109configure:3401: $? = 0
110configure:3420: result: yes
111configure:3427: checking whether we are cross compiling
112configure:3429: result: no
113configure:3432: checking for suffix of executables
114configure:3439: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
115configure:3443: $? = 0
116configure:3469: result:
117configure:3475: checking for suffix of object files
118configure:3501: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
119configure:3505: $? = 0
120configure:3530: result: o
121configure:3534: checking whether we are using the GNU C compiler
122configure:3563: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
123configure:3570: $? = 0
124configure:3587: result: yes
125configure:3596: checking whether /usr/bin/gcc-4.0 accepts -g
126configure:3626: /usr/bin/gcc-4.0 -c -g -I/opt/local/include conftest.c >&5
127configure:3633: $? = 0
128configure:3734: result: yes
129configure:3751: checking for /usr/bin/gcc-4.0 option to accept ISO C89
130configure:3825: /usr/bin/gcc-4.0  -c -O2 -I/opt/local/include conftest.c >&5
131configure:3832: $? = 0
132configure:3855: result: none needed
133configure:3875: checking dependency style of /usr/bin/gcc-4.0
134configure:3985: result: gcc3
135configure:4001: checking for library containing strerror
136configure:4042: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
137configure:4049: $? = 0
138configure:4080: result: none required
139configure:4136: checking for gcc
140configure:4163: result: /usr/bin/gcc-4.0
141configure:4395: checking for C compiler version
142configure:4403: /usr/bin/gcc-4.0 --version >&5
143powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
144Copyright (C) 2005 Free Software Foundation, Inc.
145This is free software; see the source for copying conditions.  There is NO
146warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
147
148configure:4407: $? = 0
149configure:4414: /usr/bin/gcc-4.0 -v >&5
150Using built-in specs.
151Target: powerpc-apple-darwin9
152Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9
153Thread model: posix
154gcc version 4.0.1 (Apple Inc. build 5493)
155configure:4418: $? = 0
156configure:4425: /usr/bin/gcc-4.0 -V >&5
157gcc-4.0: argument to `-V' is missing
158configure:4429: $? = 1
159configure:4432: checking whether we are using the GNU C compiler
160configure:4485: result: yes
161configure:4494: checking whether /usr/bin/gcc-4.0 accepts -g
162configure:4632: result: yes
163configure:4649: checking for /usr/bin/gcc-4.0 option to accept ISO C89
164configure:4753: result: none needed
165configure:4773: checking dependency style of /usr/bin/gcc-4.0
166configure:4883: result: gcc3
167configure:4929: checking build system type
168configure:4947: result: powerpc-apple-darwin9.8.0
169configure:4969: checking host system type
170configure:4984: result: powerpc-apple-darwin9.8.0
171configure:5006: checking for a sed that does not truncate output
172configure:5072: result: /opt/local/bin/gsed
173configure:5090: checking for grep that handles long lines and -e
174configure:5150: result: /opt/local/bin/grep
175configure:5155: checking for egrep
176configure:5219: result: /opt/local/bin/grep -E
177configure:5224: checking for fgrep
178configure:5288: result: /opt/local/bin/grep -F
179configure:5323: checking for ld used by /usr/bin/gcc-4.0
180configure:5390: result: /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
181configure:5399: checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) is GNU ld
182configure:5414: result: no
183configure:5426: checking for BSD- or MS-compatible name lister (nm)
184configure:5475: result: /usr/bin/nm -p
185configure:5593: checking the name lister (/usr/bin/nm -p) interface
186configure:5600: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
187configure:5603: /usr/bin/nm -p "conftest.o"
188configure:5606: output
18900000000 D _some_variable
190configure:5613: result: BSD nm
191configure:5617: checking the maximum length of command line arguments
192configure:5737: result: 196608
193configure:5754: checking whether the shell understands some XSI constructs
194configure:5764: result: yes
195configure:5768: checking whether the shell understands "+="
196configure:5774: result: yes
197configure:5809: checking for /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld option to reload object files
198configure:5816: result: -r
199configure:5885: checking for objdump
200configure:5915: result: no
201configure:5944: checking how to recognize dependent libraries
202configure:6140: result: pass_all
203configure:6200: checking for ar
204configure:6216: found /usr/bin/ar
205configure:6227: result: ar
206configure:6305: checking for strip
207configure:6321: found /usr/bin/strip
208configure:6332: result: strip
209configure:6404: checking for ranlib
210configure:6420: found /usr/bin/ranlib
211configure:6431: result: ranlib
212configure:6521: checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object
213configure:6639: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
214configure:6642: $? = 0
215configure:6646: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[   ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
216configure:6649: $? = 0
217cannot find nm_test_var in conftest.nm
218configure:6639: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
219configure:6642: $? = 0
220configure:6646: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[   ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
221configure:6649: $? = 0
222configure:6703: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c conftstm.o >&5
223configure:6706: $? = 0
224configure:6744: result: ok
225configure:7037: checking for dsymutil
226configure:7053: found /usr/bin/dsymutil
227configure:7064: result: dsymutil
228configure:7129: checking for nmedit
229configure:7145: found /usr/bin/nmedit
230configure:7156: result: nmedit
231configure:7221: checking for lipo
232configure:7237: found /usr/bin/lipo
233configure:7248: result: lipo
234configure:7313: checking for otool
235configure:7329: found /usr/bin/otool
236configure:7340: result: otool
237configure:7405: checking for otool64
238configure:7435: result: no
239configure:7480: checking for -single_module linker flag
240/usr/bin/gcc-4.0 -O2 -L/opt/local/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
241configure:7507: result: yes
242configure:7509: checking for -exported_symbols_list linker flag
243configure:7539: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
244configure:7546: $? = 0
245configure:7568: result: yes
246configure:7610: checking how to run the C preprocessor
247configure:7650: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c
248configure:7657: $? = 0
249configure:7688: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c
250conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
251configure:7695: $? = 1
252configure: failed program was:
253| /* confdefs.h.  */
254| #define PACKAGE_NAME "gtk-doc"
255| #define PACKAGE_TARNAME "gtk-doc"
256| #define PACKAGE_VERSION "1.15"
257| #define PACKAGE_STRING "gtk-doc 1.15"
258| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-doc"
259| #define PACKAGE "gtk-doc"
260| #define VERSION "1.15"
261| /* end confdefs.h.  */
262| #include <ac_nonexistent.h>
263configure:7728: result: /usr/bin/gcc-4.0 -E
264configure:7757: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c
265configure:7764: $? = 0
266configure:7795: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c
267conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
268configure:7802: $? = 1
269configure: failed program was:
270| /* confdefs.h.  */
271| #define PACKAGE_NAME "gtk-doc"
272| #define PACKAGE_TARNAME "gtk-doc"
273| #define PACKAGE_VERSION "1.15"
274| #define PACKAGE_STRING "gtk-doc 1.15"
275| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-doc"
276| #define PACKAGE "gtk-doc"
277| #define VERSION "1.15"
278| /* end confdefs.h.  */
279| #include <ac_nonexistent.h>
280configure:7842: checking for ANSI C header files
281configure:7872: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
282configure:7879: $? = 0
283configure:7978: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
284configure:7982: $? = 0
285configure:7988: ./conftest
286configure:7992: $? = 0
287configure:8010: result: yes
288configure:8034: checking for sys/types.h
289configure:8055: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
290configure:8062: $? = 0
291configure:8079: result: yes
292configure:8034: checking for sys/stat.h
293configure:8055: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
294configure:8062: $? = 0
295configure:8079: result: yes
296configure:8034: checking for stdlib.h
297configure:8055: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
298configure:8062: $? = 0
299configure:8079: result: yes
300configure:8034: checking for string.h
301configure:8055: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
302configure:8062: $? = 0
303configure:8079: result: yes
304configure:8034: checking for memory.h
305configure:8055: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
306configure:8062: $? = 0
307configure:8079: result: yes
308configure:8034: checking for strings.h
309configure:8055: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
310configure:8062: $? = 0
311configure:8079: result: yes
312configure:8034: checking for inttypes.h
313configure:8055: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
314configure:8062: $? = 0
315configure:8079: result: yes
316configure:8034: checking for stdint.h
317configure:8055: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
318configure:8062: $? = 0
319configure:8079: result: yes
320configure:8034: checking for unistd.h
321configure:8055: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
322configure:8062: $? = 0
323configure:8079: result: yes
324configure:8097: checking for dlfcn.h
325configure:8118: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
326configure:8125: $? = 0
327configure:8142: result: yes
328configure:8328: checking for objdir
329configure:8343: result: .libs
330configure:8639: checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions
331configure:8657: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
332cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
333configure:8661: $? = 0
334configure:8674: result: no
335configure:8694: checking for /usr/bin/gcc-4.0 option to produce PIC
336configure:8966: result: -fno-common -DPIC
337configure:8978: checking if /usr/bin/gcc-4.0 PIC flag -fno-common -DPIC works
338configure:8996: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
339configure:9000: $? = 0
340configure:9013: result: yes
341configure:9037: checking if /usr/bin/gcc-4.0 static flag -static works
342configure:9065: result: no
343configure:9080: checking if /usr/bin/gcc-4.0 supports -c -o file.o
344configure:9101: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -o out/conftest2.o conftest.c >&5
345configure:9105: $? = 0
346configure:9127: result: yes
347configure:9135: checking if /usr/bin/gcc-4.0 supports -c -o file.o
348configure:9182: result: yes
349configure:9215: checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) supports shared libraries
350configure:10289: result: yes
351configure:10528: checking dynamic linker characteristics
352configure:11211: result: darwin9.8.0 dyld
353configure:11313: checking how to hardcode library paths into programs
354configure:11338: result: immediate
355configure:12171: checking whether stripping libraries is possible
356configure:12185: result: yes
357configure:12211: checking if libtool supports shared libraries
358configure:12213: result: yes
359configure:12216: checking whether to build shared libraries
360configure:12237: result: yes
361configure:12240: checking whether to build static libraries
362configure:12244: result: yes
363configure:12329: checking for pkg-config
364configure:12359: result: /opt/local/bin/pkg-config
365configure:12384: checking pkg-config is at least version 0.19
366configure:12387: result: yes
367configure:12399: checking for perl
368configure:12429: result: /opt/local/bin/perl
369configure:12443: checking if Perl version >= 5.6.0
370configure:12446: result: yes
371configure:12462: checking whether /opt/local/bin/python2.6 version >= 2.3
372configure:12473: /opt/local/bin/python2.6 -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.3'.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)
373configure:12476: $? = 0
374configure:12478: result: yes
375configure:12573: checking for /opt/local/bin/python2.6 version
376configure:12580: result: 2.6
377configure:12592: checking for /opt/local/bin/python2.6 platform
378configure:12599: result: darwin
379configure:12606: checking for /opt/local/bin/python2.6 script directory
380configure:12627: result: ${prefix}/lib/python2.6/site-packages
381configure:12636: checking for /opt/local/bin/python2.6 extension module directory
382configure:12657: result: ${exec_prefix}/lib/python2.6/site-packages
383configure:12682: checking for openjade
384configure:12715: result: no
385configure:12724: checking for jade
386configure:12757: result: no
387configure:12763: WARNING: Could not find openjade or jade, so SGML is not supported
388configure:12771: checking for xsltproc
389configure:12789: found /opt/local/bin/xsltproc
390configure:12801: result: /opt/local/bin/xsltproc
391configure:12817: checking for dblatex
392configure:12850: result: no
393configure:12858: checking for fop
394configure:12876: found /opt/local/bin/fop
395configure:12888: result: /opt/local/bin/fop
396configure:12915: checking for XML catalog (/opt/local/etc/xml/catalog)
397configure:12918: result: found
398configure:12929: checking for xmlcatalog
399configure:12947: found /opt/local/bin/xmlcatalog
400configure:12960: result: /opt/local/bin/xmlcatalog
401configure:12979: checking for DocBook XML DTD V4.3 in XML catalog
402configure:12982: $XMLCATALOG --noout "$XML_CATALOG_FILE" "-//OASIS//DTD DocBook XML V4.3//EN" >&2
403/opt/local/share/xml/docbook/4.3/docbookx.dtd
404configure:12985: $? = 0
405configure:12987: result: found
406configure:12998: checking for DocBook XSL Stylesheets in XML catalog
407configure:13001: $XMLCATALOG --noout "$XML_CATALOG_FILE" "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" >&2
408No entry for SYSTEM http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
409No entry for URI http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
410configure:13004: $? = 4
411configure:13009: result: not found
412configure:13011: error: could not find DocBook XSL Stylesheets in XML catalog
413
414## ---------------- ##
415## Cache variables. ##
416## ---------------- ##
417
418ac_cv_build=powerpc-apple-darwin9.8.0
419ac_cv_c_compiler_gnu=yes
420ac_cv_env_CC_set=set
421ac_cv_env_CC_value=/usr/bin/gcc-4.0
422ac_cv_env_CFLAGS_set=set
423ac_cv_env_CFLAGS_value=-O2
424ac_cv_env_CPPFLAGS_set=set
425ac_cv_env_CPPFLAGS_value=-I/opt/local/include
426ac_cv_env_CPP_set=
427ac_cv_env_CPP_value=
428ac_cv_env_LDFLAGS_set=set
429ac_cv_env_LDFLAGS_value=-L/opt/local/lib
430ac_cv_env_LIBS_set=
431ac_cv_env_LIBS_value=
432ac_cv_env_PKG_CONFIG_set=
433ac_cv_env_PKG_CONFIG_value=
434ac_cv_env_TEST_DEPS_CFLAGS_set=
435ac_cv_env_TEST_DEPS_CFLAGS_value=
436ac_cv_env_TEST_DEPS_LIBS_set=
437ac_cv_env_TEST_DEPS_LIBS_value=
438ac_cv_env_build_alias_set=
439ac_cv_env_build_alias_value=
440ac_cv_env_host_alias_set=
441ac_cv_env_host_alias_value=
442ac_cv_env_target_alias_set=
443ac_cv_env_target_alias_value=
444ac_cv_header_dlfcn_h=yes
445ac_cv_header_inttypes_h=yes
446ac_cv_header_memory_h=yes
447ac_cv_header_stdc=yes
448ac_cv_header_stdint_h=yes
449ac_cv_header_stdlib_h=yes
450ac_cv_header_string_h=yes
451ac_cv_header_strings_h=yes
452ac_cv_header_sys_stat_h=yes
453ac_cv_header_sys_types_h=yes
454ac_cv_header_unistd_h=yes
455ac_cv_host=powerpc-apple-darwin9.8.0
456ac_cv_objext=o
457ac_cv_path_EGREP='/opt/local/bin/grep -E'
458ac_cv_path_FGREP='/opt/local/bin/grep -F'
459ac_cv_path_FOP=/opt/local/bin/fop
460ac_cv_path_GREP=/opt/local/bin/grep
461ac_cv_path_PERL=/opt/local/bin/perl
462ac_cv_path_SED=/opt/local/bin/gsed
463ac_cv_path_XMLCATALOG=/opt/local/bin/xmlcatalog
464ac_cv_path_XSLTPROC=/opt/local/bin/xsltproc
465ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
466ac_cv_path_mkdir=/opt/local/bin/gmkdir
467ac_cv_prog_AWK=awk
468ac_cv_prog_CPP='/usr/bin/gcc-4.0 -E'
469ac_cv_prog_ac_ct_AR=ar
470ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.0
471ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
472ac_cv_prog_ac_ct_LIPO=lipo
473ac_cv_prog_ac_ct_NMEDIT=nmedit
474ac_cv_prog_ac_ct_OTOOL=otool
475ac_cv_prog_ac_ct_RANLIB=ranlib
476ac_cv_prog_ac_ct_STRIP=strip
477ac_cv_prog_cc_c89=
478ac_cv_prog_cc_g=yes
479ac_cv_prog_make_make_set=yes
480ac_cv_search_strerror='none required'
481am_cv_CC_dependencies_compiler_type=gcc3
482am_cv_python_platform=darwin
483am_cv_python_pyexecdir='${exec_prefix}/lib/python2.6/site-packages'
484am_cv_python_pythondir='${prefix}/lib/python2.6/site-packages'
485am_cv_python_version=2.6
486gdu_cv_have_gdu=yes
487gdu_cv_version_required=0.3.2
488lt_cv_apple_cc_single_mod=yes
489lt_cv_deplibs_check_method=pass_all
490lt_cv_file_magic_cmd='$MAGIC_CMD'
491lt_cv_file_magic_test_file=
492lt_cv_ld_exported_symbols_list=yes
493lt_cv_ld_reload_flag=-r
494lt_cv_nm_interface='BSD nm'
495lt_cv_objdir=.libs
496lt_cv_path_LD=/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
497lt_cv_path_NM='/usr/bin/nm -p'
498lt_cv_prog_compiler_c_o=yes
499lt_cv_prog_compiler_pic_works=yes
500lt_cv_prog_compiler_rtti_exceptions=no
501lt_cv_prog_compiler_static_works=no
502lt_cv_prog_gnu_ld=no
503lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
504lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
505lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
506lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
507lt_cv_sys_max_cmd_len=196608
508
509## ----------------- ##
510## Output variables. ##
511## ----------------- ##
512
513ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gtk-doc/work/gtk-doc-1.15/missing --run aclocal-1.11'
514ACLOCAL_AMFLAGS='${ACLOCAL_FLAGS}'
515AMDEPBACKSLASH='\'
516AMDEP_FALSE='#'
517AMDEP_TRUE=''
518AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gtk-doc/work/gtk-doc-1.15/missing --run tar'
519AM_BACKSLASH='\'
520AM_DEFAULT_VERBOSITY='0'
521AR='ar'
522AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gtk-doc/work/gtk-doc-1.15/missing --run autoconf'
523AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gtk-doc/work/gtk-doc-1.15/missing --run autoheader'
524AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gtk-doc/work/gtk-doc-1.15/missing --run automake-1.11'
525AWK='awk'
526BUILD_TESTS_FALSE=''
527BUILD_TESTS_TRUE=''
528CC='/usr/bin/gcc-4.0'
529CCDEPMODE='depmode=gcc3'
530CFLAGS='-O2'
531CPP='/usr/bin/gcc-4.0 -E'
532CPPFLAGS='-I/opt/local/include'
533CYGPATH_W='echo'
534DBLATEX=''
535DEFS=''
536DEPDIR='.deps'
537DISTCHECK_CONFIGURE_FLAGS='--disable-scrollkeeper '
538DOC_USER_FORMATS=''
539DSYMUTIL='dsymutil'
540DUMPBIN=''
541ECHO_C='\c'
542ECHO_N=''
543ECHO_T=''
544EGREP='/opt/local/bin/grep -E'
545ENABLE_SK_FALSE='#'
546ENABLE_SK_TRUE=''
547EXEEXT=''
548FGREP='/opt/local/bin/grep -F'
549FOP='/opt/local/bin/fop'
550GREP='/opt/local/bin/grep'
551GTK_DOC_USE_LIBTOOL_FALSE=''
552GTK_DOC_USE_LIBTOOL_TRUE=''
553HAVE_GNOME_DOC_UTILS_FALSE='#'
554HAVE_GNOME_DOC_UTILS_TRUE=''
555HAVE_PYTHON_FALSE='#'
556HAVE_PYTHON_TRUE=''
557HELP_DIR='${datadir}/gnome/help'
558HIGHLIGHT=''
559HIGHLIGHT_OPTIONS=''
560INSTALL_DATA='${INSTALL} -m 644'
561INSTALL_PROGRAM='${INSTALL}'
562INSTALL_SCRIPT='${INSTALL}'
563INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
564JADE=''
565LD='/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld'
566LDFLAGS='-L/opt/local/lib'
567LIBOBJS=''
568LIBS=''
569LIBTOOL='$(SHELL) $(top_builddir)/libtool'
570LIPO='lipo'
571LN_S='ln -s'
572LTLIBOBJS=''
573MAINT='#'
574MAINTAINER_MODE_FALSE=''
575MAINTAINER_MODE_TRUE='#'
576MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gtk-doc/work/gtk-doc-1.15/missing --run makeinfo'
577MKDIR_P='/opt/local/bin/gmkdir -p'
578NM='/usr/bin/nm -p'
579NMEDIT='nmedit'
580OBJDUMP='false'
581OBJEXT='o'
582OMF_DIR='${datadir}/omf'
583OTOOL64=':'
584OTOOL='otool'
585PACKAGE='gtk-doc'
586PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-doc'
587PACKAGE_DATA_DIR=''
588PACKAGE_NAME='gtk-doc'
589PACKAGE_STRING='gtk-doc 1.15'
590PACKAGE_TARNAME='gtk-doc'
591PACKAGE_VERSION='1.15'
592PATH_SEPARATOR=':'
593PERL='/opt/local/bin/perl'
594PKG_CONFIG='/opt/local/bin/pkg-config'
595PYTHON='/opt/local/bin/python2.6'
596PYTHON_EXEC_PREFIX='${exec_prefix}'
597PYTHON_PLATFORM='darwin'
598PYTHON_PREFIX='${prefix}'
599PYTHON_VERSION='2.6'
600RANLIB='ranlib'
601SED='/opt/local/bin/gsed'
602SET_MAKE=''
603SGML_FORMAT_TYPE='sgml'
604SHELL='/bin/sh'
605STRIP='strip'
606TEST_DEPS_CFLAGS=''
607TEST_DEPS_LIBS=''
608TRACE=''
609VERSION='1.15'
610XMLCATALOG='/opt/local/bin/xmlcatalog'
611XML_CATALOG_FILE='/opt/local/etc/xml/catalog'
612XSLTPROC='/opt/local/bin/xsltproc'
613ac_ct_CC='/usr/bin/gcc-4.0'
614ac_ct_DUMPBIN=''
615am__EXEEXT_FALSE=''
616am__EXEEXT_TRUE=''
617am__fastdepCC_FALSE='#'
618am__fastdepCC_TRUE=''
619am__include='include'
620am__isrc=''
621am__leading_dot='.'
622am__quote=''
623am__tar='${AMTAR} chof - "$$tardir"'
624am__untar='${AMTAR} xf -'
625bindir='${exec_prefix}/bin'
626build='powerpc-apple-darwin9.8.0'
627build_alias=''
628build_cpu='powerpc'
629build_os='darwin9.8.0'
630build_vendor='apple'
631datadir='${datarootdir}'
632datarootdir='${prefix}/share'
633docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
634dvidir='${docdir}'
635exec_prefix='NONE'
636glib_prefix=''
637host='powerpc-apple-darwin9.8.0'
638host_alias=''
639host_cpu='powerpc'
640host_os='darwin9.8.0'
641host_vendor='apple'
642htmldir='${docdir}'
643includedir='${prefix}/include'
644infodir='${datarootdir}/info'
645install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gtk-doc/work/gtk-doc-1.15/install-sh'
646libdir='${exec_prefix}/lib'
647libexecdir='${exec_prefix}/libexec'
648localedir='${datarootdir}/locale'
649localstatedir='${prefix}/var'
650lt_ECHO='/bin/echo'
651mandir='${datarootdir}/man'
652mkdir_p='/opt/local/bin/gmkdir -p'
653oldincludedir='/usr/include'
654pdfdir='${docdir}'
655pkgpyexecdir='${pyexecdir}/gtk-doc'
656pkgpythondir='${pythondir}/gtk-doc'
657prefix='/opt/local'
658program_transform_name='s,x,x,'
659psdir='${docdir}'
660pyexecdir='${exec_prefix}/lib/python2.6/site-packages'
661pythondir='${prefix}/lib/python2.6/site-packages'
662sbindir='${exec_prefix}/sbin'
663sharedstatedir='${prefix}/com'
664sysconfdir='${prefix}/etc'
665target_alias=''
666
667## ----------- ##
668## confdefs.h. ##
669## ----------- ##
670
671#define PACKAGE_NAME "gtk-doc"
672#define PACKAGE_TARNAME "gtk-doc"
673#define PACKAGE_VERSION "1.15"
674#define PACKAGE_STRING "gtk-doc 1.15"
675#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-doc"
676#define PACKAGE "gtk-doc"
677#define VERSION "1.15"
678#define STDC_HEADERS 1
679#define HAVE_SYS_TYPES_H 1
680#define HAVE_SYS_STAT_H 1
681#define HAVE_STDLIB_H 1
682#define HAVE_STRING_H 1
683#define HAVE_MEMORY_H 1
684#define HAVE_STRINGS_H 1
685#define HAVE_INTTYPES_H 1
686#define HAVE_STDINT_H 1
687#define HAVE_UNISTD_H 1
688#define HAVE_DLFCN_H 1
689#define LT_OBJDIR ".libs/"
690
691configure: exit 1