Ticket #4666: config.log

File config.log, 123.1 KB (added by fabianwenk (Fabian Wenk), 19 years ago)

config.log of gimp2

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 GIMP configure 2.2.8, which was
5generated by GNU Autoconf 2.59.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --enable-mp --mandir=/opt/local/share/man
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = flashback.wenks.ch
14uname -m = Power Macintosh
15uname -r = 7.9.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~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
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 7.9.0:
27Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC
28
29
30Kernel configured for a single processor only.
311 processor is physically available.
32Processor type: ppc970 (PowerPC 970)
33Processor active: 0
34Primary memory available: 1280.00 megabytes.
35Default processor set: 120 tasks, 222 threads, 1 processors
36Load average: 1.46, Mach factor: 0.30
37unknown
38/bin/machine           = unknown
39/usr/bin/oslevel       = unknown
40/bin/universe          = unknown
41
42PATH: /opt/local/bin
43PATH: /opt/local/sbin
44PATH: /bin
45PATH: /sbin
46PATH: /usr/bin
47PATH: /usr/sbin
48PATH: /usr/X11R6/bin
49
50
51## ----------- ##
52## Core tests. ##
53## ----------- ##
54
55configure:1705: checking for a BSD-compatible install
56configure:1760: result: /usr/bin/install -c
57configure:1771: checking whether build environment is sane
58configure:1814: result: yes
59configure:1847: checking for gawk
60configure:1876: result: no
61configure:1847: checking for mawk
62configure:1876: result: no
63configure:1847: checking for nawk
64configure:1876: result: no
65configure:1847: checking for awk
66configure:1863: found /usr/bin/awk
67configure:1873: result: awk
68configure:1883: checking whether make sets $(MAKE)
69configure:1903: result: yes
70configure:2202: checking for gcc
71configure:2218: found /usr/bin/gcc
72configure:2228: result: gcc
73configure:2472: checking for C compiler version
74configure:2475: gcc --version </dev/null >&5
75gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
76Copyright (C) 2002 Free Software Foundation, Inc.
77This is free software; see the source for copying conditions.  There is NO
78warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
79
80configure:2478: $? = 0
81configure:2480: gcc -v </dev/null >&5
82Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
83Thread model: posix
84gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
85configure:2483: $? = 0
86configure:2485: gcc -V </dev/null >&5
87gcc: `-V' option must have argument
88configure:2488: $? = 1
89configure:2511: checking for C compiler default output file name
90configure:2514: gcc -faltivec -maltivec -I/opt/local/include -L/opt/local/lib conftest.c  >&5
91configure:2517: $? = 0
92configure:2563: result: a.out
93configure:2568: checking whether the C compiler works
94configure:2574: ./a.out
95configure:2577: $? = 0
96configure:2594: result: yes
97configure:2601: checking whether we are cross compiling
98configure:2603: result: no
99configure:2606: checking for suffix of executables
100configure:2608: gcc -o conftest -faltivec -maltivec -I/opt/local/include -L/opt/local/lib conftest.c  >&5
101configure:2611: $? = 0
102configure:2636: result:
103configure:2642: checking for suffix of object files
104configure:2663: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
105configure:2666: $? = 0
106configure:2688: result: o
107configure:2692: checking whether we are using the GNU C compiler
108configure:2716: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
109configure:2722: $? = 0
110configure:2725: test -z                          || test ! -s conftest.err
111configure:2728: $? = 0
112configure:2731: test -s conftest.o
113configure:2734: $? = 0
114configure:2747: result: yes
115configure:2753: checking whether gcc accepts -g
116configure:2774: gcc -c -g -I/opt/local/include conftest.c >&5
117configure:2780: $? = 0
118configure:2783: test -z                          || test ! -s conftest.err
119configure:2786: $? = 0
120configure:2789: test -s conftest.o
121configure:2792: $? = 0
122configure:2803: result: yes
123configure:2820: checking for gcc option to accept ANSI C
124configure:2890: gcc  -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
125configure:2896: $? = 0
126configure:2899: test -z                          || test ! -s conftest.err
127configure:2902: $? = 0
128configure:2905: test -s conftest.o
129configure:2908: $? = 0
130configure:2926: result: none needed
131configure:2944: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
132conftest.c:2: error: parse error before "me"
133configure:2950: $? = 1
134configure: failed program was:
135| #ifndef __cplusplus
136|   choke me
137| #endif
138configure:3091: checking for style of include used by make
139configure:3119: result: GNU
140configure:3147: checking dependency style of gcc
141configure:3230: result: gcc3
142configure:3328: checking build system type
143configure:3346: result: powerpc-apple-darwin7.9.0
144configure:3354: checking host system type
145configure:3368: result: powerpc-apple-darwin7.9.0
146configure:3376: checking for a sed that does not truncate output
147configure:3430: result: /usr/bin/sed
148configure:3433: checking for egrep
149configure:3443: result: grep -E
150configure:3459: checking for ld used by gcc
151configure:3526: result: /usr/bin/ld
152configure:3535: checking if the linker (/usr/bin/ld) is GNU ld
153configure:3550: result: no
154configure:3555: checking for /usr/bin/ld option to reload object files
155configure:3562: result: -r
156configure:3571: checking for BSD-compatible nm
157configure:3613: result: /usr/bin/nm -p
158configure:3617: checking whether ln -s works
159configure:3621: result: yes
160configure:3628: checking how to recognise dependent libraries
161configure:3802: result: pass_all
162configure:4257: checking how to run the C preprocessor
163configure:4292: gcc -E -I/opt/local/include conftest.c
164configure:4298: $? = 0
165configure:4330: gcc -E -I/opt/local/include conftest.c
166conftest.c:10:28: ac_nonexistent.h: No such file or directory
167configure:4336: $? = 1
168configure: failed program was:
169| /* confdefs.h.  */
170|
171| #define PACKAGE_NAME "GIMP"
172| #define PACKAGE_TARNAME "gimp"
173| #define PACKAGE_VERSION "2.2.8"
174| #define PACKAGE_STRING "GIMP 2.2.8"
175| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
176| #define GETTEXT_PACKAGE "gimp20"
177| /* end confdefs.h.  */
178| #include <ac_nonexistent.h>
179configure:4375: result: gcc -E
180configure:4399: gcc -E -I/opt/local/include conftest.c
181configure:4405: $? = 0
182configure:4437: gcc -E -I/opt/local/include conftest.c
183conftest.c:10:28: ac_nonexistent.h: No such file or directory
184configure:4443: $? = 1
185configure: failed program was:
186| /* confdefs.h.  */
187|
188| #define PACKAGE_NAME "GIMP"
189| #define PACKAGE_TARNAME "gimp"
190| #define PACKAGE_VERSION "2.2.8"
191| #define PACKAGE_STRING "GIMP 2.2.8"
192| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
193| #define GETTEXT_PACKAGE "gimp20"
194| /* end confdefs.h.  */
195| #include <ac_nonexistent.h>
196configure:4487: checking for ANSI C header files
197configure:4512: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
198configure:4518: $? = 0
199configure:4521: test -z                          || test ! -s conftest.err
200configure:4524: $? = 0
201configure:4527: test -s conftest.o
202configure:4530: $? = 0
203configure:4616: gcc -o conftest -faltivec -maltivec -I/opt/local/include -L/opt/local/lib conftest.c  >&5
204configure:4619: $? = 0
205configure:4621: ./conftest
206configure:4624: $? = 0
207configure:4639: result: yes
208configure:4663: checking for sys/types.h
209configure:4679: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
210configure:4685: $? = 0
211configure:4688: test -z                          || test ! -s conftest.err
212configure:4691: $? = 0
213configure:4694: test -s conftest.o
214configure:4697: $? = 0
215configure:4708: result: yes
216configure:4663: checking for sys/stat.h
217configure:4679: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
218configure:4685: $? = 0
219configure:4688: test -z                          || test ! -s conftest.err
220configure:4691: $? = 0
221configure:4694: test -s conftest.o
222configure:4697: $? = 0
223configure:4708: result: yes
224configure:4663: checking for stdlib.h
225configure:4679: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
226configure:4685: $? = 0
227configure:4688: test -z                          || test ! -s conftest.err
228configure:4691: $? = 0
229configure:4694: test -s conftest.o
230configure:4697: $? = 0
231configure:4708: result: yes
232configure:4663: checking for string.h
233configure:4679: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
234configure:4685: $? = 0
235configure:4688: test -z                          || test ! -s conftest.err
236configure:4691: $? = 0
237configure:4694: test -s conftest.o
238configure:4697: $? = 0
239configure:4708: result: yes
240configure:4663: checking for memory.h
241configure:4679: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
242configure:4685: $? = 0
243configure:4688: test -z                          || test ! -s conftest.err
244configure:4691: $? = 0
245configure:4694: test -s conftest.o
246configure:4697: $? = 0
247configure:4708: result: yes
248configure:4663: checking for strings.h
249configure:4679: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
250configure:4685: $? = 0
251configure:4688: test -z                          || test ! -s conftest.err
252configure:4691: $? = 0
253configure:4694: test -s conftest.o
254configure:4697: $? = 0
255configure:4708: result: yes
256configure:4663: checking for inttypes.h
257configure:4679: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
258configure:4685: $? = 0
259configure:4688: test -z                          || test ! -s conftest.err
260configure:4691: $? = 0
261configure:4694: test -s conftest.o
262configure:4697: $? = 0
263configure:4708: result: yes
264configure:4663: checking for stdint.h
265configure:4679: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
266configure:4685: $? = 0
267configure:4688: test -z                          || test ! -s conftest.err
268configure:4691: $? = 0
269configure:4694: test -s conftest.o
270configure:4697: $? = 0
271configure:4708: result: yes
272configure:4663: checking for unistd.h
273configure:4679: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
274configure:4685: $? = 0
275configure:4688: test -z                          || test ! -s conftest.err
276configure:4691: $? = 0
277configure:4694: test -s conftest.o
278configure:4697: $? = 0
279configure:4708: result: yes
280configure:4734: checking dlfcn.h usability
281configure:4746: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
282configure:4752: $? = 0
283configure:4755: test -z                          || test ! -s conftest.err
284configure:4758: $? = 0
285configure:4761: test -s conftest.o
286configure:4764: $? = 0
287configure:4774: result: yes
288configure:4778: checking dlfcn.h presence
289configure:4788: gcc -E -I/opt/local/include conftest.c
290configure:4794: $? = 0
291configure:4814: result: yes
292configure:4849: checking for dlfcn.h
293configure:4856: result: yes
294configure:4921: checking for g++
295configure:4937: found /usr/bin/g++
296configure:4947: result: g++
297configure:4963: checking for C++ compiler version
298configure:4966: g++ --version </dev/null >&5
299g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
300Copyright (C) 2002 Free Software Foundation, Inc.
301This is free software; see the source for copying conditions.  There is NO
302warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
303
304configure:4969: $? = 0
305configure:4971: g++ -v </dev/null >&5
306Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
307Thread model: posix
308gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
309configure:4974: $? = 0
310configure:4976: g++ -V </dev/null >&5
311g++: `-V' option must have argument
312configure:4979: $? = 1
313configure:4982: checking whether we are using the GNU C++ compiler
314configure:5006: g++ -c  -I/opt/local/include conftest.cc >&5
315configure:5012: $? = 0
316configure:5015: test -z                          || test ! -s conftest.err
317configure:5018: $? = 0
318configure:5021: test -s conftest.o
319configure:5024: $? = 0
320configure:5037: result: yes
321configure:5043: checking whether g++ accepts -g
322configure:5064: g++ -c -g -I/opt/local/include conftest.cc >&5
323configure:5070: $? = 0
324configure:5073: test -z                          || test ! -s conftest.err
325configure:5076: $? = 0
326configure:5079: test -s conftest.o
327configure:5082: $? = 0
328configure:5093: result: yes
329configure:5135: g++ -c -g -O2 -I/opt/local/include conftest.cc >&5
330configure:5141: $? = 0
331configure:5144: test -z                          || test ! -s conftest.err
332configure:5147: $? = 0
333configure:5150: test -s conftest.o
334configure:5153: $? = 0
335configure:5179: g++ -c -g -O2 -I/opt/local/include conftest.cc >&5
336conftest.cc: In function `int main()':
337conftest.cc:25: error: `exit' undeclared (first use this function)
338conftest.cc:25: error: (Each undeclared identifier is reported only once for
339   each function it appears in.)
340configure:5185: $? = 1
341configure: failed program was:
342| /* confdefs.h.  */
343|
344| #define PACKAGE_NAME "GIMP"
345| #define PACKAGE_TARNAME "gimp"
346| #define PACKAGE_VERSION "2.2.8"
347| #define PACKAGE_STRING "GIMP 2.2.8"
348| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
349| #define GETTEXT_PACKAGE "gimp20"
350| #define STDC_HEADERS 1
351| #define HAVE_SYS_TYPES_H 1
352| #define HAVE_SYS_STAT_H 1
353| #define HAVE_STDLIB_H 1
354| #define HAVE_STRING_H 1
355| #define HAVE_MEMORY_H 1
356| #define HAVE_STRINGS_H 1
357| #define HAVE_INTTYPES_H 1
358| #define HAVE_STDINT_H 1
359| #define HAVE_UNISTD_H 1
360| #define HAVE_DLFCN_H 1
361| /* end confdefs.h.  */
362|
363| int
364| main ()
365| {
366| exit (42);
367|   ;
368|   return 0;
369| }
370configure:5135: g++ -c -g -O2 -I/opt/local/include conftest.cc >&5
371configure:5141: $? = 0
372configure:5144: test -z                          || test ! -s conftest.err
373configure:5147: $? = 0
374configure:5150: test -s conftest.o
375configure:5153: $? = 0
376configure:5179: g++ -c -g -O2 -I/opt/local/include conftest.cc >&5
377configure:5185: $? = 0
378configure:5188: test -z                          || test ! -s conftest.err
379configure:5191: $? = 0
380configure:5194: test -s conftest.o
381configure:5197: $? = 0
382configure:5222: checking dependency style of g++
383configure:5305: result: gcc3
384configure:5327: checking how to run the C++ preprocessor
385configure:5358: g++ -E -I/opt/local/include conftest.cc
386configure:5364: $? = 0
387configure:5396: g++ -E -I/opt/local/include conftest.cc
388conftest.cc:24:28: ac_nonexistent.h: No such file or directory
389configure:5402: $? = 1
390configure: failed program was:
391| /* confdefs.h.  */
392|
393| #define PACKAGE_NAME "GIMP"
394| #define PACKAGE_TARNAME "gimp"
395| #define PACKAGE_VERSION "2.2.8"
396| #define PACKAGE_STRING "GIMP 2.2.8"
397| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
398| #define GETTEXT_PACKAGE "gimp20"
399| #define STDC_HEADERS 1
400| #define HAVE_SYS_TYPES_H 1
401| #define HAVE_SYS_STAT_H 1
402| #define HAVE_STDLIB_H 1
403| #define HAVE_STRING_H 1
404| #define HAVE_MEMORY_H 1
405| #define HAVE_STRINGS_H 1
406| #define HAVE_INTTYPES_H 1
407| #define HAVE_STDINT_H 1
408| #define HAVE_UNISTD_H 1
409| #define HAVE_DLFCN_H 1
410| #ifdef __cplusplus
411| extern "C" void std::exit (int) throw (); using std::exit;
412| #endif
413| /* end confdefs.h.  */
414| #include <ac_nonexistent.h>
415configure:5441: result: g++ -E
416configure:5465: g++ -E -I/opt/local/include conftest.cc
417configure:5471: $? = 0
418configure:5503: g++ -E -I/opt/local/include conftest.cc
419conftest.cc:24:28: ac_nonexistent.h: No such file or directory
420configure:5509: $? = 1
421configure: failed program was:
422| /* confdefs.h.  */
423|
424| #define PACKAGE_NAME "GIMP"
425| #define PACKAGE_TARNAME "gimp"
426| #define PACKAGE_VERSION "2.2.8"
427| #define PACKAGE_STRING "GIMP 2.2.8"
428| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
429| #define GETTEXT_PACKAGE "gimp20"
430| #define STDC_HEADERS 1
431| #define HAVE_SYS_TYPES_H 1
432| #define HAVE_SYS_STAT_H 1
433| #define HAVE_STDLIB_H 1
434| #define HAVE_STRING_H 1
435| #define HAVE_MEMORY_H 1
436| #define HAVE_STRINGS_H 1
437| #define HAVE_INTTYPES_H 1
438| #define HAVE_STDINT_H 1
439| #define HAVE_UNISTD_H 1
440| #define HAVE_DLFCN_H 1
441| #ifdef __cplusplus
442| extern "C" void std::exit (int) throw (); using std::exit;
443| #endif
444| /* end confdefs.h.  */
445| #include <ac_nonexistent.h>
446configure:5604: checking for g77
447configure:5633: result: no
448configure:5604: checking for f77
449configure:5633: result: no
450configure:5604: checking for xlf
451configure:5633: result: no
452configure:5604: checking for frt
453configure:5633: result: no
454configure:5604: checking for pgf77
455configure:5633: result: no
456configure:5604: checking for fort77
457configure:5633: result: no
458configure:5604: checking for fl32
459configure:5633: result: no
460configure:5604: checking for af77
461configure:5633: result: no
462configure:5604: checking for f90
463configure:5633: result: no
464configure:5604: checking for xlf90
465configure:5633: result: no
466configure:5604: checking for pgf90
467configure:5633: result: no
468configure:5604: checking for epcf90
469configure:5633: result: no
470configure:5604: checking for f95
471configure:5633: result: no
472configure:5604: checking for fort
473configure:5633: result: no
474configure:5604: checking for xlf95
475configure:5633: result: no
476configure:5604: checking for ifc
477configure:5633: result: no
478configure:5604: checking for efc
479configure:5633: result: no
480configure:5604: checking for pgf95
481configure:5633: result: no
482configure:5604: checking for lf95
483configure:5633: result: no
484configure:5604: checking for gfortran
485configure:5633: result: no
486configure:5648: checking for Fortran 77 compiler version
487configure:5648:  --version </dev/null >&5
488./configure: line 1: --version: command not found
489configure:5651: $? = 127
490configure:5653:  -v </dev/null >&5
491./configure: line 1: -v: command not found
492configure:5656: $? = 127
493configure:5658:  -V </dev/null >&5
494./configure: line 1: -V: command not found
495configure:5661: $? = 127
496configure:5669: checking whether we are using the GNU Fortran 77 compiler
497configure:5683:  -c  conftest.F >&5
498./configure: line 1: -c: command not found
499configure:5689: $? = 127
500configure: failed program was:
501|       program main
502| #ifndef __GNUC__
503|        choke me
504| #endif
505|
506|       end
507configure:5714: result: no
508configure:5720: checking whether  accepts -g
509configure:5732:  -c -g conftest.f >&5
510./configure: line 1: -c: command not found
511configure:5738: $? = 127
512configure: failed program was:
513|       program main
514|
515|       end
516configure:5762: result: no
517configure:5792: checking the maximum length of command line arguments
518configure:5857: result: 65536
519configure:5868: checking command to parse /usr/bin/nm -p output from gcc object
520configure:5957: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
521configure:5960: $? = 0
522configure:5964: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
523configure:5967: $? = 0
524cannot find nm_test_var in conftest.nm
525configure:5957: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
526configure:5960: $? = 0
527configure:5964: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
528configure:5967: $? = 0
529configure:6019: gcc -o conftest -faltivec -maltivec -I/opt/local/include -L/opt/local/lib conftest.c conftstm.o >&5
530configure:6022: $? = 0
531configure:6060: result: ok
532configure:6064: checking for objdir
533configure:6079: result: .libs
534configure:6169: checking for ar
535configure:6185: found /usr/bin/ar
536configure:6196: result: ar
537configure:6249: checking for ranlib
538configure:6265: found /usr/bin/ranlib
539configure:6276: result: ranlib
540configure:6329: checking for strip
541configure:6345: found /usr/bin/strip
542configure:6356: result: strip
543configure:6618: checking if gcc static flag  works
544configure:6641: result: yes
545configure:6659: checking if gcc supports -fno-rtti -fno-exceptions
546configure:6680: gcc -c -faltivec -maltivec -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
547cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
548configure:6684: $? = 0
549configure:6692: result: no
550configure:6707: checking for gcc option to produce PIC
551configure:6884: result: -fno-common
552configure:6892: checking if gcc PIC flag -fno-common works
553configure:6913: gcc -c -faltivec -maltivec -I/opt/local/include -fno-common -DPIC conftest.c >&5
554configure:6917: $? = 0
555configure:6925: result: yes
556configure:6949: checking if gcc supports -c -o file.o
557configure:6973: gcc -c -faltivec -maltivec -I/opt/local/include -o out/conftest2.o conftest.c >&5
558configure:6977: $? = 0
559configure:6994: result: yes
560configure:7020: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
561configure:7867: result: yes
562configure:7938: checking dynamic linker characteristics
563configure:8490: result: darwin7.9.0 dyld
564configure:8494: checking how to hardcode library paths into programs
565configure:8519: result: immediate
566configure:8533: checking whether stripping libraries is possible
567configure:8546: result: yes
568configure:9361: checking if libtool supports shared libraries
569configure:9363: result: yes
570configure:9366: checking whether to build shared libraries
571configure:9424: result: yes
572configure:9427: checking whether to build static libraries
573configure:9431: result: no
574configure:9523: creating libtool
575configure:10070: checking for ld used by g++
576configure:10137: result: /usr/bin/ld
577configure:10146: checking if the linker (/usr/bin/ld) is GNU ld
578configure:10161: result: no
579configure:10212: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
580configure:11038: result: yes
581configure:11056: g++ -c -g -O2 -I/opt/local/include conftest.cc >&5
582configure:11059: $? = 0
583configure:11155: checking for g++ option to produce PIC
584configure:11407: result: -fno-common
585configure:11415: checking if g++ PIC flag -fno-common works
586configure:11436: g++ -c -g -O2 -I/opt/local/include -fno-common -DPIC conftest.cc >&5
587configure:11440: $? = 0
588configure:11448: result: yes
589configure:11472: checking if g++ supports -c -o file.o
590configure:11496: g++ -c -g -O2 -I/opt/local/include -o out/conftest2.o conftest.cc >&5
591configure:11500: $? = 0
592configure:11517: result: yes
593configure:11543: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
594configure:11571: result: yes
595configure:11642: checking dynamic linker characteristics
596configure:12194: result: darwin7.9.0 dyld
597configure:12198: checking how to hardcode library paths into programs
598configure:12223: result: immediate
599configure:12237: checking whether stripping libraries is possible
600configure:12250: result: yes
601configure:19494: checking whether to enable maintainer-specific portions of Makefiles
602configure:19503: result: no
603configure:19524: checking for target architecture
604configure:19532: result: powerpc-apple-darwin7.9.0
605configure:19574: checking for some Win32 platform
606configure:19584: result: no
607configure:19597: checking for native Win32
608configure:19609: result: no
609configure:19782: checking for strerror in -lcposix
610configure:19812: gcc -o conftest -faltivec -maltivec -I/opt/local/include -L/opt/local/lib conftest.c -lcposix   >&5
611ld: can't locate file for: -lcposix
612configure:19818: $? = 1
613configure: failed program was:
614| /* confdefs.h.  */
615|
616| #define PACKAGE_NAME "GIMP"
617| #define PACKAGE_TARNAME "gimp"
618| #define PACKAGE_VERSION "2.2.8"
619| #define PACKAGE_STRING "GIMP 2.2.8"
620| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
621| #define GETTEXT_PACKAGE "gimp20"
622| #define STDC_HEADERS 1
623| #define HAVE_SYS_TYPES_H 1
624| #define HAVE_SYS_STAT_H 1
625| #define HAVE_STDLIB_H 1
626| #define HAVE_STRING_H 1
627| #define HAVE_MEMORY_H 1
628| #define HAVE_STRINGS_H 1
629| #define HAVE_INTTYPES_H 1
630| #define HAVE_STDINT_H 1
631| #define HAVE_UNISTD_H 1
632| #define HAVE_DLFCN_H 1
633| #ifdef __cplusplus
634| extern "C" void std::exit (int) throw (); using std::exit;
635| #endif
636| #define ARCH_PPC 1
637| /* end confdefs.h.  */
638|
639| /* Override any gcc2 internal prototype to avoid an error.  */
640| #ifdef __cplusplus
641| extern "C"
642| #endif
643| /* We use char because int might match the return type of a gcc2
644|    builtin and then its argument prototype would still apply.  */
645| char strerror ();
646| int
647| main ()
648| {
649| strerror ();
650|   ;
651|   return 0;
652| }
653configure:19843: result: no
654configure:19854: checking for gcc option to accept ANSI C
655configure:19917: gcc  -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
656configure:19923: $? = 0
657configure:19926: test -z                         || test ! -s conftest.err
658configure:19929: $? = 0
659configure:19932: test -s conftest.o
660configure:19935: $? = 0
661configure:19950: result: none needed
662configure:19974: checking for a BSD-compatible install
663configure:20029: result: /usr/bin/install -c
664configure:20040: checking whether make sets $(MAKE)
665configure:20060: result: yes
666configure:20077: checking for special C compiler options needed for large files
667configure:20174: result: no
668configure:20180: checking for _FILE_OFFSET_BITS value needed for large files
669configure:20211: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
670configure:20217: $? = 0
671configure:20220: test -z                         || test ! -s conftest.err
672configure:20223: $? = 0
673configure:20226: test -s conftest.o
674configure:20229: $? = 0
675configure:20293: result: no
676configure:20303: checking for _LARGE_FILES value needed for large files
677configure:20334: gcc -c -faltivec -maltivec -I/opt/local/include conftest.c >&5
678configure:20340: $? = 0
679configure:20343: test -z                         || test ! -s conftest.err
680configure:20346: $? = 0
681configure:20349: test -s conftest.o
682configure:20352: $? = 0
683configure:20416: result: no
684configure:20429: checking whether to turn on debugging
685configure:20444: result: no
686configure:20448: checking whether to turn on profiling
687configure:20463: result: no
688configure:20545: checking for dirent.h that defines DIR
689configure:20569: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
690configure:20575: $? = 0
691configure:20578: test -z                         || test ! -s conftest.err
692configure:20581: $? = 0
693configure:20584: test -s conftest.o
694configure:20587: $? = 0
695configure:20598: result: yes
696configure:20611: checking for library containing opendir
697configure:20641: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
698configure:20647: $? = 0
699configure:20650: test -z                         || test ! -s conftest.err
700configure:20653: $? = 0
701configure:20656: test -s conftest
702configure:20659: $? = 0
703configure:20728: result: none required
704configure:20862: checking for ANSI C header files
705configure:21014: result: yes
706configure:21024: checking for sys/wait.h that is POSIX.1 compatible
707configure:21055: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
708configure:21061: $? = 0
709configure:21064: test -z                         || test ! -s conftest.err
710configure:21067: $? = 0
711configure:21070: test -s conftest.o
712configure:21073: $? = 0
713configure:21084: result: yes
714configure:21094: checking whether time.h and sys/time.h may both be included
715configure:21119: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
716configure:21125: $? = 0
717configure:21128: test -z                         || test ! -s conftest.err
718configure:21131: $? = 0
719configure:21134: test -s conftest.o
720configure:21137: $? = 0
721configure:21148: result: yes
722configure:21177: checking sys/param.h usability
723configure:21189: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
724configure:21195: $? = 0
725configure:21198: test -z                         || test ! -s conftest.err
726configure:21201: $? = 0
727configure:21204: test -s conftest.o
728configure:21207: $? = 0
729configure:21217: result: yes
730configure:21221: checking sys/param.h presence
731configure:21231: gcc -E -I/opt/local/include conftest.c
732configure:21237: $? = 0
733configure:21257: result: yes
734configure:21292: checking for sys/param.h
735configure:21299: result: yes
736configure:21177: checking sys/time.h usability
737configure:21189: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
738configure:21195: $? = 0
739configure:21198: test -z                         || test ! -s conftest.err
740configure:21201: $? = 0
741configure:21204: test -s conftest.o
742configure:21207: $? = 0
743configure:21217: result: yes
744configure:21221: checking sys/time.h presence
745configure:21231: gcc -E -I/opt/local/include conftest.c
746configure:21237: $? = 0
747configure:21257: result: yes
748configure:21292: checking for sys/time.h
749configure:21299: result: yes
750configure:21177: checking sys/times.h usability
751configure:21189: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
752configure:21195: $? = 0
753configure:21198: test -z                         || test ! -s conftest.err
754configure:21201: $? = 0
755configure:21204: test -s conftest.o
756configure:21207: $? = 0
757configure:21217: result: yes
758configure:21221: checking sys/times.h presence
759configure:21231: gcc -E -I/opt/local/include conftest.c
760configure:21237: $? = 0
761configure:21257: result: yes
762configure:21292: checking for sys/times.h
763configure:21299: result: yes
764configure:21168: checking for sys/wait.h
765configure:21173: result: yes
766configure:21168: checking for unistd.h
767configure:21173: result: yes
768configure:21313: checking for pid_t
769configure:21337: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
770configure:21343: $? = 0
771configure:21346: test -z                         || test ! -s conftest.err
772configure:21349: $? = 0
773configure:21352: test -s conftest.o
774configure:21355: $? = 0
775configure:21366: result: yes
776configure:21378: checking return type of signal handlers
777configure:21409: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
778conftest.c: In function `main':
779conftest.c:48: warning: unused variable `i'
780configure:21415: $? = 0
781configure:21418: test -z                         || test ! -s conftest.err
782configure:21421: $? = 0
783configure:21424: test -s conftest.o
784configure:21427: $? = 0
785configure:21438: result: void
786configure:21450: checking for vprintf
787configure:21507: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
788conftest.c:59: warning: conflicting types for built-in function `vprintf'
789configure:21513: $? = 0
790configure:21516: test -z                         || test ! -s conftest.err
791configure:21519: $? = 0
792configure:21522: test -s conftest
793configure:21525: $? = 0
794configure:21537: result: yes
795configure:21544: checking for _doprnt
796configure:21601: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
797ld: warning prebinding disabled because of undefined symbols
798ld: Undefined symbols:
799__doprnt
800configure:21607: $? = 1
801configure: failed program was:
802| /* confdefs.h.  */
803|
804| #define PACKAGE_NAME "GIMP"
805| #define PACKAGE_TARNAME "gimp"
806| #define PACKAGE_VERSION "2.2.8"
807| #define PACKAGE_STRING "GIMP 2.2.8"
808| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
809| #define GETTEXT_PACKAGE "gimp20"
810| #define STDC_HEADERS 1
811| #define HAVE_SYS_TYPES_H 1
812| #define HAVE_SYS_STAT_H 1
813| #define HAVE_STDLIB_H 1
814| #define HAVE_STRING_H 1
815| #define HAVE_MEMORY_H 1
816| #define HAVE_STRINGS_H 1
817| #define HAVE_INTTYPES_H 1
818| #define HAVE_STDINT_H 1
819| #define HAVE_UNISTD_H 1
820| #define HAVE_DLFCN_H 1
821| #ifdef __cplusplus
822| extern "C" void std::exit (int) throw (); using std::exit;
823| #endif
824| #define ARCH_PPC 1
825| #define HAVE_DIRENT_H 1
826| #define STDC_HEADERS 1
827| #define HAVE_SYS_WAIT_H 1
828| #define TIME_WITH_SYS_TIME 1
829| #define HAVE_SYS_PARAM_H 1
830| #define HAVE_SYS_TIME_H 1
831| #define HAVE_SYS_TIMES_H 1
832| #define HAVE_SYS_WAIT_H 1
833| #define HAVE_UNISTD_H 1
834| #define RETSIGTYPE void
835| #define HAVE_VPRINTF 1
836| /* end confdefs.h.  */
837| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
838|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
839| #define _doprnt innocuous__doprnt
840|
841| /* System header to define __stub macros and hopefully few prototypes,
842|     which can conflict with char _doprnt (); below.
843|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
844|     <limits.h> exists even on freestanding compilers.  */
845|
846| #ifdef __STDC__
847| # include <limits.h>
848| #else
849| # include <assert.h>
850| #endif
851|
852| #undef _doprnt
853|
854| /* Override any gcc2 internal prototype to avoid an error.  */
855| #ifdef __cplusplus
856| extern "C"
857| {
858| #endif
859| /* We use char because int might match the return type of a gcc2
860|    builtin and then its argument prototype would still apply.  */
861| char _doprnt ();
862| /* The GNU C library defines this for functions which it implements
863|     to always fail with ENOSYS.  Some functions are actually named
864|     something starting with __ and the normal name is an alias.  */
865| #if defined (__stub__doprnt) || defined (__stub____doprnt)
866| choke me
867| #else
868| char (*f) () = _doprnt;
869| #endif
870| #ifdef __cplusplus
871| }
872| #endif
873|
874| int
875| main ()
876| {
877| return f != _doprnt;
878|   ;
879|   return 0;
880| }
881configure:21631: result: no
882configure:21648: checking for working alloca.h
883configure:21669: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
884conftest.c: In function `main':
885conftest.c:40: warning: unused variable `p'
886configure:21675: $? = 0
887configure:21678: test -z                         || test ! -s conftest.err
888configure:21681: $? = 0
889configure:21684: test -s conftest
890configure:21687: $? = 0
891configure:21699: result: yes
892configure:21709: checking for alloca
893configure:21750: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
894conftest.c: In function `main':
895conftest.c:61: warning: unused variable `p'
896configure:21756: $? = 0
897configure:21759: test -z                         || test ! -s conftest.err
898configure:21762: $? = 0
899configure:21765: test -s conftest
900configure:21768: $? = 0
901configure:21780: result: yes
902configure:22009: checking for difftime
903configure:22066: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
904configure:22072: $? = 0
905configure:22075: test -z                         || test ! -s conftest.err
906configure:22078: $? = 0
907configure:22081: test -s conftest
908configure:22084: $? = 0
909configure:22096: result: yes
910configure:22009: checking for putenv
911configure:22066: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
912configure:22072: $? = 0
913configure:22075: test -z                         || test ! -s conftest.err
914configure:22078: $? = 0
915configure:22081: test -s conftest
916configure:22084: $? = 0
917configure:22096: result: yes
918configure:22009: checking for mmap
919configure:22066: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
920configure:22072: $? = 0
921configure:22075: test -z                         || test ! -s conftest.err
922configure:22078: $? = 0
923configure:22081: test -s conftest
924configure:22084: $? = 0
925configure:22096: result: yes
926configure:22184: checking for perl
927configure:22202: found /opt/local/bin/perl
928configure:22214: result: /opt/local/bin/perl
929configure:22232: checking for XML::Parser
930configure:22235: result: ok
931configure:22246: checking for iconv
932configure:22264: found /opt/local/bin/iconv
933configure:22277: result: /opt/local/bin/iconv
934configure:22286: checking for msgfmt
935configure:22304: found /opt/local/bin/msgfmt
936configure:22317: result: /opt/local/bin/msgfmt
937configure:22326: checking for msgmerge
938configure:22344: found /opt/local/bin/msgmerge
939configure:22357: result: /opt/local/bin/msgmerge
940configure:22366: checking for xgettext
941configure:22384: found /opt/local/bin/xgettext
942configure:22397: result: /opt/local/bin/xgettext
943configure:22460: checking locale.h usability
944configure:22472: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
945configure:22478: $? = 0
946configure:22481: test -z                         || test ! -s conftest.err
947configure:22484: $? = 0
948configure:22487: test -s conftest.o
949configure:22490: $? = 0
950configure:22500: result: yes
951configure:22504: checking locale.h presence
952configure:22514: gcc -E -I/opt/local/include conftest.c
953configure:22520: $? = 0
954configure:22540: result: yes
955configure:22575: checking for locale.h
956configure:22582: result: yes
957configure:22596: checking for LC_MESSAGES
958configure:22617: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
959configure:22623: $? = 0
960configure:22626: test -z                         || test ! -s conftest.err
961configure:22629: $? = 0
962configure:22632: test -s conftest
963configure:22635: $? = 0
964configure:22647: result: yes
965configure:22676: checking libintl.h usability
966configure:22688: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
967configure:22694: $? = 0
968configure:22697: test -z                         || test ! -s conftest.err
969configure:22700: $? = 0
970configure:22703: test -s conftest.o
971configure:22706: $? = 0
972configure:22716: result: yes
973configure:22720: checking libintl.h presence
974configure:22730: gcc -E -I/opt/local/include conftest.c
975configure:22736: $? = 0
976configure:22756: result: yes
977configure:22791: checking for libintl.h
978configure:22798: result: yes
979configure:22809: checking for ngettext in libc
980configure:22832: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
981ld: warning prebinding disabled because of undefined symbols
982ld: Undefined symbols:
983_libintl_ngettext
984configure:22838: $? = 1
985configure: failed program was:
986| /* confdefs.h.  */
987|
988| #define PACKAGE_NAME "GIMP"
989| #define PACKAGE_TARNAME "gimp"
990| #define PACKAGE_VERSION "2.2.8"
991| #define PACKAGE_STRING "GIMP 2.2.8"
992| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
993| #define GETTEXT_PACKAGE "gimp20"
994| #define STDC_HEADERS 1
995| #define HAVE_SYS_TYPES_H 1
996| #define HAVE_SYS_STAT_H 1
997| #define HAVE_STDLIB_H 1
998| #define HAVE_STRING_H 1
999| #define HAVE_MEMORY_H 1
1000| #define HAVE_STRINGS_H 1
1001| #define HAVE_INTTYPES_H 1
1002| #define HAVE_STDINT_H 1
1003| #define HAVE_UNISTD_H 1
1004| #define HAVE_DLFCN_H 1
1005| #ifdef __cplusplus
1006| extern "C" void std::exit (int) throw (); using std::exit;
1007| #endif
1008| #define ARCH_PPC 1
1009| #define HAVE_DIRENT_H 1
1010| #define STDC_HEADERS 1
1011| #define HAVE_SYS_WAIT_H 1
1012| #define TIME_WITH_SYS_TIME 1
1013| #define HAVE_SYS_PARAM_H 1
1014| #define HAVE_SYS_TIME_H 1
1015| #define HAVE_SYS_TIMES_H 1
1016| #define HAVE_SYS_WAIT_H 1
1017| #define HAVE_UNISTD_H 1
1018| #define RETSIGTYPE void
1019| #define HAVE_VPRINTF 1
1020| #define HAVE_ALLOCA_H 1
1021| #define HAVE_ALLOCA 1
1022| #define HAVE_DIFFTIME 1
1023| #define HAVE_PUTENV 1
1024| #define HAVE_MMAP 1
1025| #define HAVE_LOCALE_H 1
1026| #define HAVE_LC_MESSAGES 1
1027| /* end confdefs.h.  */
1028|
1029| #include <libintl.h>
1030|
1031| int
1032| main ()
1033| {
1034| return !ngettext ("","", 1)
1035|   ;
1036|   return 0;
1037| }
1038configure:22863: result: no
1039configure:23036: checking for bindtextdomain in -lintl
1040configure:23066: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c -lintl   >&5
1041ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1042ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1043ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1044ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1045ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1046ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1047ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1048ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1049ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1050ld: warning prebinding not disabled because (__DATA segment (address = 0x8000 size = 0x1000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1051ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x9000 size = 0x16000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1052configure:23072: $? = 0
1053configure:23075: test -z                         || test ! -s conftest.err
1054configure:23078: $? = 0
1055configure:23081: test -s conftest
1056configure:23084: $? = 0
1057configure:23097: result: yes
1058configure:23100: checking for ngettext in -lintl
1059configure:23130: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c -lintl   >&5
1060ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1061ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1062ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1063ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1064ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1065ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1066ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1067ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1068ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1069ld: warning prebinding not disabled because (__DATA segment (address = 0x8000 size = 0x1000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1070ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x9000 size = 0x16000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1071configure:23136: $? = 0
1072configure:23139: test -z                         || test ! -s conftest.err
1073configure:23142: $? = 0
1074configure:23145: test -s conftest
1075configure:23148: $? = 0
1076configure:23161: result: yes
1077configure:23164: checking for dgettext in -lintl
1078configure:23194: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c -lintl   >&5
1079ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1080ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1081ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1082ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1083ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1084ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1085ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1086ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1087ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1088ld: warning prebinding not disabled because (__DATA segment (address = 0x8000 size = 0x1000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1089ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x9000 size = 0x16000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1090configure:23200: $? = 0
1091configure:23203: test -z                         || test ! -s conftest.err
1092configure:23206: $? = 0
1093configure:23209: test -s conftest
1094configure:23212: $? = 0
1095configure:23225: result: yes
1096configure:23394: checking for bind_textdomain_codeset
1097configure:23451: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  -lintl  >&5
1098ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1099ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1100ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1101ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1102ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1103ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1104ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1105ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1106ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1107ld: warning prebinding not disabled because (__DATA segment (address = 0x8000 size = 0x1000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1108ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x9000 size = 0x16000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1109configure:23457: $? = 0
1110configure:23460: test -z                         || test ! -s conftest.err
1111configure:23463: $? = 0
1112configure:23466: test -s conftest
1113configure:23469: $? = 0
1114configure:23481: result: yes
1115configure:23521: checking for msgfmt
1116configure:23548: result: /opt/local/bin/msgfmt
1117configure:23561: checking for dcgettext
1118configure:23618: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  -lintl  >&5
1119ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1120ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1121ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1122ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1123ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1124ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1125ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1126ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1127ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1128ld: warning prebinding not disabled because (__DATA segment (address = 0x8000 size = 0x1000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1129ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x9000 size = 0x16000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1130configure:23624: $? = 0
1131configure:23627: test -z                         || test ! -s conftest.err
1132configure:23630: $? = 0
1133configure:23633: test -s conftest
1134configure:23636: $? = 0
1135configure:23648: result: yes
1136configure:23660: checking for gmsgfmt
1137configure:23691: result: /opt/local/bin/msgfmt
1138configure:23700: checking for xgettext
1139configure:23727: result: /opt/local/bin/xgettext
1140configure:23751: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  -lintl  >&5
1141ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1142ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1143ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1144ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1145ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1146ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1147ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib
1148ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1149ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x8000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1150ld: warning prebinding not disabled because (__DATA segment (address = 0x8000 size = 0x1000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1151ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x9000 size = 0x16000) of /opt/local/lib/libintl.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0xd6000) of /opt/local/lib/libiconv.2.dylib
1152configure:23757: $? = 0
1153configure:23760: test -z                         || test ! -s conftest.err
1154configure:23763: $? = 0
1155configure:23766: test -s conftest
1156configure:23769: $? = 0
1157configure:23941: checking for catalogs to be installed
1158configure:23966: result:  bg ca cs da de el en_CA en_GB es eu fi fr ga gl he hu hr id it ja ko lt ms nb nl no pa pl pt pt_BR ro ru sk sr sr@Latn sv tr uk vi yi zh_CN zh_TW
1159configure:24033: checking for pkg-config
1160configure:24051: found /opt/local/bin/pkg-config
1161configure:24064: result: /opt/local/bin/pkg-config
1162configure:24087: checking for GLIB - version >= 2.4.5
1163configure:24206: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I/opt/local/include -L/opt/local/lib conftest.c -L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl -liconv    >&5
1164ld: warning prebinding disabled because dependent library: /opt/local/lib/libgobject-2.0.0.dylib is not prebound
1165ld: warning multiple definitions of symbol _locale_charset
1166/opt/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
1167/opt/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset
1168ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used
1169symbol _locale_charset used from dynamic library /opt/local/lib/libiconv.dylib(localcharset.o) not from earlier dynamic library /opt/local/lib/libintl.3.dylib(localcharset.o)
1170configure:24209: $? = 0
1171configure:24211: ./conftest
1172configure:24214: $? = 0
1173configure:24232: result: yes (version 2.6.6)
1174configure:24421: checking pkg-config is at least version 0.9.0
1175configure:24424: result: yes
1176configure:24435: checking for GMODULE_CFLAGS
1177configure:24443: $PKG_CONFIG --exists "gmodule-2.0 gobject-2.0" >/dev/null 2>&1
1178configure:24446: $? = 0
1179configure:24456: result: -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include 
1180configure:24458: checking for GMODULE_LIBS
1181configure:24466: $PKG_CONFIG --exists "gmodule-2.0 gobject-2.0" >/dev/null 2>&1
1182configure:24469: $? = 0
1183configure:24479: result: -L/opt/local/lib -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -lintl -liconv 
1184configure:24532: checking if GLib is version 2.7.0 or newer
1185configure:24539: result: no
1186configure:24548: checking for bind_textdomain_codeset
1187configure:24635: result: yes
1188configure:24650: checking for X
1189configure:24884: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
1190configure:25055: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c   -L/usr/X11R6/lib -lX11 >&5
1191configure:25061: $? = 0
1192configure:25064: test -z                         || test ! -s conftest.err
1193configure:25067: $? = 0
1194configure:25070: test -s conftest
1195configure:25073: $? = 0
1196configure:25229: checking for gethostbyname
1197configure:25286: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1198configure:25292: $? = 0
1199configure:25295: test -z                         || test ! -s conftest.err
1200configure:25298: $? = 0
1201configure:25301: test -s conftest
1202configure:25304: $? = 0
1203configure:25316: result: yes
1204configure:25465: checking for connect
1205configure:25522: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1206configure:25528: $? = 0
1207configure:25531: test -z                         || test ! -s conftest.err
1208configure:25534: $? = 0
1209configure:25537: test -s conftest
1210configure:25540: $? = 0
1211configure:25552: result: yes
1212configure:25626: checking for remove
1213configure:25683: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1214configure:25689: $? = 0
1215configure:25692: test -z                         || test ! -s conftest.err
1216configure:25695: $? = 0
1217configure:25698: test -s conftest
1218configure:25701: $? = 0
1219configure:25713: result: yes
1220configure:25787: checking for shmat
1221configure:25844: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1222configure:25850: $? = 0
1223configure:25853: test -z                         || test ! -s conftest.err
1224configure:25856: $? = 0
1225configure:25859: test -s conftest
1226configure:25862: $? = 0
1227configure:25874: result: yes
1228configure:25957: checking for IceConnectionNumber in -lICE
1229configure:25987: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib -L/usr/X11R6/lib conftest.c -lICE   >&5
1230configure:25993: $? = 0
1231configure:25996: test -z                         || test ! -s conftest.err
1232configure:25999: $? = 0
1233configure:26002: test -s conftest
1234configure:26005: $? = 0
1235configure:26018: result: yes
1236configure:26051: checking for pkg-config
1237configure:26082: result: /opt/local/bin/pkg-config
1238configure:26103: checking for GTK+ - version >= 2.4.4
1239configure:26218: gcc -o conftest -faltivec -maltivec -Wall -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I/opt/local/include -L/opt/local/lib conftest.c -L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -ltiff -ljpeg -lpng12 -lz -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv    >&5
1240ld: warning prebinding disabled because dependent library: /opt/local/lib/libgtk-x11-2.0.0.dylib is not prebound
1241ld: warning multiple definitions of symbol _locale_charset
1242/opt/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
1243/opt/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset
1244ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used
1245symbol _locale_charset used from dynamic library /opt/local/lib/libiconv.dylib(localcharset.o) not from earlier dynamic library /opt/local/lib/libintl.3.dylib(localcharset.o)
1246configure:26221: $? = 0
1247configure:26223: ./conftest
1248configure:26226: $? = 0
1249configure:26244: result: yes (version 2.6.8)
1250configure:26334: checking if GTK+ is version 2.7.0 or newer
1251configure:26341: result: no
1252configure:26346: checking for GDK_PIXBUF_CFLAGS
1253configure:26354: $PKG_CONFIG --exists "gdk-pixbuf-2.0 >= 2.4.4" >/dev/null 2>&1
1254configure:26357: $? = 0
1255configure:26367: result: -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include 
1256configure:26369: checking for GDK_PIXBUF_LIBS
1257configure:26377: $PKG_CONFIG --exists "gdk-pixbuf-2.0 >= 2.4.4" >/dev/null 2>&1
1258configure:26380: $? = 0
1259configure:26390: result: -L/opt/local/lib -lgdk_pixbuf-2.0 -ltiff -ljpeg -lpng12 -lz -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv 
1260configure:26445: checking for gdk-pixbuf-csource
1261configure:26463: found /opt/local/bin/gdk-pixbuf-csource
1262configure:26476: result: /opt/local/bin/gdk-pixbuf-csource
1263configure:26491: checking for LIBART_CFLAGS
1264configure:26499: $PKG_CONFIG --exists "libart-2.0" >/dev/null 2>&1
1265configure:26502: $? = 0
1266configure:26512: result: -I/opt/local/include/libart-2.0 
1267configure:26514: checking for LIBART_LIBS
1268configure:26522: $PKG_CONFIG --exists "libart-2.0" >/dev/null 2>&1
1269configure:26525: $? = 0
1270configure:26535: result: -L/opt/local/lib -lart_lgpl_2 
1271configure:26590: checking for FONTCONFIG_CFLAGS
1272configure:26598: $PKG_CONFIG --exists "fontconfig >= 2.2.0" >/dev/null 2>&1
1273configure:26601: $? = 0
1274configure:26611: result: -I/opt/local/include 
1275configure:26613: checking for FONTCONFIG_LIBS
1276configure:26621: $PKG_CONFIG --exists "fontconfig >= 2.2.0" >/dev/null 2>&1
1277configure:26624: $? = 0
1278configure:26634: result: -L/opt/local/lib -lfontconfig 
1279configure:26687: checking for PANGOFT2_CFLAGS
1280configure:26695: $PKG_CONFIG --exists "pangoft2 >= 1.4.0" >/dev/null 2>&1
1281configure:26698: $? = 0
1282configure:26708: result: -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include 
1283configure:26710: checking for PANGOFT2_LIBS
1284configure:26718: $PKG_CONFIG --exists "pangoft2 >= 1.4.0" >/dev/null 2>&1
1285configure:26721: $? = 0
1286configure:26731: result: -L/opt/local/lib -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv 
1287configure:26762: checking if Pango is version 1.9.0 or newer
1288configure:26769: result: no
1289configure:26775: checking if Pango is built with a recent fontconfig
1290configure:26793: gcc -c -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
1291configure:26799: $? = 0
1292configure:26802: test -z                         || test ! -s conftest.err
1293configure:26805: $? = 0
1294configure:26808: test -s conftest.o
1295configure:26811: $? = 0
1296configure:26821: result: yes
1297configure:26854: checking for freetype-config
1298configure:26872: found /opt/local/bin/freetype-config
1299configure:26885: result: /opt/local/bin/freetype-config
1300configure:26893: checking for freetype libraries
1301configure:26896: result: -L/opt/local/lib -lfreetype -lz
1302configure:26921: checking math.h usability
1303configure:26933: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
1304configure:26939: $? = 0
1305configure:26942: test -z                         || test ! -s conftest.err
1306configure:26945: $? = 0
1307configure:26948: test -s conftest.o
1308configure:26951: $? = 0
1309configure:26961: result: yes
1310configure:26965: checking math.h presence
1311configure:26975: gcc -E -I/opt/local/include conftest.c
1312configure:26981: $? = 0
1313configure:27001: result: yes
1314configure:27036: checking for math.h
1315configure:27043: result: yes
1316configure:26921: checking ieeefp.h usability
1317configure:26933: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
1318conftest.c:83:20: ieeefp.h: No such file or directory
1319configure:26939: $? = 1
1320configure: failed program was:
1321| /* confdefs.h.  */
1322|
1323| #define PACKAGE_NAME "GIMP"
1324| #define PACKAGE_TARNAME "gimp"
1325| #define PACKAGE_VERSION "2.2.8"
1326| #define PACKAGE_STRING "GIMP 2.2.8"
1327| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
1328| #define GETTEXT_PACKAGE "gimp20"
1329| #define STDC_HEADERS 1
1330| #define HAVE_SYS_TYPES_H 1
1331| #define HAVE_SYS_STAT_H 1
1332| #define HAVE_STDLIB_H 1
1333| #define HAVE_STRING_H 1
1334| #define HAVE_MEMORY_H 1
1335| #define HAVE_STRINGS_H 1
1336| #define HAVE_INTTYPES_H 1
1337| #define HAVE_STDINT_H 1
1338| #define HAVE_UNISTD_H 1
1339| #define HAVE_DLFCN_H 1
1340| #ifdef __cplusplus
1341| extern "C" void std::exit (int) throw (); using std::exit;
1342| #endif
1343| #define ARCH_PPC 1
1344| #define HAVE_DIRENT_H 1
1345| #define STDC_HEADERS 1
1346| #define HAVE_SYS_WAIT_H 1
1347| #define TIME_WITH_SYS_TIME 1
1348| #define HAVE_SYS_PARAM_H 1
1349| #define HAVE_SYS_TIME_H 1
1350| #define HAVE_SYS_TIMES_H 1
1351| #define HAVE_SYS_WAIT_H 1
1352| #define HAVE_UNISTD_H 1
1353| #define RETSIGTYPE void
1354| #define HAVE_VPRINTF 1
1355| #define HAVE_ALLOCA_H 1
1356| #define HAVE_ALLOCA 1
1357| #define HAVE_DIFFTIME 1
1358| #define HAVE_PUTENV 1
1359| #define HAVE_MMAP 1
1360| #define HAVE_LOCALE_H 1
1361| #define HAVE_LC_MESSAGES 1
1362| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1363| #define HAVE_GETTEXT 1
1364| #define HAVE_DCGETTEXT 1
1365| #define ENABLE_NLS 1
1366| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1367| #define HAVE_MATH_H 1
1368| /* end confdefs.h.  */
1369| #include <stdio.h>
1370| #if HAVE_SYS_TYPES_H
1371| # include <sys/types.h>
1372| #endif
1373| #if HAVE_SYS_STAT_H
1374| # include <sys/stat.h>
1375| #endif
1376| #if STDC_HEADERS
1377| # include <stdlib.h>
1378| # include <stddef.h>
1379| #else
1380| # if HAVE_STDLIB_H
1381| #  include <stdlib.h>
1382| # endif
1383| #endif
1384| #if HAVE_STRING_H
1385| # if !STDC_HEADERS && HAVE_MEMORY_H
1386| #  include <memory.h>
1387| # endif
1388| # include <string.h>
1389| #endif
1390| #if HAVE_STRINGS_H
1391| # include <strings.h>
1392| #endif
1393| #if HAVE_INTTYPES_H
1394| # include <inttypes.h>
1395| #else
1396| # if HAVE_STDINT_H
1397| #  include <stdint.h>
1398| # endif
1399| #endif
1400| #if HAVE_UNISTD_H
1401| # include <unistd.h>
1402| #endif
1403| #include <ieeefp.h>
1404configure:26961: result: no
1405configure:26965: checking ieeefp.h presence
1406configure:26975: gcc -E -I/opt/local/include conftest.c
1407conftest.c:49:20: ieeefp.h: No such file or directory
1408configure:26981: $? = 1
1409configure: failed program was:
1410| /* confdefs.h.  */
1411|
1412| #define PACKAGE_NAME "GIMP"
1413| #define PACKAGE_TARNAME "gimp"
1414| #define PACKAGE_VERSION "2.2.8"
1415| #define PACKAGE_STRING "GIMP 2.2.8"
1416| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
1417| #define GETTEXT_PACKAGE "gimp20"
1418| #define STDC_HEADERS 1
1419| #define HAVE_SYS_TYPES_H 1
1420| #define HAVE_SYS_STAT_H 1
1421| #define HAVE_STDLIB_H 1
1422| #define HAVE_STRING_H 1
1423| #define HAVE_MEMORY_H 1
1424| #define HAVE_STRINGS_H 1
1425| #define HAVE_INTTYPES_H 1
1426| #define HAVE_STDINT_H 1
1427| #define HAVE_UNISTD_H 1
1428| #define HAVE_DLFCN_H 1
1429| #ifdef __cplusplus
1430| extern "C" void std::exit (int) throw (); using std::exit;
1431| #endif
1432| #define ARCH_PPC 1
1433| #define HAVE_DIRENT_H 1
1434| #define STDC_HEADERS 1
1435| #define HAVE_SYS_WAIT_H 1
1436| #define TIME_WITH_SYS_TIME 1
1437| #define HAVE_SYS_PARAM_H 1
1438| #define HAVE_SYS_TIME_H 1
1439| #define HAVE_SYS_TIMES_H 1
1440| #define HAVE_SYS_WAIT_H 1
1441| #define HAVE_UNISTD_H 1
1442| #define RETSIGTYPE void
1443| #define HAVE_VPRINTF 1
1444| #define HAVE_ALLOCA_H 1
1445| #define HAVE_ALLOCA 1
1446| #define HAVE_DIFFTIME 1
1447| #define HAVE_PUTENV 1
1448| #define HAVE_MMAP 1
1449| #define HAVE_LOCALE_H 1
1450| #define HAVE_LC_MESSAGES 1
1451| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1452| #define HAVE_GETTEXT 1
1453| #define HAVE_DCGETTEXT 1
1454| #define ENABLE_NLS 1
1455| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1456| #define HAVE_MATH_H 1
1457| /* end confdefs.h.  */
1458| #include <ieeefp.h>
1459configure:27001: result: no
1460configure:27036: checking for ieeefp.h
1461configure:27043: result: no
1462configure:27057: checking for extra flags to get ANSI library prototypes
1463configure:27075: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  -lm >&5
1464configure:27078: $? = 0
1465configure:27080: ./conftest
1466configure:27083: $? = 0
1467configure:27085: result: none needed
1468configure:27143: checking for finite
1469configure:27200: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  -lm >&5
1470configure:27206: $? = 0
1471configure:27209: test -z                         || test ! -s conftest.err
1472configure:27212: $? = 0
1473configure:27215: test -s conftest
1474configure:27218: $? = 0
1475configure:27230: result: yes
1476configure:27358: checking for extra flags for POSIX compliance
1477configure:27376: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
1478conftest.c: In function `main':
1479conftest.c:54: warning: unused variable `dir'
1480configure:27382: $? = 0
1481configure:27385: test -z                         || test ! -s conftest.err
1482configure:27388: $? = 0
1483configure:27391: test -s conftest.o
1484configure:27394: $? = 0
1485configure:27396: result: none needed
1486configure:27456: checking for rint
1487configure:27513: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1488configure:27519: $? = 0
1489configure:27522: test -z                         || test ! -s conftest.err
1490configure:27525: $? = 0
1491configure:27528: test -s conftest
1492configure:27531: $? = 0
1493configure:27543: result: yes
1494configure:27639: checking for inet_ntoa
1495configure:27696: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1496configure:27702: $? = 0
1497configure:27705: test -z                         || test ! -s conftest.err
1498configure:27708: $? = 0
1499configure:27711: test -s conftest
1500configure:27714: $? = 0
1501configure:27726: result: yes
1502configure:27811: checking for socket in -lsocket
1503configure:27841: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c -lsocket   >&5
1504ld: can't locate file for: -lsocket
1505configure:27847: $? = 1
1506configure: failed program was:
1507| /* confdefs.h.  */
1508|
1509| #define PACKAGE_NAME "GIMP"
1510| #define PACKAGE_TARNAME "gimp"
1511| #define PACKAGE_VERSION "2.2.8"
1512| #define PACKAGE_STRING "GIMP 2.2.8"
1513| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
1514| #define GETTEXT_PACKAGE "gimp20"
1515| #define STDC_HEADERS 1
1516| #define HAVE_SYS_TYPES_H 1
1517| #define HAVE_SYS_STAT_H 1
1518| #define HAVE_STDLIB_H 1
1519| #define HAVE_STRING_H 1
1520| #define HAVE_MEMORY_H 1
1521| #define HAVE_STRINGS_H 1
1522| #define HAVE_INTTYPES_H 1
1523| #define HAVE_STDINT_H 1
1524| #define HAVE_UNISTD_H 1
1525| #define HAVE_DLFCN_H 1
1526| #ifdef __cplusplus
1527| extern "C" void std::exit (int) throw (); using std::exit;
1528| #endif
1529| #define ARCH_PPC 1
1530| #define HAVE_DIRENT_H 1
1531| #define STDC_HEADERS 1
1532| #define HAVE_SYS_WAIT_H 1
1533| #define TIME_WITH_SYS_TIME 1
1534| #define HAVE_SYS_PARAM_H 1
1535| #define HAVE_SYS_TIME_H 1
1536| #define HAVE_SYS_TIMES_H 1
1537| #define HAVE_SYS_WAIT_H 1
1538| #define HAVE_UNISTD_H 1
1539| #define RETSIGTYPE void
1540| #define HAVE_VPRINTF 1
1541| #define HAVE_ALLOCA_H 1
1542| #define HAVE_ALLOCA 1
1543| #define HAVE_DIFFTIME 1
1544| #define HAVE_PUTENV 1
1545| #define HAVE_MMAP 1
1546| #define HAVE_LOCALE_H 1
1547| #define HAVE_LC_MESSAGES 1
1548| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1549| #define HAVE_GETTEXT 1
1550| #define HAVE_DCGETTEXT 1
1551| #define ENABLE_NLS 1
1552| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1553| #define HAVE_MATH_H 1
1554| #define HAVE_FINITE 1
1555| #define HAVE_RINT 1
1556| #define HAVE_INET_NTOA 1
1557| /* end confdefs.h.  */
1558|
1559| /* Override any gcc2 internal prototype to avoid an error.  */
1560| #ifdef __cplusplus
1561| extern "C"
1562| #endif
1563| /* We use char because int might match the return type of a gcc2
1564|    builtin and then its argument prototype would still apply.  */
1565| char socket ();
1566| int
1567| main ()
1568| {
1569| socket ();
1570|   ;
1571|   return 0;
1572| }
1573configure:27872: result: no
1574configure:28029: checking whether we can compile Altivec code
1575configure:28047: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
1576configure:28053: $? = 0
1577configure:28056: test -z                         || test ! -s conftest.err
1578configure:28059: $? = 0
1579configure:28062: test -s conftest.o
1580configure:28065: $? = 0
1581configure:28072: result: yes
1582configure:28497: checking for shm_open
1583configure:28554: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1584configure:28560: $? = 0
1585configure:28563: test -z                         || test ! -s conftest.err
1586configure:28566: $? = 0
1587configure:28569: test -s conftest
1588configure:28572: $? = 0
1589configure:28584: result: yes
1590configure:28673: checking sys/mman.h usability
1591configure:28685: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
1592configure:28691: $? = 0
1593configure:28694: test -z                         || test ! -s conftest.err
1594configure:28697: $? = 0
1595configure:28700: test -s conftest.o
1596configure:28703: $? = 0
1597configure:28713: result: yes
1598configure:28717: checking sys/mman.h presence
1599configure:28727: gcc -E -I/opt/local/include conftest.c
1600configure:28733: $? = 0
1601configure:28753: result: yes
1602configure:28788: checking for sys/mman.h
1603configure:28795: result: yes
1604configure:28824: checking for shared memory transport type
1605configure:28826: result: posix
1606configure:28834: checking whether symbols are prefixed
1607configure:28849: result: yes, with a _
1608configure:28863: checking checking for regex in glibc
1609configure:28889: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1610conftest.c:56:22: features.h: No such file or directory
1611configure:28892: $? = 1
1612configure: program exited with status 1
1613configure: failed program was:
1614| /* confdefs.h.  */
1615|
1616| #define PACKAGE_NAME "GIMP"
1617| #define PACKAGE_TARNAME "gimp"
1618| #define PACKAGE_VERSION "2.2.8"
1619| #define PACKAGE_STRING "GIMP 2.2.8"
1620| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
1621| #define GETTEXT_PACKAGE "gimp20"
1622| #define STDC_HEADERS 1
1623| #define HAVE_SYS_TYPES_H 1
1624| #define HAVE_SYS_STAT_H 1
1625| #define HAVE_STDLIB_H 1
1626| #define HAVE_STRING_H 1
1627| #define HAVE_MEMORY_H 1
1628| #define HAVE_STRINGS_H 1
1629| #define HAVE_INTTYPES_H 1
1630| #define HAVE_STDINT_H 1
1631| #define HAVE_UNISTD_H 1
1632| #define HAVE_DLFCN_H 1
1633| #ifdef __cplusplus
1634| extern "C" void std::exit (int) throw (); using std::exit;
1635| #endif
1636| #define ARCH_PPC 1
1637| #define HAVE_DIRENT_H 1
1638| #define STDC_HEADERS 1
1639| #define HAVE_SYS_WAIT_H 1
1640| #define TIME_WITH_SYS_TIME 1
1641| #define HAVE_SYS_PARAM_H 1
1642| #define HAVE_SYS_TIME_H 1
1643| #define HAVE_SYS_TIMES_H 1
1644| #define HAVE_SYS_WAIT_H 1
1645| #define HAVE_UNISTD_H 1
1646| #define RETSIGTYPE void
1647| #define HAVE_VPRINTF 1
1648| #define HAVE_ALLOCA_H 1
1649| #define HAVE_ALLOCA 1
1650| #define HAVE_DIFFTIME 1
1651| #define HAVE_PUTENV 1
1652| #define HAVE_MMAP 1
1653| #define HAVE_LOCALE_H 1
1654| #define HAVE_LC_MESSAGES 1
1655| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1656| #define HAVE_GETTEXT 1
1657| #define HAVE_DCGETTEXT 1
1658| #define ENABLE_NLS 1
1659| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1660| #define HAVE_MATH_H 1
1661| #define HAVE_FINITE 1
1662| #define HAVE_RINT 1
1663| #define HAVE_INET_NTOA 1
1664| #define USE_ALTIVEC 1
1665| #define HAVE_MMAN_H 1
1666| #define USE_POSIX_SHM 1
1667| /* end confdefs.h.  */
1668|
1669| #include <features.h>
1670| #include <stdio.h>
1671| #include <regex.h>
1672| int main()
1673| {
1674| #if __GLIBC__ >= 2
1675|   return (0);
1676| #else
1677|   return (1);
1678| #endif
1679| }
1680configure:28913: result: no
1681configure:28937: checking fd_set and sys/select
1682configure:28955: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
1683conftest.c: In function `main':
1684conftest.c:59: warning: unused variable `readMask'
1685conftest.c:59: warning: unused variable `writeMask'
1686configure:28961: $? = 0
1687configure:28964: test -z                         || test ! -s conftest.err
1688configure:28967: $? = 0
1689configure:28970: test -s conftest.o
1690configure:28973: $? = 0
1691configure:29007: result: yes
1692configure:29033: checking for pthread_attr_init in -lpthread
1693configure:29063: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c -lpthread   >&5
1694configure:29069: $? = 0
1695configure:29072: test -z                         || test ! -s conftest.err
1696configure:29075: $? = 0
1697configure:29078: test -s conftest
1698configure:29081: $? = 0
1699configure:29094: result: yes
1700configure:29197: checking for XmuClientWindow in -lXmu
1701configure:29227: gcc -o conftest -faltivec -maltivec -Wall -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I/opt/local/include -L/opt/local/lib  -L/usr/X11R6/lib conftest.c -lXmu -lXt -lX11  >&5
1702configure:29233: $? = 0
1703configure:29236: test -z                         || test ! -s conftest.err
1704configure:29239: $? = 0
1705configure:29242: test -s conftest
1706configure:29245: $? = 0
1707configure:29258: result: yes
1708configure:29265: checking for X11/Xmu/WinUtil.h
1709configure:29281: gcc -c -faltivec -maltivec -Wall -DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include   -I/opt/local/include conftest.c >&5
1710configure:29287: $? = 0
1711configure:29290: test -z                         || test ! -s conftest.err
1712configure:29293: $? = 0
1713configure:29296: test -s conftest.o
1714configure:29299: $? = 0
1715configure:29310: result: yes
1716configure:29354: checking for TIFFReadScanline in -ltiff
1717configure:29384: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c -ltiff -lm  >&5
1718ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x46000) of /opt/local/lib/libtiff.3.dylib
1719ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib
1720ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1721ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x46000) of /opt/local/lib/libtiff.3.dylib
1722ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib
1723ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1724ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x46000) of /opt/local/lib/libtiff.3.dylib
1725ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib
1726ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1727ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x46000) of /opt/local/lib/libtiff.3.dylib
1728ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib
1729ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1730ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x46000) of /opt/local/lib/libtiff.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib
1731ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x46000) of /opt/local/lib/libtiff.3.dylib overlaps with __DATA segment (address = 0x1b000 size = 0x1000) of /opt/local/lib/libjpeg.62.dylib
1732ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x46000) of /opt/local/lib/libtiff.3.dylib overlaps with __LINKEDIT segment (address = 0x1c000 size = 0x5000) of /opt/local/lib/libjpeg.62.dylib
1733ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x46000) of /opt/local/lib/libtiff.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1734ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x46000) of /opt/local/lib/libtiff.3.dylib overlaps with __DATA segment (address = 0x11000 size = 0x1000) of /opt/local/lib/libz.1.dylib
1735ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x46000) of /opt/local/lib/libtiff.3.dylib overlaps with __LINKEDIT segment (address = 0x12000 size = 0x2000) of /opt/local/lib/libz.1.dylib
1736ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1737ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib overlaps with __DATA segment (address = 0x11000 size = 0x1000) of /opt/local/lib/libz.1.dylib
1738ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib overlaps with __LINKEDIT segment (address = 0x12000 size = 0x2000) of /opt/local/lib/libz.1.dylib
1739configure:29390: $? = 0
1740configure:29393: test -z                         || test ! -s conftest.err
1741configure:29396: $? = 0
1742configure:29399: test -s conftest
1743configure:29402: $? = 0
1744configure:29415: result: yes
1745configure:29428: checking tiffio.h usability
1746configure:29440: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
1747configure:29446: $? = 0
1748configure:29449: test -z                         || test ! -s conftest.err
1749configure:29452: $? = 0
1750configure:29455: test -s conftest.o
1751configure:29458: $? = 0
1752configure:29468: result: yes
1753configure:29472: checking tiffio.h presence
1754configure:29482: gcc -E -I/opt/local/include conftest.c
1755configure:29488: $? = 0
1756configure:29508: result: yes
1757configure:29543: checking for tiffio.h
1758configure:29550: result: yes
1759configure:30016: checking for jpeg_destroy_decompress in -ljpeg
1760configure:30046: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c -ljpeg   >&5
1761ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib
1762ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib
1763ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib
1764ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib
1765configure:30052: $? = 0
1766configure:30055: test -z                         || test ! -s conftest.err
1767configure:30058: $? = 0
1768configure:30061: test -s conftest
1769configure:30064: $? = 0
1770configure:30077: result: yes
1771configure:30090: checking for jpeglib.h
1772configure:30106: gcc -E -I/opt/local/include conftest.c
1773configure:30112: $? = 0
1774configure:30132: result: yes
1775configure:30136: checking for jpeg_simple_progression in -ljpeg
1776configure:30166: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c -ljpeg   >&5
1777ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib
1778ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib
1779ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib
1780ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x1b000) of /opt/local/lib/libjpeg.62.dylib
1781configure:30172: $? = 0
1782configure:30175: test -z                         || test ! -s conftest.err
1783configure:30178: $? = 0
1784configure:30181: test -s conftest
1785configure:30184: $? = 0
1786configure:30197: result: yes
1787configure:30251: checking for gzsetparams in -lz
1788configure:30281: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c -lz   >&5
1789ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1790ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1791ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1792ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1793configure:30287: $? = 0
1794configure:30290: test -z                         || test ! -s conftest.err
1795configure:30293: $? = 0
1796configure:30296: test -s conftest
1797configure:30299: $? = 0
1798configure:30312: result: yes
1799configure:30325: checking zlib.h usability
1800configure:30337: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
1801configure:30343: $? = 0
1802configure:30346: test -z                         || test ! -s conftest.err
1803configure:30349: $? = 0
1804configure:30352: test -s conftest.o
1805configure:30355: $? = 0
1806configure:30365: result: yes
1807configure:30369: checking zlib.h presence
1808configure:30379: gcc -E -I/opt/local/include conftest.c
1809configure:30385: $? = 0
1810configure:30405: result: yes
1811configure:30440: checking for zlib.h
1812configure:30447: result: yes
1813configure:30481: checking for png_read_info in -lpng
1814configure:30511: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c -lpng -lz -lm  >&5
1815ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x28000) of /opt/local/lib/libpng.3.dylib
1816ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1817ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x28000) of /opt/local/lib/libpng.3.dylib
1818ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1819ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x28000) of /opt/local/lib/libpng.3.dylib
1820ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1821ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x28000) of /opt/local/lib/libpng.3.dylib
1822ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1823ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x28000) of /opt/local/lib/libpng.3.dylib overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1824ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x28000) of /opt/local/lib/libpng.3.dylib overlaps with __DATA segment (address = 0x11000 size = 0x1000) of /opt/local/lib/libz.1.dylib
1825ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0x28000) of /opt/local/lib/libpng.3.dylib overlaps with __LINKEDIT segment (address = 0x12000 size = 0x2000) of /opt/local/lib/libz.1.dylib
1826configure:30517: $? = 0
1827configure:30520: test -z                         || test ! -s conftest.err
1828configure:30523: $? = 0
1829configure:30526: test -s conftest
1830configure:30529: $? = 0
1831configure:30542: result: yes
1832configure:30555: checking png.h usability
1833configure:30567: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
1834configure:30573: $? = 0
1835configure:30576: test -z                         || test ! -s conftest.err
1836configure:30579: $? = 0
1837configure:30582: test -s conftest.o
1838configure:30585: $? = 0
1839configure:30595: result: yes
1840configure:30599: checking png.h presence
1841configure:30609: gcc -E -I/opt/local/include conftest.c
1842configure:30615: $? = 0
1843configure:30635: result: yes
1844configure:30670: checking for png.h
1845configure:30677: result: yes
1846configure:30694: checking for png_structp in png.h
1847configure:30712: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
1848conftest.c: In function `main':
1849conftest.c:62: warning: unused variable `pp'
1850conftest.c:62: warning: unused variable `info'
1851conftest.c:62: warning: unused variable `cmap'
1852conftest.c:62: warning: statement with no effect
1853configure:30718: $? = 0
1854configure:30721: test -z                         || test ! -s conftest.err
1855configure:30724: $? = 0
1856configure:30727: test -s conftest.o
1857configure:30730: $? = 0
1858configure:30740: result: yes
1859configure:30780: checking for mng_create in -lmng
1860configure:30810: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c -lmng -lz -lm  >&5
1861ld: warning prebinding disabled because dependent library: /opt/local/lib/libmng.1.dylib is not prebound
1862configure:30816: $? = 0
1863configure:30819: test -z                         || test ! -s conftest.err
1864configure:30822: $? = 0
1865configure:30825: test -s conftest
1866configure:30828: $? = 0
1867configure:30841: result: yes
1868configure:30854: checking libmng.h usability
1869configure:30866: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
1870configure:30872: $? = 0
1871configure:30875: test -z                         || test ! -s conftest.err
1872configure:30878: $? = 0
1873configure:30881: test -s conftest.o
1874configure:30884: $? = 0
1875configure:30894: result: yes
1876configure:30898: checking libmng.h presence
1877configure:30908: gcc -E -I/opt/local/include conftest.c
1878configure:30914: $? = 0
1879configure:30934: result: yes
1880configure:30969: checking for libmng.h
1881configure:30976: result: yes
1882configure:31017: checking for EXIF_CFLAGS
1883configure:31025: $PKG_CONFIG --exists "libexif" >/dev/null 2>&1
1884configure:31028: $? = 0
1885configure:31038: result: -I/opt/local/include/libexif -I/opt/local/include 
1886configure:31040: checking for EXIF_LIBS
1887configure:31048: $PKG_CONFIG --exists "libexif" >/dev/null 2>&1
1888configure:31051: $? = 0
1889configure:31061: result: -L/opt/local/lib -lexif -lm 
1890configure:31108: checking for aa_printf in -laa
1891configure:31138: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -L/opt/local/lib conftest.c -laa   >&5
1892ld: warning prebinding disabled because dependent library: /opt/local/lib/libaa.1.dylib is not prebound
1893configure:31144: $? = 0
1894configure:31147: test -z                         || test ! -s conftest.err
1895configure:31150: $? = 0
1896configure:31153: test -s conftest
1897configure:31156: $? = 0
1898configure:31169: result: yes
1899configure:31182: checking aalib.h usability
1900configure:31194: gcc -c -faltivec -maltivec -Wall -I/opt/local/include conftest.c >&5
1901configure:31200: $? = 0
1902configure:31203: test -z                         || test ! -s conftest.err
1903configure:31206: $? = 0
1904configure:31209: test -s conftest.o
1905configure:31212: $? = 0
1906configure:31222: result: yes
1907configure:31226: checking aalib.h presence
1908configure:31236: gcc -E -I/opt/local/include conftest.c
1909configure:31242: $? = 0
1910configure:31262: result: yes
1911configure:31297: checking for aalib.h
1912configure:31304: result: yes
1913configure:31339: checking for XpmReadFileToXpmImage in -lXpm
1914configure:31369: gcc -o conftest -faltivec -maltivec -Wall  -I/usr/X11R6/include -I/opt/local/include -L/opt/local/lib  -L/usr/X11R6/lib conftest.c -lXpm  -lSM -lICE -lX11  >&5
1915configure:31375: $? = 0
1916configure:31378: test -z                         || test ! -s conftest.err
1917configure:31381: $? = 0
1918configure:31384: test -s conftest
1919configure:31387: $? = 0
1920configure:31400: result: yes
1921configure:31413: checking X11/xpm.h usability
1922configure:31425: gcc -c -faltivec -maltivec -Wall  -I/usr/X11R6/include -I/opt/local/include conftest.c >&5
1923configure:31431: $? = 0
1924configure:31434: test -z                         || test ! -s conftest.err
1925configure:31437: $? = 0
1926configure:31440: test -s conftest.o
1927configure:31443: $? = 0
1928configure:31453: result: yes
1929configure:31457: checking X11/xpm.h presence
1930configure:31467: gcc -E -I/opt/local/include conftest.c
1931configure:31473: $? = 0
1932configure:31493: result: yes
1933configure:31528: checking for X11/xpm.h
1934configure:31535: result: yes
1935configure:31566: checking for GTKHTML2_CFLAGS
1936configure:31574: $PKG_CONFIG --exists "libgtkhtml-2.0 >= 2.0.0" >/dev/null 2>&1
1937configure:31577: $? = 1
1938configure:31587: result:
1939configure:31589: checking for GTKHTML2_LIBS
1940configure:31597: $PKG_CONFIG --exists "libgtkhtml-2.0 >= 2.0.0" >/dev/null 2>&1
1941configure:31600: $? = 1
1942configure:31610: result:
1943Package libgtkhtml-2.0 was not found in the pkg-config search path.
1944Perhaps you should add the directory containing `libgtkhtml-2.0.pc'
1945to the PKG_CONFIG_PATH environment variable
1946No package 'libgtkhtml-2.0' found
1947configure:31618: WARNING: *** Help browser plug-in will not be built (GtkHtml2 not found) ***
1948configure:31648: checking for SVG_CFLAGS
1949configure:31656: $PKG_CONFIG --exists "librsvg-2.0 >= 2.2.0" >/dev/null 2>&1
1950configure:31659: $? = 1
1951configure:31669: result:
1952configure:31671: checking for SVG_LIBS
1953configure:31679: $PKG_CONFIG --exists "librsvg-2.0 >= 2.2.0" >/dev/null 2>&1
1954configure:31682: $? = 1
1955configure:31692: result:
1956Package librsvg-2.0 was not found in the pkg-config search path.
1957Perhaps you should add the directory containing `librsvg-2.0.pc'
1958to the PKG_CONFIG_PATH environment variable
1959No package 'librsvg-2.0' found
1960configure:31700: WARNING: *** SVG import plug-in will not be built (librsvg not found) ***
1961configure:31767: checking for gimpprint-config
1962configure:31785: found /opt/local/bin/gimpprint-config
1963configure:31798: result: /opt/local/bin/gimpprint-config
1964configure:31806: checking for GIMP-PRINT - version >= 4.2.0
1965configure:31917: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -I/opt/local/include -L/opt/local/lib conftest.c -L/opt/local/lib -lgimpprint -lm  >&5
1966ld: warning prebinding disabled because dependent library: /opt/local/lib/libgimpprint.1.dylib is not prebound
1967ld: Undefined symbols:
1968_bindtextdomain
1969_dgettext
1970configure:31920: $? = 1
1971configure: program exited with status 1
1972configure: failed program was:
1973| /* confdefs.h.  */
1974|
1975| #define PACKAGE_NAME "GIMP"
1976| #define PACKAGE_TARNAME "gimp"
1977| #define PACKAGE_VERSION "2.2.8"
1978| #define PACKAGE_STRING "GIMP 2.2.8"
1979| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
1980| #define GETTEXT_PACKAGE "gimp20"
1981| #define STDC_HEADERS 1
1982| #define HAVE_SYS_TYPES_H 1
1983| #define HAVE_SYS_STAT_H 1
1984| #define HAVE_STDLIB_H 1
1985| #define HAVE_STRING_H 1
1986| #define HAVE_MEMORY_H 1
1987| #define HAVE_STRINGS_H 1
1988| #define HAVE_INTTYPES_H 1
1989| #define HAVE_STDINT_H 1
1990| #define HAVE_UNISTD_H 1
1991| #define HAVE_DLFCN_H 1
1992| #ifdef __cplusplus
1993| extern "C" void std::exit (int) throw (); using std::exit;
1994| #endif
1995| #define ARCH_PPC 1
1996| #define HAVE_DIRENT_H 1
1997| #define STDC_HEADERS 1
1998| #define HAVE_SYS_WAIT_H 1
1999| #define TIME_WITH_SYS_TIME 1
2000| #define HAVE_SYS_PARAM_H 1
2001| #define HAVE_SYS_TIME_H 1
2002| #define HAVE_SYS_TIMES_H 1
2003| #define HAVE_SYS_WAIT_H 1
2004| #define HAVE_UNISTD_H 1
2005| #define RETSIGTYPE void
2006| #define HAVE_VPRINTF 1
2007| #define HAVE_ALLOCA_H 1
2008| #define HAVE_ALLOCA 1
2009| #define HAVE_DIFFTIME 1
2010| #define HAVE_PUTENV 1
2011| #define HAVE_MMAP 1
2012| #define HAVE_LOCALE_H 1
2013| #define HAVE_LC_MESSAGES 1
2014| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2015| #define HAVE_GETTEXT 1
2016| #define HAVE_DCGETTEXT 1
2017| #define ENABLE_NLS 1
2018| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2019| #define HAVE_MATH_H 1
2020| #define HAVE_FINITE 1
2021| #define HAVE_RINT 1
2022| #define HAVE_INET_NTOA 1
2023| #define USE_ALTIVEC 1
2024| #define HAVE_MMAN_H 1
2025| #define USE_POSIX_SHM 1
2026| #define ENABLE_MP 1
2027| #define HAVE_X11_XMU_WINUTIL_H 1
2028| #define HAVE_PROGRESSIVE_JPEG 1
2029| #define HAVE_EXIF 1
2030| /* end confdefs.h.  */
2031|
2032| #include <gimp-print/gimp-print.h>
2033| #include <stdio.h>
2034| #include <stdlib.h>
2035| #include <string.h>
2036|
2037| int
2038| main ()
2039| {
2040|   int major, minor, micro;
2041|   char *tmp_version;
2042|
2043|   system ("touch conf.gimpprinttest");
2044|
2045|   /* HP/UX 9 (%@#!) writes to sscanf strings */
2046|   tmp_version = strdup("4.2.0");
2047|   if (!tmp_version) {
2048|      exit(1);
2049|    }
2050|   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
2051|      printf("%s, bad version string\n", "4.2.0");
2052|      exit(1);
2053|    }
2054|
2055|   if ((gimpprint_major_version != 4) ||
2056|       (gimpprint_minor_version != 2) ||
2057|       (gimpprint_micro_version != 6))
2058|     {
2059|       printf("\n*** 'gimpprint-config --version' returned %d.%d.%d, but GIMP-PRINT (%d.%d.%d)\n",
2060|              4, 2, 6,
2061|              gimpprint_major_version, gimpprint_minor_version, gimpprint_micro_version);
2062|       printf ("*** was found! If gimpprint-config was correct, then it is best\n");
2063|       printf ("*** to remove the old version of GIMP-PRINT. You may also be able to fix the\n");
2064|       printf("*** error by modifying your LD_LIBRARY_PATH enviroment variable, or by\n");
2065|       printf("*** editing /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
2066|       printf("*** required on your system.\n");
2067|       printf("*** If gimpprint-config was wrong, set the environment variable GIMPPRINT_CONFIG\n");
2068|       printf("*** to point to the correct copy of gimpprint-config, and remove the file\n");
2069|       printf("*** config.cache before re-running configure\n");
2070|     }
2071| #if defined (GIMPPRINT_MAJOR_VERSION) && defined (GIMPPRINT_MINOR_VERSION) && defined (GIMPPRINT_MICRO_VERSION)
2072|   else if ((gimpprint_major_version != GIMPPRINT_MAJOR_VERSION) ||
2073|          (gimpprint_minor_version != GIMPPRINT_MINOR_VERSION) ||
2074|            (gimpprint_micro_version != GIMPPRINT_MICRO_VERSION))
2075|     {
2076|       printf("\n*** GIMP-PRINT header files (version %d.%d.%d) do not match\n",
2077|            GIMPPRINT_MAJOR_VERSION, GIMPPRINT_MINOR_VERSION, GIMPPRINT_MICRO_VERSION);
2078|       printf("*** library (version %d.%d.%d)\n",
2079|            gimpprint_major_version, gimpprint_minor_version, gimpprint_micro_version);
2080|     }
2081| #endif /* defined (GIMPPRINT_MAJOR_VERSION) ... */
2082|   else
2083|     {
2084|       if ((gimpprint_major_version > major) ||
2085|         ((gimpprint_major_version == major) && (gimpprint_minor_version > minor)) ||
2086|         ((gimpprint_major_version == major) && (gimpprint_minor_version == minor) && (gimpprint_micro_version >= micro)))
2087|       {
2088|         return 0;
2089|        }
2090|      else
2091|       {
2092|         printf("\n*** An old version of GIMP-PRINT (%d.%d.%d) was found.\n",
2093|                gimpprint_major_version, gimpprint_minor_version, gimpprint_micro_version);
2094|         printf("*** You need a version of GIMP-PRINT newer than %d.%d.%d. The latest version of\n",
2095|              major, minor, micro);
2096|         printf("*** GIMP-PRINT is always available from\n");
2097|       printf("*** http://sourceforge.net/project/showfiles.php?group_id=1537.\n");
2098|         printf("***\n");
2099|         printf("*** If you have already installed a sufficiently new version, this error\n");
2100|         printf("*** probably means that the wrong copy of the gimpprint-config shell script is\n");
2101|         printf("*** being found. The easiest way to fix this is to remove the old version\n");
2102|         printf("*** of GIMP-PRINT, but you can also set the GIMPPRINT_CONFIG environment to\n");
2103|         printf("*** point to the correct copy of gimpprint-config. (In this case, you will have\n");
2104|         printf("*** to modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
2105|         printf("*** so that the correct libraries are found at run-time))\n");
2106|       }
2107|     }
2108|   return 1;
2109| }
2110|
2111configure:31968: result: no
2112configure:32002: gcc -o conftest -faltivec -maltivec -Wall -I/opt/local/include -I/opt/local/include -L/opt/local/lib conftest.c  -L/opt/local/lib -lgimpprint -lm >&5
2113ld: warning prebinding disabled because dependent library: /opt/local/lib/libgimpprint.1.dylib is not prebound
2114ld: Undefined symbols:
2115_bindtextdomain
2116_dgettext
2117configure:32008: $? = 1
2118configure: failed program was:
2119| /* confdefs.h.  */
2120|
2121| #define PACKAGE_NAME "GIMP"
2122| #define PACKAGE_TARNAME "gimp"
2123| #define PACKAGE_VERSION "2.2.8"
2124| #define PACKAGE_STRING "GIMP 2.2.8"
2125| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
2126| #define GETTEXT_PACKAGE "gimp20"
2127| #define STDC_HEADERS 1
2128| #define HAVE_SYS_TYPES_H 1
2129| #define HAVE_SYS_STAT_H 1
2130| #define HAVE_STDLIB_H 1
2131| #define HAVE_STRING_H 1
2132| #define HAVE_MEMORY_H 1
2133| #define HAVE_STRINGS_H 1
2134| #define HAVE_INTTYPES_H 1
2135| #define HAVE_STDINT_H 1
2136| #define HAVE_UNISTD_H 1
2137| #define HAVE_DLFCN_H 1
2138| #ifdef __cplusplus
2139| extern "C" void std::exit (int) throw (); using std::exit;
2140| #endif
2141| #define ARCH_PPC 1
2142| #define HAVE_DIRENT_H 1
2143| #define STDC_HEADERS 1
2144| #define HAVE_SYS_WAIT_H 1
2145| #define TIME_WITH_SYS_TIME 1
2146| #define HAVE_SYS_PARAM_H 1
2147| #define HAVE_SYS_TIME_H 1
2148| #define HAVE_SYS_TIMES_H 1
2149| #define HAVE_SYS_WAIT_H 1
2150| #define HAVE_UNISTD_H 1
2151| #define RETSIGTYPE void
2152| #define HAVE_VPRINTF 1
2153| #define HAVE_ALLOCA_H 1
2154| #define HAVE_ALLOCA 1
2155| #define HAVE_DIFFTIME 1
2156| #define HAVE_PUTENV 1
2157| #define HAVE_MMAP 1
2158| #define HAVE_LOCALE_H 1
2159| #define HAVE_LC_MESSAGES 1
2160| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2161| #define HAVE_GETTEXT 1
2162| #define HAVE_DCGETTEXT 1
2163| #define ENABLE_NLS 1
2164| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2165| #define HAVE_MATH_H 1
2166| #define HAVE_FINITE 1
2167| #define HAVE_RINT 1
2168| #define HAVE_INET_NTOA 1
2169| #define USE_ALTIVEC 1
2170| #define HAVE_MMAN_H 1
2171| #define USE_POSIX_SHM 1
2172| #define ENABLE_MP 1
2173| #define HAVE_X11_XMU_WINUTIL_H 1
2174| #define HAVE_PROGRESSIVE_JPEG 1
2175| #define HAVE_EXIF 1
2176| /* end confdefs.h.  */
2177|
2178| #include <gimp-print/gimp-print.h>
2179| #include <stdio.h>
2180| #include <string.h>
2181|
2182| int
2183| main ()
2184| {
2185|  return ((gimpprint_major_version) || (gimpprint_minor_version) || (gimpprint_micro_version));
2186|   ;
2187|   return 0;
2188| }
2189configure:32061: error:
2190*** Check for libgimpprint failed. You can download it from
2191*** http://gimp-print.sourceforge.net/ or you can build without it by passing
2192*** --disable-print to configure (but you won't be able to print then).
2193
2194## ---------------- ##
2195## Cache variables. ##
2196## ---------------- ##
2197
2198ac_cv_build=powerpc-apple-darwin7.9.0
2199ac_cv_build_alias=powerpc-apple-darwin7.9.0
2200ac_cv_c_compiler_gnu=yes
2201ac_cv_cxx_compiler_gnu=yes
2202ac_cv_env_CC_set=
2203ac_cv_env_CC_value=
2204ac_cv_env_CFLAGS_set=set
2205ac_cv_env_CFLAGS_value='-faltivec -maltivec'
2206ac_cv_env_CPPFLAGS_set=set
2207ac_cv_env_CPPFLAGS_value=-I/opt/local/include
2208ac_cv_env_CPP_set=
2209ac_cv_env_CPP_value=
2210ac_cv_env_CXXCPP_set=
2211ac_cv_env_CXXCPP_value=
2212ac_cv_env_CXXFLAGS_set=
2213ac_cv_env_CXXFLAGS_value=
2214ac_cv_env_CXX_set=
2215ac_cv_env_CXX_value=
2216ac_cv_env_EXIF_CFLAGS_set=
2217ac_cv_env_EXIF_CFLAGS_value=
2218ac_cv_env_EXIF_LIBS_set=
2219ac_cv_env_EXIF_LIBS_value=
2220ac_cv_env_F77_set=
2221ac_cv_env_F77_value=
2222ac_cv_env_FFLAGS_set=
2223ac_cv_env_FFLAGS_value=
2224ac_cv_env_FONTCONFIG_CFLAGS_set=
2225ac_cv_env_FONTCONFIG_CFLAGS_value=
2226ac_cv_env_FONTCONFIG_LIBS_set=
2227ac_cv_env_FONTCONFIG_LIBS_value=
2228ac_cv_env_GDK_PIXBUF_CFLAGS_set=
2229ac_cv_env_GDK_PIXBUF_CFLAGS_value=
2230ac_cv_env_GDK_PIXBUF_LIBS_set=
2231ac_cv_env_GDK_PIXBUF_LIBS_value=
2232ac_cv_env_GMODULE_CFLAGS_set=
2233ac_cv_env_GMODULE_CFLAGS_value=
2234ac_cv_env_GMODULE_LIBS_set=
2235ac_cv_env_GMODULE_LIBS_value=
2236ac_cv_env_GTKHTML2_CFLAGS_set=
2237ac_cv_env_GTKHTML2_CFLAGS_value=
2238ac_cv_env_GTKHTML2_LIBS_set=
2239ac_cv_env_GTKHTML2_LIBS_value=
2240ac_cv_env_LDFLAGS_set=set
2241ac_cv_env_LDFLAGS_value=-L/opt/local/lib
2242ac_cv_env_LIBART_CFLAGS_set=
2243ac_cv_env_LIBART_CFLAGS_value=
2244ac_cv_env_LIBART_LIBS_set=
2245ac_cv_env_LIBART_LIBS_value=
2246ac_cv_env_PANGOFT2_CFLAGS_set=
2247ac_cv_env_PANGOFT2_CFLAGS_value=
2248ac_cv_env_PANGOFT2_LIBS_set=
2249ac_cv_env_PANGOFT2_LIBS_value=
2250ac_cv_env_PKG_CONFIG_set=
2251ac_cv_env_PKG_CONFIG_value=
2252ac_cv_env_PYGTK_CFLAGS_set=
2253ac_cv_env_PYGTK_CFLAGS_value=
2254ac_cv_env_PYGTK_LIBS_set=
2255ac_cv_env_PYGTK_LIBS_value=
2256ac_cv_env_SVG_CFLAGS_set=
2257ac_cv_env_SVG_CFLAGS_value=
2258ac_cv_env_SVG_LIBS_set=
2259ac_cv_env_SVG_LIBS_value=
2260ac_cv_env_build_alias_set=
2261ac_cv_env_build_alias_value=
2262ac_cv_env_host_alias_set=
2263ac_cv_env_host_alias_value=
2264ac_cv_env_target_alias_set=
2265ac_cv_env_target_alias_value=
2266ac_cv_exeext=
2267ac_cv_f77_compiler_gnu=no
2268ac_cv_func__doprnt=no
2269ac_cv_func_alloca_works=yes
2270ac_cv_func_bind_textdomain_codeset=yes
2271ac_cv_func_connect=yes
2272ac_cv_func_dcgettext=yes
2273ac_cv_func_difftime=yes
2274ac_cv_func_finite=yes
2275ac_cv_func_gethostbyname=yes
2276ac_cv_func_inet_ntoa=yes
2277ac_cv_func_mmap=yes
2278ac_cv_func_putenv=yes
2279ac_cv_func_remove=yes
2280ac_cv_func_rint=yes
2281ac_cv_func_shm_open=yes
2282ac_cv_func_shmat=yes
2283ac_cv_func_vprintf=yes
2284ac_cv_have_x='have_x=yes                ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
2285ac_cv_header_X11_Xmu_WinUtil_h=yes
2286ac_cv_header_X11_xpm_h=yes
2287ac_cv_header_aalib_h=yes
2288ac_cv_header_dirent_dirent_h=yes
2289ac_cv_header_dlfcn_h=yes
2290ac_cv_header_ieeefp_h=no
2291ac_cv_header_inttypes_h=yes
2292ac_cv_header_libintl_h=yes
2293ac_cv_header_libmng_h=yes
2294ac_cv_header_locale_h=yes
2295ac_cv_header_math_h=yes
2296ac_cv_header_memory_h=yes
2297ac_cv_header_png_h=yes
2298ac_cv_header_stdc=yes
2299ac_cv_header_stdint_h=yes
2300ac_cv_header_stdlib_h=yes
2301ac_cv_header_string_h=yes
2302ac_cv_header_strings_h=yes
2303ac_cv_header_sys_mman_h=yes
2304ac_cv_header_sys_param_h=yes
2305ac_cv_header_sys_stat_h=yes
2306ac_cv_header_sys_time_h=yes
2307ac_cv_header_sys_times_h=yes
2308ac_cv_header_sys_types_h=yes
2309ac_cv_header_sys_wait_h=yes
2310ac_cv_header_tiffio_h=yes
2311ac_cv_header_time=yes
2312ac_cv_header_unistd_h=yes
2313ac_cv_header_zlib_h=yes
2314ac_cv_host=powerpc-apple-darwin7.9.0
2315ac_cv_host_alias=powerpc-apple-darwin7.9.0
2316ac_cv_lib_ICE_IceConnectionNumber=yes
2317ac_cv_lib_Xmu_XmuClientWindow=yes
2318ac_cv_lib_Xpm_XpmReadFileToXpmImage=yes
2319ac_cv_lib_aa_aa_printf=yes
2320ac_cv_lib_cposix_strerror=no
2321ac_cv_lib_intl_bindtextdomain=yes
2322ac_cv_lib_intl_dgettext=yes
2323ac_cv_lib_intl_ngettext=yes
2324ac_cv_lib_jpeg_jpeg_destroy_decompress=yes
2325ac_cv_lib_jpeg_jpeg_simple_progression=yes
2326ac_cv_lib_mng_mng_create=yes
2327ac_cv_lib_png_png_read_info=yes
2328ac_cv_lib_pthread_pthread_attr_init=yes
2329ac_cv_lib_socket_socket=no
2330ac_cv_lib_tiff_TIFFReadScanline=yes
2331ac_cv_lib_z_gzsetparams=yes
2332ac_cv_objext=o
2333ac_cv_path_FREETYPE_CONFIG=/opt/local/bin/freetype-config
2334ac_cv_path_GDK_PIXBUF_CSOURCE=/opt/local/bin/gdk-pixbuf-csource
2335ac_cv_path_GIMPPRINT_CONFIG=/opt/local/bin/gimpprint-config
2336ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
2337ac_cv_path_INTLTOOL_ICONV=/opt/local/bin/iconv
2338ac_cv_path_INTLTOOL_MSGFMT=/opt/local/bin/msgfmt
2339ac_cv_path_INTLTOOL_MSGMERGE=/opt/local/bin/msgmerge
2340ac_cv_path_INTLTOOL_PERL=/opt/local/bin/perl
2341ac_cv_path_INTLTOOL_XGETTEXT=/opt/local/bin/xgettext
2342ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
2343ac_cv_path_PKG_CONFIG=/opt/local/bin/pkg-config
2344ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
2345ac_cv_path_install='/usr/bin/install -c'
2346ac_cv_prog_AWK=awk
2347ac_cv_prog_CPP='gcc -E'
2348ac_cv_prog_CXXCPP='g++ -E'
2349ac_cv_prog_ac_ct_AR=ar
2350ac_cv_prog_ac_ct_CC=gcc
2351ac_cv_prog_ac_ct_CXX=g++
2352ac_cv_prog_ac_ct_RANLIB=ranlib
2353ac_cv_prog_ac_ct_STRIP=strip
2354ac_cv_prog_cc_g=yes
2355ac_cv_prog_cc_stdc=
2356ac_cv_prog_cxx_g=yes
2357ac_cv_prog_egrep='grep -E'
2358ac_cv_prog_f77_g=no
2359ac_cv_prog_make_make_set=yes
2360ac_cv_search_opendir='none required'
2361ac_cv_sys_file_offset_bits=no
2362ac_cv_sys_large_files=no
2363ac_cv_sys_largefile_CC=no
2364ac_cv_type_pid_t=yes
2365ac_cv_type_signal=void
2366ac_cv_working_alloca_h=yes
2367am_cv_CC_dependencies_compiler_type=gcc3
2368am_cv_CXX_dependencies_compiler_type=gcc3
2369am_cv_prog_cc_stdc=
2370am_cv_val_LC_MESSAGES=yes
2371gt_cv_func_dgettext_libc=no
2372gt_cv_func_dgettext_libintl=yes
2373gt_cv_func_ngettext_libc=no
2374gt_cv_have_gettext=yes
2375lt_cv_deplibs_check_method=pass_all
2376lt_cv_file_magic_cmd='$MAGIC_CMD'
2377lt_cv_file_magic_test_file=
2378lt_cv_ld_reload_flag=-r
2379lt_cv_objdir=.libs
2380lt_cv_path_LD=/usr/bin/ld
2381lt_cv_path_LDCXX=/usr/bin/ld
2382lt_cv_path_NM='/usr/bin/nm -p'
2383lt_cv_path_SED=/usr/bin/sed
2384lt_cv_prog_compiler_c_o=yes
2385lt_cv_prog_compiler_c_o_CXX=yes
2386lt_cv_prog_compiler_rtti_exceptions=no
2387lt_cv_prog_gnu_ld=no
2388lt_cv_prog_gnu_ldcxx=no
2389lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
2390lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
2391lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
2392lt_cv_sys_max_cmd_len=65536
2393lt_lt_cv_prog_compiler_c_o='"yes"'
2394lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
2395lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([BCDEGRST][BCDEGRST]*\\)[   ][      ]*\\(_\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
2396lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
2397lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
2398pkg_cv_EXIF_CFLAGS='-I/opt/local/include/libexif -I/opt/local/include  '
2399pkg_cv_EXIF_LIBS='-L/opt/local/lib -lexif -lm  '
2400pkg_cv_FONTCONFIG_CFLAGS='-I/opt/local/include  '
2401pkg_cv_FONTCONFIG_LIBS='-L/opt/local/lib -lfontconfig  '
2402pkg_cv_GDK_PIXBUF_CFLAGS='-I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  '
2403pkg_cv_GDK_PIXBUF_LIBS='-L/opt/local/lib -lgdk_pixbuf-2.0 -ltiff -ljpeg -lpng12 -lz -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  '
2404pkg_cv_GMODULE_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  '
2405pkg_cv_GMODULE_LIBS='-L/opt/local/lib -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -lintl -liconv  '
2406pkg_cv_LIBART_CFLAGS='-I/opt/local/include/libart-2.0  '
2407pkg_cv_LIBART_LIBS='-L/opt/local/lib -lart_lgpl_2  '
2408pkg_cv_PANGOFT2_CFLAGS='-I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  '
2409pkg_cv_PANGOFT2_LIBS='-L/opt/local/lib -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  '
2410
2411## ----------------- ##
2412## Output variables. ##
2413## ----------------- ##
2414
2415AA='aa$(EXEEXT)'
2416ACLOCAL='${SHELL} /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_gimp2/work/gimp-2.2.8/missing --run aclocal-1.7 '
2417ALLOCA=''
2418ALSA_CFLAGS=''
2419ALSA_LIBS=''
2420AMDEPBACKSLASH='\'
2421AMDEP_FALSE='#'
2422AMDEP_TRUE=''
2423AMTAR='${SHELL} /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_gimp2/work/gimp-2.2.8/missing --run tar'
2424AR='ar'
2425AS='as'
2426AUTOCONF='${SHELL} /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_gimp2/work/gimp-2.2.8/missing --run autoconf'
2427AUTOHEADER='${SHELL} /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_gimp2/work/gimp-2.2.8/missing --run autoheader'
2428AUTOMAKE='${SHELL} /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_gimp2/work/gimp-2.2.8/missing --run automake-1.7'
2429AWK='awk'
2430BUILD_HELPBROWSER_FALSE=''
2431BUILD_HELPBROWSER_TRUE='#'
2432BUILD_PRINT_FALSE=''
2433BUILD_PRINT_TRUE=''
2434BUILD_PYTHON_FALSE=''
2435BUILD_PYTHON_TRUE=''
2436BUILD_XJT_FALSE='#'
2437BUILD_XJT_TRUE=''
2438CATALOGS=' bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo es.gmo eu.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hu.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo ms.gmo nb.gmo nl.gmo no.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sr.gmo sr@Latn.gmo sv.gmo tr.gmo uk.gmo vi.gmo yi.gmo zh_CN.gmo zh_TW.gmo'
2439CATOBJEXT='.gmo'
2440CC='gcc'
2441CCAS='$(CC)'
2442CCASFLAGS='$(CFLAGS)'
2443CCDEPMODE='depmode=gcc3'
2444CFLAGS='-faltivec -maltivec -Wall'
2445CPP='gcc -E'
2446CPPFLAGS='-I/opt/local/include'
2447CXX='g++'
2448CXXCPP='g++ -E'
2449CXXDEPMODE='depmode=gcc3'
2450CXXFLAGS='-g -O2'
2451CYGPATH_W='echo'
2452DATADIRNAME='share'
2453DEFAULT_BINARY_FALSE=''
2454DEFAULT_BINARY_TRUE=''
2455DEFS=''
2456DEPDIR='.deps'
2457DESKTOP_DATADIR=''
2458DESKTOP_DATADIR_FALSE=''
2459DESKTOP_DATADIR_TRUE=''
2460DLLTOOL='dlltool'
2461ECHO='echo'
2462ECHO_C=''
2463ECHO_N='-n'
2464ECHO_T=''
2465EGREP='grep -E'
2466ENABLE_GIMP_CONSOLE_FALSE=''
2467ENABLE_GIMP_CONSOLE_TRUE=''
2468ENABLE_GTK_DOC_FALSE=''
2469ENABLE_GTK_DOC_TRUE=''
2470EXEEXT=''
2471EXIF_CFLAGS='-I/opt/local/include/libexif -I/opt/local/include  '
2472EXIF_LIBS='-L/opt/local/lib -lexif -lm  '
2473F77=''
2474FFLAGS=''
2475FONTCONFIG_CFLAGS='-I/opt/local/include  '
2476FONTCONFIG_LIBS='-L/opt/local/lib -lfontconfig  '
2477FONTCONFIG_REQUIRED_VERSION='2.2.0'
2478FREETYPE_CONFIG='/opt/local/bin/freetype-config'
2479FREETYPE_LIBS='-L/opt/local/lib -lfreetype -lz'
2480GDK_PIXBUF_CFLAGS='-I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  '
2481GDK_PIXBUF_CSOURCE='/opt/local/bin/gdk-pixbuf-csource'
2482GDK_PIXBUF_LIBS='-L/opt/local/lib -lgdk_pixbuf-2.0 -ltiff -ljpeg -lpng12 -lz -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  '
2483GDK_PIXBUF_REQUIRED_VERSION='2.4.4'
2484GETTEXT_PACKAGE='gimp20'
2485GIMPINSTALL=''
2486GIMPPRINT_CFLAGS=''
2487GIMPPRINT_CONFIG='/opt/local/bin/gimpprint-config'
2488GIMPPRINT_LIBS=''
2489GIMPPRINT_REQUIRED_VERSION='4.2.0'
2490GIMPPRINT_TOONEW_VERSION='4.3.0'
2491GIMP_API_VERSION='2.0'
2492GIMP_APP_VERSION='2.2'
2493GIMP_BINARY_AGE='208'
2494GIMP_DATA_VERSION='2.0'
2495GIMP_DESKTOP_ICON='wilber-icon.png'
2496GIMP_FULL_NAME='The GIMP'
2497GIMP_INTERFACE_AGE='8'
2498GIMP_MAJOR_VERSION='2'
2499GIMP_MICRO_VERSION='8'
2500GIMP_MINOR_VERSION='2'
2501GIMP_MKENUMS=''
2502GIMP_MODULES=''
2503GIMP_MP_FLAGS='-D_REENTRANT'
2504GIMP_MP_LIBS='-lpthread'
2505GIMP_PKGCONFIG_VERSION='2.0'
2506GIMP_PLUGINS=''
2507GIMP_PLUGIN_VERSION='2.0'
2508GIMP_REAL_VERSION='2.2.8'
2509GIMP_REMOTE='gimp-remote-2.2'
2510GIMP_SYSCONF_VERSION='2.0'
2511GIMP_THREAD_FLAGS=''
2512GIMP_THREAD_LIBS=''
2513GIMP_TOOL_VERSION='2.0'
2514GIMP_UNSTABLE='no'
2515GIMP_USER_VERSION='2.2'
2516GIMP_VERSION='2.2.8'
2517GLIB_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  '
2518GLIB_GENMARSHAL='glib-genmarshal'
2519GLIB_LIBS='-L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl -liconv  '
2520GLIB_MKENUMS='glib-mkenums'
2521GLIB_REQUIRED_VERSION='2.4.5'
2522GMODULE_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  '
2523GMODULE_LIBS='-L/opt/local/lib -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -lintl -liconv  '
2524GMOFILES=' bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo es.gmo eu.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hu.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo ms.gmo nb.gmo nl.gmo no.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sr.gmo sr@Latn.gmo sv.gmo tr.gmo uk.gmo vi.gmo yi.gmo zh_CN.gmo zh_TW.gmo'
2525GMSGFMT='/opt/local/bin/msgfmt'
2526GOBJECT_QUERY='gobject-query'
2527GTKDOC_REQUIRED_VERSION='1.0'
2528GTKHTML2_CFLAGS=''
2529GTKHTML2_LIBS=''
2530GTKHTML2_REQUIRED_VERSION='2.0.0'
2531GTK_CFLAGS='-DXTHREADS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  '
2532GTK_DOC_USE_LIBTOOL_FALSE=''
2533GTK_DOC_USE_LIBTOOL_TRUE=''
2534GTK_LIBS='-L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -ltiff -ljpeg -lpng12 -lz -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  '
2535GTK_REQUIRED_VERSION='2.4.4'
2536HAVE_FINITE=''
2537HAVE_GLIBC_REGEX=''
2538HAVE_GLIBC_REGEX_FALSE=''
2539HAVE_GLIBC_REGEX_TRUE='#'
2540HAVE_ISFINITE=''
2541HAVE_LCMS_FALSE=''
2542HAVE_LCMS_TRUE=''
2543HAVE_LINUX_INPUT_FALSE=''
2544HAVE_LINUX_INPUT_TRUE=''
2545HAVE_MAC_TWAIN_FALSE=''
2546HAVE_MAC_TWAIN_TRUE=''
2547HAVE_WINDRES_FALSE=''
2548HAVE_WINDRES_TRUE='#'
2549HAVE_XMLLINT_FALSE=''
2550HAVE_XMLLINT_TRUE=''
2551HAVE_XSLTPROC_FALSE=''
2552HAVE_XSLTPROC_TRUE=''
2553HTML_DIR=''
2554INSTALL_DATA='${INSTALL} -m 644'
2555INSTALL_PROGRAM='${INSTALL}'
2556INSTALL_SCRIPT='${INSTALL}'
2557INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
2558INSTOBJEXT='.mo'
2559INTLLIBS='-lintl '
2560INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2561INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2562INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2563INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
2564INTLTOOL_ICONV='/opt/local/bin/iconv'
2565INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2566INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2567INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
2568INTLTOOL_MSGFMT='/opt/local/bin/msgfmt'
2569INTLTOOL_MSGMERGE='/opt/local/bin/msgmerge'
2570INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
2571INTLTOOL_PERL='/opt/local/bin/perl'
2572INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2573INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2574INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2575INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2576INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2577INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2578INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2579INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2580INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
2581INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2582INTLTOOL_XGETTEXT='/opt/local/bin/xgettext'
2583INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
2584INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2585JPEG='jpeg$(EXEEXT)'
2586LCMS_LIBS=''
2587LDFLAGS='-L/opt/local/lib'
2588LIBAA='-laa'
2589LIBART_CFLAGS='-I/opt/local/include/libart-2.0  '
2590LIBART_LIBS='-L/opt/local/lib -lart_lgpl_2  '
2591LIBJPEG='-ljpeg'
2592LIBMNG='-lmng -ljpeg -lpng -lz'
2593LIBOBJS=''
2594LIBPNG='-lpng -lz'
2595LIBS=''
2596LIBSCREENSHOT=' -L/usr/X11R6/lib -lX11'
2597LIBSVG=''
2598LIBTIFF='-ltiff'
2599LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2600LIBWMF=''
2601LIBXMU=' -L/usr/X11R6/lib  -lSM -lICE -lX11 -lXmu -lXt'
2602LIBXPM=' -L/usr/X11R6/lib  -lSM -lICE -lX11 -lXpm'
2603LIBZ='-lz'
2604LN_S='ln -s'
2605LTLIBOBJS=''
2606LT_CURRENT_MINUS_AGE='0'
2607LT_VERSION_INFO='200:8:200'
2608MAIL=''
2609MAINT='#'
2610MAINTAINER_MODE_FALSE=''
2611MAINTAINER_MODE_TRUE='#'
2612MAKEINFO='${SHELL} /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_gimp2/work/gimp-2.2.8/missing --run makeinfo'
2613MKINSTALLDIRS='./mkinstalldirs'
2614MNG='mng$(EXEEXT)'
2615MSGFMT='/opt/local/bin/msgfmt'
2616MS_LIB_AVAILABLE_FALSE=''
2617MS_LIB_AVAILABLE_TRUE='#'
2618OBJDUMP='objdump'
2619OBJEXT='o'
2620OS_UNIX_FALSE='#'
2621OS_UNIX_TRUE=''
2622OS_WIN32_FALSE=''
2623OS_WIN32_TRUE='#'
2624PACKAGE='gimp'
2625PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP'
2626PACKAGE_NAME='GIMP'
2627PACKAGE_STRING='GIMP 2.2.8'
2628PACKAGE_TARNAME='gimp'
2629PACKAGE_VERSION='2.2.8'
2630PANGOFT2_CFLAGS='-I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include  '
2631PANGOFT2_LIBS='-L/opt/local/lib -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  '
2632PANGOFT2_REQUIRED_VERSION='1.4.0'
2633PATHSEP=':'
2634PATH_SEPARATOR=':'
2635PERL=''
2636PKG_CONFIG='/opt/local/bin/pkg-config'
2637PLATFORM_WIN32_FALSE=''
2638PLATFORM_WIN32_TRUE='#'
2639PNG='png$(EXEEXT)'
2640POFILES=' bg.po ca.po cs.po da.po de.po el.po en_CA.po en_GB.po es.po eu.po fi.po fr.po ga.po gl.po he.po hu.po hr.po id.po it.po ja.po ko.po lt.po ms.po nb.po nl.po no.po pa.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sr.po sr@Latn.po sv.po tr.po uk.po vi.po yi.po zh_CN.po zh_TW.po'
2641POSUB='po'
2642PO_IN_DATADIR_FALSE=''
2643PO_IN_DATADIR_TRUE=''
2644PRINT_CFLAGS=''
2645PRINT_LIBS=''
2646PSP='psp$(EXEEXT)'
2647PYGIMP_EXTRA_CFLAGS=''
2648PYGTK_CFLAGS=''
2649PYGTK_LIBS=''
2650PYTHON=''
2651PYTHON_EXEC_PREFIX=''
2652PYTHON_INCLUDES=''
2653PYTHON_PLATFORM=''
2654PYTHON_PREFIX=''
2655PYTHON_VERSION=''
2656RANLIB='ranlib'
2657RSVG_REQUIRED_VERSION='2.2.0'
2658RT_LIBS=''
2659SCREENSHOT=''
2660SENDMAIL=''
2661SET_MAKE=''
2662SHELL='/bin/sh'
2663SOCKET_LIBS=''
2664STATICLIBS_FALSE=''
2665STATICLIBS_TRUE=''
2666STRIP='strip'
2667SVG=''
2668SVG_CFLAGS=''
2669SVG_LIBS=''
2670SYMPREFIX='_'
2671TIFF='tiff$(EXEEXT)'
2672URL=''
2673USE_NLS='yes'
2674VERSION='2.2.8'
2675WINCLIPBOARD=''
2676WINDRES=':'
2677WINPRINT=''
2678WITH_PDBGEN_FALSE=''
2679WITH_PDBGEN_TRUE=''
2680WMF=''
2681WMF_CFLAGS=''
2682WMF_CONFIG=''
2683WMF_REQUIRED_VERSION='0.2.8'
2684XGETTEXT='/opt/local/bin/xgettext'
2685XMLLINT=''
2686XPM='xpm$(EXEEXT)'
2687XSLTPROC=''
2688X_CFLAGS=' -I/usr/X11R6/include'
2689X_EXTRA_LIBS=''
2690X_LIBS=' -L/usr/X11R6/lib'
2691X_PRE_LIBS=' -lSM -lICE'
2692ac_ct_AR='ar'
2693ac_ct_AS=''
2694ac_ct_CC='gcc'
2695ac_ct_CXX='g++'
2696ac_ct_DLLTOOL=''
2697ac_ct_F77=''
2698ac_ct_OBJDUMP=''
2699ac_ct_RANLIB='ranlib'
2700ac_ct_STRIP='strip'
2701ac_ct_WINDRES=''
2702ac_pt_PKG_CONFIG=''
2703am__fastdepCC_FALSE='#'
2704am__fastdepCC_TRUE=''
2705am__fastdepCXX_FALSE='#'
2706am__fastdepCXX_TRUE=''
2707am__include='include'
2708am__leading_dot='.'
2709am__quote=''
2710bindir='${exec_prefix}/bin'
2711build='powerpc-apple-darwin7.9.0'
2712build_alias=''
2713build_cpu='powerpc'
2714build_os='darwin7.9.0'
2715build_vendor='apple'
2716datadir='${prefix}/share'
2717exec_prefix='NONE'
2718gimpdatadir=''
2719gimpdir=''
2720gimpplugindir=''
2721gimpsysconfdir=''
2722host='powerpc-apple-darwin7.9.0'
2723host_alias=''
2724host_cpu='powerpc'
2725host_os='darwin7.9.0'
2726host_vendor='apple'
2727includedir='${prefix}/include'
2728infodir='${prefix}/info'
2729install_sh='/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_gimp2/work/gimp-2.2.8/install-sh'
2730libdir='${exec_prefix}/lib'
2731libexecdir='${exec_prefix}/libexec'
2732localedir=''
2733localstatedir='${prefix}/var'
2734mandir='/opt/local/share/man'
2735mkdir_p='mkdir -p -- .'
2736ms_librarian=''
2737oldincludedir='/usr/include'
2738pkgpyexecdir=''
2739pkgpythondir=''
2740prefix='/opt/local'
2741program_transform_name='s,x,x,'
2742pyexecdir=''
2743pythondir=''
2744sbindir='${exec_prefix}/sbin'
2745sharedstatedir='${prefix}/com'
2746sysconfdir='${prefix}/etc'
2747target_alias=''
2748
2749## ----------- ##
2750## confdefs.h. ##
2751## ----------- ##
2752
2753#define ARCH_PPC 1
2754#define ENABLE_MP 1
2755#define ENABLE_NLS 1
2756#define GETTEXT_PACKAGE "gimp20"
2757#define HAVE_ALLOCA 1
2758#define HAVE_ALLOCA_H 1
2759#define HAVE_BIND_TEXTDOMAIN_CODESET 1
2760#define HAVE_BIND_TEXTDOMAIN_CODESET 1
2761#define HAVE_DCGETTEXT 1
2762#define HAVE_DIFFTIME 1
2763#define HAVE_DIRENT_H 1
2764#define HAVE_DLFCN_H 1
2765#define HAVE_EXIF 1
2766#define HAVE_FINITE 1
2767#define HAVE_GETTEXT 1
2768#define HAVE_INET_NTOA 1
2769#define HAVE_INTTYPES_H 1
2770#define HAVE_LC_MESSAGES 1
2771#define HAVE_LOCALE_H 1
2772#define HAVE_MATH_H 1
2773#define HAVE_MEMORY_H 1
2774#define HAVE_MMAN_H 1
2775#define HAVE_MMAP 1
2776#define HAVE_PROGRESSIVE_JPEG 1
2777#define HAVE_PUTENV 1
2778#define HAVE_RINT 1
2779#define HAVE_STDINT_H 1
2780#define HAVE_STDLIB_H 1
2781#define HAVE_STRINGS_H 1
2782#define HAVE_STRING_H 1
2783#define HAVE_SYS_PARAM_H 1
2784#define HAVE_SYS_STAT_H 1
2785#define HAVE_SYS_TIMES_H 1
2786#define HAVE_SYS_TIME_H 1
2787#define HAVE_SYS_TYPES_H 1
2788#define HAVE_SYS_WAIT_H 1
2789#define HAVE_SYS_WAIT_H 1
2790#define HAVE_UNISTD_H 1
2791#define HAVE_UNISTD_H 1
2792#define HAVE_VPRINTF 1
2793#define HAVE_X11_XMU_WINUTIL_H 1
2794#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
2795#define PACKAGE_NAME "GIMP"
2796#define PACKAGE_STRING "GIMP 2.2.8"
2797#define PACKAGE_TARNAME "gimp"
2798#define PACKAGE_VERSION "2.2.8"
2799#define RETSIGTYPE void
2800#define STDC_HEADERS 1
2801#define STDC_HEADERS 1
2802#define TIME_WITH_SYS_TIME 1
2803#define USE_ALTIVEC 1
2804#define USE_POSIX_SHM 1
2805#endif
2806#ifdef __cplusplus
2807extern "C" void std::exit (int) throw (); using std::exit;
2808
2809configure: exit 1