1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libglade configure 2.6.4, which was
generated by GNU Autoconf 2.62.  Invocation command line was

  $ ./configure --prefix=/opt/local --disable-gtktest --with-xml-catalog=/opt/local/etc/xml/catalog

## --------- ##
## Platform. ##
## --------- ##

hostname = 00.local
uname -m = Power Macintosh
uname -r = 9.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC

/usr/bin/uname -p = powerpc
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
   Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
Kernel configured for a single processor only.
1 processor is physically available.
1 processor is logically available.
Processor type: ppc7450 (PowerPC 7450)
Processor active: 0
Primary memory available: 2.00 gigabytes
Default processor set: 69 tasks, 242 threads, 1 processors
Load average: 3.70, Mach factor: 0.22
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2140: checking for a BSD-compatible install
configure:2208: result: /usr/bin/install -c
configure:2219: checking whether build environment is sane
configure:2262: result: yes
configure:2287: checking for a thread-safe mkdir -p
configure:2326: result: /opt/local/bin/gmkdir -p
configure:2339: checking for gawk
configure:2355: found /opt/local/bin/gawk
configure:2366: result: gawk
configure:2377: checking whether make sets $(MAKE)
configure:2399: result: yes
configure:2655: checking for gcc
configure:2682: result: /usr/bin/gcc-4.0
configure:2920: checking for C compiler version
configure:2928: /usr/bin/gcc-4.0 --version >&5
powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2932: $? = 0
configure:2939: /usr/bin/gcc-4.0 -v >&5
Using built-in specs.
Target: powerpc-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5493)
configure:2943: $? = 0
configure:2950: /usr/bin/gcc-4.0 -V >&5
gcc-4.0: argument to `-V' is missing
configure:2954: $? = 1
configure:2977: checking for C compiler default output file name
configure:2999: /usr/bin/gcc-4.0 -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c  >&5
configure:3003: $? = 0
configure:3041: result: a.out
configure:3058: checking whether the C compiler works
configure:3068: ./a.out
configure:3072: $? = 0
configure:3089: result: yes
configure:3096: checking whether we are cross compiling
configure:3098: result: no
configure:3101: checking for suffix of executables
configure:3108: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c  >&5
configure:3112: $? = 0
configure:3136: result: 
configure:3142: checking for suffix of object files
configure:3168: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:3172: $? = 0
configure:3195: result: o
configure:3199: checking whether we are using the GNU C compiler
configure:3228: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:3235: $? = 0
configure:3252: result: yes
configure:3261: checking whether /usr/bin/gcc-4.0 accepts -g
configure:3291: /usr/bin/gcc-4.0 -c -g -I/opt/local/include conftest.c >&5
configure:3298: $? = 0
configure:3399: result: yes
configure:3416: checking for /usr/bin/gcc-4.0 option to accept ISO C89
configure:3490: /usr/bin/gcc-4.0  -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:3497: $? = 0
configure:3520: result: none needed
configure:3549: checking for style of include used by make
configure:3577: result: GNU
configure:3602: checking dependency style of /usr/bin/gcc-4.0
configure:3693: result: gcc3
configure:3709: checking for library containing strerror
configure:3750: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c  >&5
configure:3757: $? = 0
configure:3788: result: none required
configure:3801: checking how to run the C preprocessor
configure:3841: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c
configure:3848: $? = 0
configure:3879: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3886: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libglade"
| #define PACKAGE_TARNAME "libglade"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "libglade 2.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=libglade"
| #define PACKAGE "libglade"
| #define VERSION "2.6.4"
| #define DEBUG 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3919: result: /usr/bin/gcc-4.0 -E
configure:3948: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c
configure:3955: $? = 0
configure:3986: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3993: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libglade"
| #define PACKAGE_TARNAME "libglade"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "libglade 2.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=libglade"
| #define PACKAGE "libglade"
| #define VERSION "2.6.4"
| #define DEBUG 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4031: checking for grep that handles long lines and -e
configure:4091: result: /usr/bin/grep
configure:4096: checking for egrep
configure:4160: result: /usr/bin/grep -E
configure:4165: checking for ANSI C header files
configure:4195: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:4202: $? = 0
configure:4301: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c  >&5
configure:4305: $? = 0
configure:4311: ./conftest
configure:4315: $? = 0
configure:4333: result: yes
configure:4426: checking build system type
configure:4444: result: powerpc-apple-darwin9.8.0
configure:4466: checking host system type
configure:4481: result: powerpc-apple-darwin9.8.0
configure:4503: checking for a sed that does not truncate output
configure:4559: result: /usr/bin/sed
configure:4573: checking for ld used by /usr/bin/gcc-4.0
configure:4640: result: /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
configure:4649: checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) is GNU ld
configure:4664: result: no
configure:4669: checking for /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld option to reload object files
configure:4676: result: -r
configure:4694: checking for BSD-compatible nm
configure:4743: result: /usr/bin/nm -p
configure:4747: checking whether ln -s works
configure:4751: result: yes
configure:4758: checking how to recognize dependent libraries
configure:4944: result: pass_all
configure:5492: checking for sys/types.h
configure:5513: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:5520: $? = 0
configure:5537: result: yes
configure:5492: checking for sys/stat.h
configure:5513: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:5520: $? = 0
configure:5537: result: yes
configure:5492: checking for stdlib.h
configure:5513: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:5520: $? = 0
configure:5537: result: yes
configure:5492: checking for string.h
configure:5513: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:5520: $? = 0
configure:5537: result: yes
configure:5492: checking for memory.h
configure:5513: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:5520: $? = 0
configure:5537: result: yes
configure:5492: checking for strings.h
configure:5513: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:5520: $? = 0
configure:5537: result: yes
configure:5492: checking for inttypes.h
configure:5513: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:5520: $? = 0
configure:5537: result: yes
configure:5492: checking for stdint.h
configure:5513: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:5520: $? = 0
configure:5537: result: yes
configure:5492: checking for unistd.h
configure:5513: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:5520: $? = 0
configure:5537: result: yes
configure:5566: checking dlfcn.h usability
configure:5583: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:5590: $? = 0
configure:5604: result: yes
configure:5608: checking dlfcn.h presence
configure:5623: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c
configure:5630: $? = 0
configure:5644: result: yes
configure:5677: checking for dlfcn.h
configure:5686: result: yes
configure:5703: checking the maximum length of command line arguments
configure:5815: result: 196608
configure:5827: checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object
configure:5932: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:5935: $? = 0
configure:5939: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[   ]\([BCDEGRST][BCDEGRST]*\)[   ][   ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5942: $? = 0
cannot find nm_test_var in conftest.nm
configure:5932: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:5935: $? = 0
configure:5939: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[   ]\([BCDEGRST][BCDEGRST]*\)[   ][   ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:5942: $? = 0
configure:5994: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c conftstm.o >&5
configure:5997: $? = 0
configure:6035: result: ok
configure:6039: checking for objdir
configure:6054: result: .libs
configure:6146: checking for ar
configure:6162: found /usr/bin/ar
configure:6173: result: ar
configure:6242: checking for ranlib
configure:6258: found /usr/bin/ranlib
configure:6269: result: ranlib
configure:6338: checking for strip
configure:6354: found /usr/bin/strip
configure:6365: result: strip
configure:6622: checking for dsymutil
configure:6638: found /usr/bin/dsymutil
configure:6649: result: dsymutil
configure:6718: checking for nmedit
configure:6734: found /usr/bin/nmedit
configure:6745: result: nmedit
configure:6772: checking for -single_module linker flag
configure:6793: result: yes
configure:6795: checking for -exported_symbols_list linker flag
configure:6825: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
configure:6832: $? = 0
configure:6854: result: yes
configure:6967: checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions
configure:6985: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:6989: $? = 0
configure:7002: result: no
configure:7017: checking for /usr/bin/gcc-4.0 option to produce PIC
configure:7249: result: -fno-common
configure:7257: checking if /usr/bin/gcc-4.0 PIC flag -fno-common works
configure:7275: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include -fno-common -DPIC conftest.c >&5
configure:7279: $? = 0
configure:7292: result: yes
configure:7320: checking if /usr/bin/gcc-4.0 static flag -static works
configure:7348: result: no
configure:7358: checking if /usr/bin/gcc-4.0 supports -c -o file.o
configure:7379: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include -o out/conftest2.o conftest.c >&5
configure:7383: $? = 0
configure:7405: result: yes
configure:7431: checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) supports shared libraries
configure:8419: result: yes
configure:8486: checking dynamic linker characteristics
configure:9090: result: darwin9.8.0 dyld
configure:9114: checking how to hardcode library paths into programs
configure:9139: result: immediate
configure:9153: checking whether stripping libraries is possible
configure:9167: result: yes
configure:9988: checking if libtool supports shared libraries
configure:9990: result: yes
configure:9993: checking whether to build shared libraries
configure:10014: result: yes
configure:10017: checking whether to build static libraries
configure:10021: result: yes
configure:10115: creating libtool
configure:10561: checking for pkg-config
configure:10579: found /opt/local/bin/pkg-config
configure:10592: result: /opt/local/bin/pkg-config
configure:10614: checking for GTK+ - version >= 2.5.0
configure:10769: result: yes (version 2.24.4)
configure:10861: checking for gtk_plug_get_type
configure:10917: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c   >&5
Undefined symbols:
  "_gtk_plug_get_type", referenced from:
      _main in cclFaFoP.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:10924: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libglade"
| #define PACKAGE_TARNAME "libglade"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "libglade 2.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=libglade"
| #define PACKAGE "libglade"
| #define VERSION "2.6.4"
| #define DEBUG 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| /* Define gtk_plug_get_type to an innocuous variant, in case <limits.h> declares gtk_plug_get_type.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_plug_get_type innocuous_gtk_plug_get_type
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_plug_get_type (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_plug_get_type
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_plug_get_type ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_plug_get_type || defined __stub___gtk_plug_get_type
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_plug_get_type ();
|   ;
|   return 0;
| }
configure:10944: result: no
configure:11064: checking pkg-config is at least version 0.9.0
configure:11067: result: yes
configure:11079: checking for LIBGLADE
configure:11086: $PKG_CONFIG --exists --print-errors "  libxml-2.0 >= 2.4.10   atk >= 1.9.0   gtk+-2.0 >= 2.5.0   glib-2.0 >= 2.10.0"
configure:11089: $? = 0
configure:11102: $PKG_CONFIG --exists --print-errors "  libxml-2.0 >= 2.4.10   atk >= 1.9.0   gtk+-2.0 >= 2.5.0   glib-2.0 >= 2.10.0"
configure:11105: $? = 0
configure:11180: result: yes
configure:11185: checking for native Win32
configure:11195: result: no
configure:11206: checking for Win32 platform in general
configure:11216: result: no
configure:11302: checking whether to build gtk-doc documentation
configure:11304: result: no
configure:11324: checking for gtkdoc-check
configure:11342: found /opt/local/bin/gtkdoc-check
configure:11354: result: /opt/local/bin/gtkdoc-check
configure:11366: checking for gtkdoc-rebase
configure:11384: found /opt/local/bin/gtkdoc-rebase
configure:11396: result: /opt/local/bin/gtkdoc-rebase
configure:11472: checking locale.h usability
configure:11489: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:11496: $? = 0
configure:11510: result: yes
configure:11514: checking locale.h presence
configure:11529: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c
configure:11536: $? = 0
configure:11550: result: yes
configure:11583: checking for locale.h
configure:11592: result: yes
configure:11607: checking for LC_MESSAGES
configure:11633: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c  >&5
configure:11640: $? = 0
configure:11660: result: yes
configure:11689: checking libintl.h usability
configure:11706: /usr/bin/gcc-4.0 -c -pipe -O2 -arch ppc -I/opt/local/include conftest.c >&5
configure:11713: $? = 0
configure:11727: result: yes
configure:11731: checking libintl.h presence
configure:11746: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c
configure:11753: $? = 0
configure:11767: result: yes
configure:11800: checking for libintl.h
configure:11807: result: yes
configure:11818: checking for ngettext in libc
configure:11846: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c  >&5
Undefined symbols:
  "_libintl_ngettext", referenced from:
      _main in cchhJDA9.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:11853: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libglade"
| #define PACKAGE_TARNAME "libglade"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "libglade 2.6.4"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=libglade"
| #define PACKAGE "libglade"
| #define VERSION "2.6.4"
| #define DEBUG 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| 
| #include <libintl.h>
| 
| int
| main ()
| {
| return !ngettext ("","", 1)
|   ;
|   return 0;
| }
configure:11874: result: no
configure:12048: checking for bindtextdomain in -lintl
configure:12083: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c -lintl   >&5
configure:12090: $? = 0
configure:12111: result: yes
configure:12114: checking for ngettext in -lintl
configure:12149: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c -lintl   >&5
configure:12156: $? = 0
configure:12177: result: yes
configure:12180: checking for dgettext in -lintl
configure:12215: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c -lintl   >&5
conftest.c:31: warning: conflicting types for built-in function 'dgettext'
configure:12222: $? = 0
configure:12243: result: yes
configure:12416: checking for bind_textdomain_codeset
configure:12472: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c  -lintl  >&5
configure:12479: $? = 0
configure:12501: result: yes
configure:12542: checking for msgfmt
configure:12569: result: /opt/local/bin/msgfmt
configure:12582: checking for dcgettext
configure:12638: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c  -lintl  >&5
conftest.c:49: warning: conflicting types for built-in function 'dcgettext'
configure:12645: $? = 0
configure:12667: result: yes
configure:12679: checking if msgfmt accepts -c
configure:12694: $MSGFMT -c -o /dev/null conftest.foo
configure:12697: $? = 0
configure:12699: result: yes
configure:12709: checking for gmsgfmt
configure:12740: result: /opt/local/bin/msgfmt
configure:12750: checking for xgettext
configure:12777: result: /opt/local/bin/xgettext
configure:12806: /usr/bin/gcc-4.0 -o conftest -pipe -O2 -arch ppc -I/opt/local/include -L/opt/local/lib -arch ppc conftest.c  -lintl  >&5
configure:12813: $? = 0
configure:13085: checking for a Python interpreter with version >= 2.0
configure:13100: python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:13103: $? = 0
configure:13110: result: python
configure:13118: checking for python
configure:13136: found /usr/bin/python
configure:13148: result: /usr/bin/python
configure:13166: checking for python version
configure:13173: result: 2.5
configure:13185: checking for python platform
configure:13192: result: darwin
configure:13199: checking for python script directory
configure:13207: result: /Library/Python/2.5/site-packages
configure:13216: checking for python extension module directory
configure:13224: result: /Library/Python/2.5/site-packages
configure:13245: checking for the Python module xml.parsers.expat
configure:13247: $PYTHON -c "$jh_python_check"
configure:13250: $? = 0
configure:13252: result: yes
configure:13283: checking for XML catalog (/opt/local/etc/xml/catalog)
configure:13286: result: found
configure:13297: checking for xmlcatalog
configure:13315: found /opt/local/bin/xmlcatalog
configure:13328: result: /opt/local/bin/xmlcatalog
configure:13551: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by libglade config.status 2.6.4, which was
generated by GNU Autoconf 2.62.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on 00.local

config.status:868: creating Makefile
config.status:868: creating libglade.spec
config.status:868: creating libglade-zip
config.status:868: creating glade/Makefile
config.status:868: creating doc/Makefile
config.status:868: creating doc/version.xml
config.status:868: creating tests/Makefile
config.status:868: creating libglade-2.0.pc
config.status:868: creating libglade-2.0-uninstalled.pc
config.status:868: creating libglade-convert
config.status:868: creating config.h
config.status:1142: executing depfiles commands
config.status:1142: executing default-1 commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=powerpc-apple-darwin9.8.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/gcc-4.0
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-pipe -O2 -arch ppc'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/opt/local/include
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/opt/local/lib -arch ppc'
ac_cv_env_LIBGLADE_CFLAGS_set=
ac_cv_env_LIBGLADE_CFLAGS_value=
ac_cv_env_LIBGLADE_LIBS_set=
ac_cv_env_LIBGLADE_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_func_gtk_plug_get_type=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=powerpc-apple-darwin9.8.0
ac_cv_lib_intl_bindtextdomain=yes
ac_cv_lib_intl_dgettext=yes
ac_cv_lib_intl_ngettext=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_GTKDOC_CHECK=/opt/local/bin/gtkdoc-check
ac_cv_path_GTKDOC_REBASE=/opt/local/bin/gtkdoc-rebase
ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
ac_cv_path_PKG_CONFIG=/opt/local/bin/pkg-config
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
ac_cv_path_XMLCATALOG=/opt/local/bin/xmlcatalog
ac_cv_path_mkdir=/opt/local/bin/gmkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='/usr/bin/gcc-4.0 -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.0
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_pathless_PYTHON=python
am_cv_python_platform=darwin
am_cv_python_pyexecdir=/Library/Python/2.5/site-packages
am_cv_python_pythondir=/Library/Python/2.5/site-packages
am_cv_python_version=2.5
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=no
gt_cv_func_dgettext_libintl=yes
gt_cv_func_ngettext_libc=no
gt_cv_have_gettext=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
lt_cv_path_NM='/usr/bin/nm -p'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[   ]\([BCDEGRST][BCDEGRST]*\)[   ][   ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
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'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
lt_cv_sys_lib_search_path_spec='/usr/lib/powerpc-apple-darwin9/4.0.1 /usr/lib /opt/local/lib /usr/lib/gcc/powerpc-apple-darwin9/4.0.1 /usr/local/lib'
lt_cv_sys_max_cmd_len=196608
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[   ]\\([BCDEGRST][BCDEGRST]*\\)[   ][   ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
lt_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'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
pkg_cv_LIBGLADE_CFLAGS=
pkg_cv_LIBGLADE_LIBS=

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/libglade2/work/libglade-2.6.4/missing --run aclocal-1.10'
ACLOCAL_AMFLAGS='${ACLOCAL_FLAGS}'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/libglade2/work/libglade-2.6.4/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/libglade2/work/libglade-2.6.4/missing --run autoconf'
AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/libglade2/work/libglade-2.6.4/missing --run autoheader'
AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/libglade2/work/libglade-2.6.4/missing --run automake-1.10'
AWK='gawk'
CATALOGS=''
CATOBJEXT='.gmo'
CC='/usr/bin/gcc-4.0'
CCDEPMODE='depmode=gcc3'
CFLAGS='-pipe -O2 -arch ppc -Wall -std=c9x'
CPP='/usr/bin/gcc-4.0 -E'
CPPFLAGS='-I/opt/local/include'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL='dsymutil'
ECHO='/bin/echo'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
EXEEXT=''
GETTEXT_PACKAGE='libglade-2.0'
GMOFILES=''
GMSGFMT='/opt/local/bin/msgfmt'
GREP='/usr/bin/grep'
GTKDOC_CHECK='/opt/local/bin/gtkdoc-check'
GTKDOC_REBASE='/opt/local/bin/gtkdoc-rebase'
GTK_CFLAGS=''
GTK_DOC_BUILD_HTML_FALSE='#'
GTK_DOC_BUILD_HTML_TRUE=''
GTK_DOC_BUILD_PDF_FALSE=''
GTK_DOC_BUILD_PDF_TRUE='#'
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
GTK_DOC_USE_REBASE_FALSE='#'
GTK_DOC_USE_REBASE_TRUE=''
GTK_LIBS=''
HAVE_PYTHON_FALSE='#'
HAVE_PYTHON_TRUE=''
HAVE_XMLCATALOG_FALSE='#'
HAVE_XMLCATALOG_TRUE=''
HTML_DIR='${datadir}/gtk-doc/html'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS='-lintl '
LDFLAGS='-L/opt/local/lib -arch ppc'
LIBGLADE_CFLAGS=''
LIBGLADE_LIBS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/libglade2/work/libglade-2.6.4/missing --run makeinfo'
MKDIR_P='/opt/local/bin/gmkdir -p'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/opt/local/bin/msgfmt'
MSGFMT_OPTS='-c'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
PACKAGE='libglade'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libglade'
PACKAGE_NAME='libglade'
PACKAGE_STRING='libglade 2.6.4'
PACKAGE_TARNAME='libglade'
PACKAGE_VERSION='2.6.4'
PATH_SEPARATOR=':'
PKG_CONFIG='/opt/local/bin/pkg-config'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PYTHON='/usr/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='darwin'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.5'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS='yes'
VERSION='2.6.4'
XGETTEXT='/opt/local/bin/xgettext'
XMLCATALOG='/opt/local/bin/xmlcatalog'
XML_CATALOG_FILE='/opt/local/etc/xml/catalog'
ac_ct_CC='/usr/bin/gcc-4.0'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin9.8.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin9.8.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='powerpc-apple-darwin9.8.0'
host_alias=''
host_cpu='powerpc'
host_os='darwin9.8.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libglade2/libglade2/work/libglade-2.6.4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/opt/local/bin/gmkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/libglade'
pkgpythondir='${pythondir}/libglade'
prefix='/opt/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='/Library/Python/2.5/site-packages'
pythondir='/Library/Python/2.5/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "libglade"
#define PACKAGE_TARNAME "libglade"
#define PACKAGE_VERSION "2.6.4"
#define PACKAGE_STRING "libglade 2.6.4"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=libglade"
#define PACKAGE "libglade"
#define VERSION "2.6.4"
#define DEBUG 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1

configure: exit 0