-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.log
1838 lines (1812 loc) · 63.6 KB
/
config.log
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
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by zbar configure 0.10, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --disable-video --without-qt
## --------- ##
## Platform. ##
## --------- ##
hostname = precise32
uname -m = i686
uname -r = 3.2.0-23-generic-pae
uname -s = Linux
uname -v = #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/vagrant/.rvm/gems/ruby-1.9.3-p194/bin
PATH: /home/vagrant/.rvm/gems/ruby-1.9.3-p194@global/bin
PATH: /home/vagrant/.rvm/rubies/ruby-1.9.3-p194/bin
PATH: /home/vagrant/.rvm/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /opt/vagrant_ruby/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2260: checking for a BSD-compatible install
configure:2328: result: /usr/bin/install -c
configure:2339: checking whether build environment is sane
configure:2382: result: yes
configure:2407: checking for a thread-safe mkdir -p
configure:2446: result: /bin/mkdir -p
configure:2459: checking for gawk
configure:2489: result: no
configure:2459: checking for mawk
configure:2475: found /usr/bin/mawk
configure:2486: result: mawk
configure:2497: checking whether make sets $(MAKE)
configure:2519: result: yes
configure:2738: checking build system type
configure:2756: result: i686-pc-linux-gnu
configure:2778: checking host system type
configure:2793: result: i686-pc-linux-gnu
configure:2827: checking for style of include used by make
configure:2855: result: GNU
configure:2925: checking for gcc
configure:2941: found /usr/bin/gcc
configure:2952: result: gcc
configure:3184: checking for C compiler version
configure:3192: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:3196: $? = 0
configure:3203: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:3207: $? = 0
configure:3214: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3218: $? = 4
configure:3241: checking for C compiler default output file name
configure:3263: gcc conftest.c >&5
configure:3267: $? = 0
configure:3305: result: a.out
configure:3324: checking whether the C compiler works
configure:3334: ./a.out
configure:3338: $? = 0
configure:3357: result: yes
configure:3364: checking whether we are cross compiling
configure:3366: result: no
configure:3369: checking for suffix of executables
configure:3376: gcc -o conftest conftest.c >&5
configure:3380: $? = 0
configure:3406: result:
configure:3412: checking for suffix of object files
configure:3438: gcc -c conftest.c >&5
configure:3442: $? = 0
configure:3467: result: o
configure:3471: checking whether we are using the GNU C compiler
configure:3500: gcc -c conftest.c >&5
configure:3507: $? = 0
configure:3524: result: yes
configure:3533: checking whether gcc accepts -g
configure:3563: gcc -c -g conftest.c >&5
configure:3570: $? = 0
configure:3671: result: yes
configure:3688: checking for gcc option to accept ISO C89
configure:3762: gcc -c -g -O2 conftest.c >&5
configure:3769: $? = 0
configure:3792: result: none needed
configure:3812: checking dependency style of gcc
configure:3903: result: gcc3
configure:3918: checking for a sed that does not truncate output
configure:3984: result: /bin/sed
configure:4002: checking for grep that handles long lines and -e
configure:4062: result: /bin/grep
configure:4067: checking for egrep
configure:4131: result: /bin/grep -E
configure:4136: checking for fgrep
configure:4200: result: /bin/grep -F
configure:4235: checking for ld used by gcc
configure:4302: result: /usr/bin/ld
configure:4311: checking if the linker (/usr/bin/ld) is GNU ld
configure:4326: result: yes
configure:4338: checking for BSD- or MS-compatible name lister (nm)
configure:4387: result: /usr/bin/nm -B
configure:4505: checking the name lister (/usr/bin/nm -B) interface
configure:4512: gcc -c -g -O2 conftest.c >&5
configure:4515: /usr/bin/nm -B "conftest.o"
configure:4518: output
00000000 B some_variable
configure:4525: result: BSD nm
configure:4528: checking whether ln -s works
configure:4532: result: yes
configure:4540: checking the maximum length of command line arguments
configure:4660: result: 1572864
configure:4677: checking whether the shell understands some XSI constructs
configure:4687: result: yes
configure:4691: checking whether the shell understands "+="
configure:4697: result: yes
configure:4732: checking for /usr/bin/ld option to reload object files
configure:4739: result: -r
configure:4808: checking for objdump
configure:4824: found /usr/bin/objdump
configure:4835: result: objdump
configure:4864: checking how to recognize dependent libraries
configure:5060: result: pass_all
configure:5120: checking for ar
configure:5136: found /usr/bin/ar
configure:5147: result: ar
configure:5225: checking for strip
configure:5241: found /usr/bin/strip
configure:5252: result: strip
configure:5324: checking for ranlib
configure:5340: found /usr/bin/ranlib
configure:5351: result: ranlib
configure:5441: checking command to parse /usr/bin/nm -B output from gcc object
configure:5559: gcc -c -g -O2 conftest.c >&5
configure:5562: $? = 0
configure:5566: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5569: $? = 0
configure:5623: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5626: $? = 0
configure:5664: result: ok
configure:6531: checking how to run the C preprocessor
configure:6571: gcc -E conftest.c
configure:6578: $? = 0
configure:6609: gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:6616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6649: result: gcc -E
configure:6678: gcc -E conftest.c
configure:6685: $? = 0
configure:6716: gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:6723: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6763: checking for ANSI C header files
configure:6793: gcc -c -g -O2 conftest.c >&5
configure:6800: $? = 0
configure:6899: gcc -o conftest -g -O2 conftest.c >&5
configure:6903: $? = 0
configure:6909: ./conftest
configure:6913: $? = 0
configure:6931: result: yes
configure:6955: checking for sys/types.h
configure:6976: gcc -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for sys/stat.h
configure:6976: gcc -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for stdlib.h
configure:6976: gcc -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for string.h
configure:6976: gcc -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for memory.h
configure:6976: gcc -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for strings.h
configure:6976: gcc -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for inttypes.h
configure:6976: gcc -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for stdint.h
configure:6976: gcc -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for unistd.h
configure:6976: gcc -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:7018: checking for dlfcn.h
configure:7039: gcc -c -g -O2 conftest.c >&5
configure:7046: $? = 0
configure:7063: result: yes
configure:7546: checking for objdir
configure:7561: result: .libs
configure:7857: checking if gcc supports -fno-rtti -fno-exceptions
configure:7875: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:7879: $? = 0
configure:7892: result: no
configure:7912: checking for gcc option to produce PIC
configure:8184: result: -fPIC -DPIC
configure:8196: checking if gcc PIC flag -fPIC -DPIC works
configure:8214: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8218: $? = 0
configure:8231: result: yes
configure:8255: checking if gcc static flag -static works
configure:8283: result: yes
configure:8298: checking if gcc supports -c -o file.o
configure:8319: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8323: $? = 0
configure:8345: result: yes
configure:8353: checking if gcc supports -c -o file.o
configure:8400: result: yes
configure:8433: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9507: result: yes
configure:9544: checking whether -lc should be explicitly linked in
configure:9549: gcc -c -g -O2 conftest.c >&5
configure:9552: $? = 0
configure:9567: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:9570: $? = 0
configure:9582: result: no
configure:9746: checking dynamic linker characteristics
configure:10202: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10209: $? = 0
configure:10442: result: GNU/Linux ld.so
configure:10544: checking how to hardcode library paths into programs
configure:10569: result: immediate
configure:10692: checking for shl_load
configure:10748: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccMUgQde.o: In function `main':
/home/vagrant/zbar-0.10/conftest.c:56: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:10755: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); 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 shl_load
|
| /* 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 shl_load ();
| /* 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_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:10775: result: no
configure:10780: checking for shl_load in -ldld
configure:10815: gcc -o conftest -g -O2 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:10822: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* 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 shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:10843: result: no
configure:10848: checking for dlopen
configure:10904: gcc -o conftest -g -O2 conftest.c >&5
/tmp/cczoG1kA.o: In function `main':
/home/vagrant/zbar-0.10/conftest.c:56: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:10911: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); 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 dlopen
|
| /* 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 dlopen ();
| /* 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_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:10931: result: no
configure:10936: checking for dlopen in -ldl
configure:10971: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:10978: $? = 0
configure:10999: result: yes
configure:11176: checking whether a program can dlopen itself
configure:11246: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure:11249: $? = 0
configure:11267: result: yes
configure:11272: checking whether a statically linked program can dlopen itself
configure:11342: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
/tmp/ccRXXIYh.o: In function `main':
/home/vagrant/zbar-0.10/configure:11326: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
collect2: ld returned 1 exit status
configure:11345: $? = 1
configure:11363: result: no
configure:11402: checking whether stripping libraries is possible
configure:11407: result: yes
configure:11442: checking if libtool supports shared libraries
configure:11444: result: yes
configure:11447: checking whether to build shared libraries
configure:11468: result: yes
configure:11471: checking whether to build static libraries
configure:11475: result: yes
configure:11553: checking for windres
configure:11583: result: no
configure:11725: checking host system type
configure:11740: result: i686-pc-linux-gnu
configure:11833: checking for gcc
configure:11860: result: gcc
configure:12092: checking for C compiler version
configure:12100: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:12104: $? = 0
configure:12111: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:12115: $? = 0
configure:12122: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:12126: $? = 4
configure:12129: checking whether we are using the GNU C compiler
configure:12182: result: yes
configure:12191: checking whether gcc accepts -g
configure:12329: result: yes
configure:12346: checking for gcc option to accept ISO C89
configure:12450: result: none needed
configure:12470: checking dependency style of gcc
configure:12561: result: gcc3
configure:12577: checking whether gcc and cc understand -c and -o together
configure:12612: gcc -c conftest.c -o conftest2.o >&5
configure:12616: $? = 0
configure:12622: gcc -c conftest.c -o conftest2.o >&5
configure:12626: $? = 0
configure:12637: cc -c conftest.c >&5
configure:12641: $? = 0
configure:12649: cc -c conftest.c -o conftest2.o >&5
configure:12653: $? = 0
configure:12659: cc -c conftest.c -o conftest2.o >&5
configure:12663: $? = 0
configure:12681: result: yes
configure:12766: checking for g++
configure:12782: found /usr/bin/g++
configure:12793: result: g++
configure:12820: checking for C++ compiler version
configure:12828: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:12832: $? = 0
configure:12839: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:12843: $? = 0
configure:12850: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:12854: $? = 4
configure:12857: checking whether we are using the GNU C++ compiler
configure:12886: g++ -c conftest.cpp >&5
configure:12893: $? = 0
configure:12910: result: yes
configure:12919: checking whether g++ accepts -g
configure:12949: g++ -c -g conftest.cpp >&5
configure:12956: $? = 0
configure:13057: result: yes
configure:13082: checking dependency style of g++
configure:13173: result: gcc3
configure:13301: checking for C++ compiler version
configure:13309: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:13313: $? = 0
configure:13320: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:13324: $? = 0
configure:13331: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:13335: $? = 4
configure:13338: checking whether we are using the GNU C++ compiler
configure:13391: result: yes
configure:13400: checking whether g++ accepts -g
configure:13538: result: yes
configure:13563: checking dependency style of g++
configure:13654: result: gcc3
configure:13677: checking how to run the C++ preprocessor
configure:13713: g++ -E conftest.cpp
configure:13720: $? = 0
configure:13751: g++ -E conftest.cpp
conftest.cpp:27:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13758: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #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 LT_OBJDIR ".libs/"
| #define ZBAR_VERSION_MAJOR 0
| #define ZBAR_VERSION_MINOR 10
| #define LIB_VERSION_MAJOR 0
| #define LIB_VERSION_MINOR 2
| #define LIB_VERSION_REVISION 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13791: result: g++ -E
configure:13820: g++ -E conftest.cpp
configure:13827: $? = 0
configure:13858: g++ -E conftest.cpp
conftest.cpp:27:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13865: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #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 LT_OBJDIR ".libs/"
| #define ZBAR_VERSION_MAJOR 0
| #define ZBAR_VERSION_MINOR 10
| #define LIB_VERSION_MAJOR 0
| #define LIB_VERSION_MINOR 2
| #define LIB_VERSION_REVISION 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14041: checking for ld used by g++
configure:14108: result: /usr/bin/ld
configure:14117: checking if the linker (/usr/bin/ld) is GNU ld
configure:14132: result: yes
configure:14187: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:15162: result: yes
configure:15190: g++ -c -g -O2 conftest.cpp >&5
configure:15193: $? = 0
configure:15375: checking for g++ option to produce PIC
configure:15692: result: -fPIC -DPIC
configure:15701: checking if g++ PIC flag -fPIC -DPIC works
configure:15719: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15723: $? = 0
configure:15736: result: yes
configure:15757: checking if g++ static flag -static works
configure:15785: result: yes
configure:15797: checking if g++ supports -c -o file.o
configure:15818: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:15822: $? = 0
configure:15844: result: yes
configure:15849: checking if g++ supports -c -o file.o
configure:15896: result: yes
configure:15926: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:15952: result: yes
configure:16089: checking dynamic linker characteristics
configure:16493: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
configure:16500: $? = 0
configure:16733: result: GNU/Linux ld.so
configure:16784: checking how to hardcode library paths into programs
configure:16809: result: immediate
configure:16898: checking for pkg-config
configure:16916: found /usr/bin/pkg-config
configure:16928: result: /usr/bin/pkg-config
configure:16953: checking pkg-config is at least version 0.9.0
configure:16956: result: yes
configure:16972: checking for xmlto
configure:17002: result: no
configure:17022: checking whether to build EAN symbologies
configure:17044: result: yes
configure:17048: checking whether to build Code 128 symbology
configure:17070: result: yes
configure:17074: checking whether to build Code 39 symbology
configure:17096: result: yes
configure:17100: checking whether to build PDF417 symbology
configure:17122: result: no
configure:17126: checking whether to build Interleaved 2 of 5 symbology
configure:17148: result: yes
configure:17152: checking whether to build QR Code
configure:17174: result: yes
configure:17179: checking for library containing clock_gettime
configure:17220: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccHvTaHK.o: In function `main':
/home/vagrant/zbar-0.10/conftest.c:43: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:17227: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #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 LT_OBJDIR ".libs/"
| #define ZBAR_VERSION_MAJOR 0
| #define ZBAR_VERSION_MINOR 10
| #define LIB_VERSION_MAJOR 0
| #define LIB_VERSION_MINOR 2
| #define LIB_VERSION_REVISION 0
| #define ENABLE_EAN 1
| #define ENABLE_CODE128 1
| #define ENABLE_CODE39 1
| #define ENABLE_I25 1
| #define ENABLE_QRCODE 1
| /* end confdefs.h. */
|
| /* 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 clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:17220: gcc -o conftest -g -O2 conftest.c -lrt >&5
configure:17227: $? = 0
configure:17258: result: -lrt
configure:17306: checking for ld used by GCC
configure:17370: result: /usr/bin/ld
configure:17379: checking if the linker (/usr/bin/ld) is GNU ld
configure:17392: result: yes
configure:17399: checking for shared library run path origin
configure:17412: result: done
configure:17920: checking for iconv
configure:17952: gcc -o conftest -g -O2 conftest.c -lrt >&5
configure:17959: $? = 0
configure:18036: result: yes
configure:18039: checking for working iconv
configure:18125: gcc -o conftest -g -O2 conftest.c -lrt >&5
configure:18129: $? = 0
configure:18135: ./conftest
configure:18139: $? = 0
configure:18158: result: yes
configure:18188: checking for iconv declaration
configure:18227: gcc -c -g -O2 conftest.c >&5
configure:18234: $? = 0
configure:18253: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:18281: checking poll.h usability
configure:18298: gcc -c -g -O2 conftest.c >&5
configure:18305: $? = 0
configure:18319: result: yes
configure:18323: checking poll.h presence
configure:18338: gcc -E conftest.c
configure:18345: $? = 0
configure:18359: result: yes
configure:18392: checking for poll.h
configure:18401: result: yes
configure:18459: checking pthread.h usability
configure:18476: gcc -c -g -O2 conftest.c >&5
configure:18483: $? = 0
configure:18497: result: yes
configure:18501: checking pthread.h presence
configure:18516: gcc -E conftest.c
configure:18523: $? = 0
configure:18537: result: yes
configure:18570: checking for pthread.h
configure:18579: result: yes
configure:18605: checking for pthread_create in -lpthread
configure:18640: gcc -o conftest -g -O2 conftest.c -lpthread -lrt >&5
configure:18647: $? = 0
configure:18668: result: yes
configure:19222: checking for X
configure:19337: gcc -E conftest.c
configure:19344: $? = 0
configure:19393: gcc -o conftest -g -O2 conftest.c -lX11 -lpthread -lrt >&5
configure:19400: $? = 0
configure:19462: result: libraries , headers
configure:19634: gcc -o conftest -g -O2 conftest.c -lpthread -lrt -lX11 >&5
configure:19641: $? = 0
configure:19809: checking for gethostbyname
configure:19865: gcc -o conftest -g -O2 conftest.c -lpthread -lrt >&5
configure:19872: $? = 0
configure:19892: result: yes
configure:20045: checking for connect
configure:20101: gcc -o conftest -g -O2 conftest.c -lpthread -lrt >&5
configure:20108: $? = 0
configure:20128: result: yes
configure:20204: checking for remove
configure:20260: gcc -o conftest -g -O2 conftest.c -lpthread -lrt >&5
configure:20267: $? = 0
configure:20287: result: yes
configure:20363: checking for shmat
configure:20419: gcc -o conftest -g -O2 conftest.c -lpthread -lrt >&5
configure:20426: $? = 0
configure:20446: result: yes
configure:20531: checking for IceConnectionNumber in -lICE
configure:20566: gcc -o conftest -g -O2 conftest.c -lICE -lpthread -lrt >&5
configure:20573: $? = 0
configure:20594: result: yes
configure:20635: checking for X11/extensions/XShm.h
configure:20659: gcc -c -g -O2 conftest.c >&5
configure:20666: $? = 0
configure:20683: result: yes
configure:20714: checking for XShmQueryVersion in -lXext
configure:20749: gcc -o conftest -g -O2 conftest.c -lXext -lSM -lICE -lX11 -lXext -lpthread -lrt >&5
configure:20756: $? = 0
configure:20777: result: yes
configure:20827: checking for X11/extensions/Xvlib.h
configure:20849: gcc -c -g -O2 conftest.c >&5
conftest.c:42:34: fatal error: X11/extensions/Xvlib.h: No such file or directory
compilation terminated.
configure:20856: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #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 LT_OBJDIR ".libs/"
| #define ZBAR_VERSION_MAJOR 0
| #define ZBAR_VERSION_MINOR 10
| #define LIB_VERSION_MAJOR 0
| #define LIB_VERSION_MINOR 2
| #define LIB_VERSION_REVISION 0
| #define ENABLE_EAN 1
| #define ENABLE_CODE128 1
| #define ENABLE_CODE39 1
| #define ENABLE_I25 1
| #define ENABLE_QRCODE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBPTHREAD 1
| #define __USE_UNIX98 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| /* end confdefs.h. */
| #include <X11/Xlib.h>
|
|
| #include <X11/extensions/Xvlib.h>
configure:20873: result: no
configure:21025: checking jpeglib.h usability
configure:21042: gcc -c -g -O2 conftest.c >&5
configure:21049: $? = 0
configure:21063: result: yes
configure:21067: checking jpeglib.h presence
configure:21082: gcc -E conftest.c
configure:21089: $? = 0
configure:21103: result: yes
configure:21136: checking for jpeglib.h
configure:21145: result: yes
configure:21172: checking jerror.h usability
configure:21189: gcc -c -g -O2 conftest.c >&5
configure:21196: $? = 0
configure:21210: result: yes
configure:21214: checking jerror.h presence
configure:21229: gcc -E conftest.c
configure:21236: $? = 0
configure:21250: result: yes
configure:21283: checking for jerror.h
configure:21290: result: yes
configure:21302: checking for jpeg_read_header in -ljpeg
configure:21337: gcc -o conftest -g -O2 conftest.c -ljpeg -lpthread -lrt >&5
configure:21344: $? = 0
configure:21365: result: yes
configure:21418: checking for MAGICK
configure:21425: $PKG_CONFIG --exists --print-errors "MagickWand >= 6.2.6"
configure:21428: $? = 0
configure:21441: $PKG_CONFIG --exists --print-errors "MagickWand >= 6.2.6"
configure:21444: $? = 0
configure:21733: result: yes
configure:21738: using ImageMagick version 6.6.9
configure:21753: checking wand/MagickWand.h usability
configure:21770: gcc -c -g -O2 -fopenmp -I/usr/include/ImageMagick conftest.c >&5
configure:21777: $? = 0
configure:21791: result: yes
configure:21795: checking wand/MagickWand.h presence
configure:21810: gcc -E -fopenmp -I/usr/include/ImageMagick conftest.c
configure:21817: $? = 0
configure:21831: result: yes
configure:21864: checking for wand/MagickWand.h
configure:21871: result: yes
configure:22053: checking for GTK
configure:22060: $PKG_CONFIG --exists --print-errors "gtk+-2.0 gthread-2.0"
configure:22063: $? = 0
configure:22076: $PKG_CONFIG --exists --print-errors "gtk+-2.0 gthread-2.0"
configure:22079: $? = 0
configure:22156: result: yes
configure:22162: using GTK+ version 2.24.10
configure:22165: using gthread-2.0 version 2.32.3
configure:22229: checking for a Python interpreter with version >= 2.3.5
configure:22244: 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.3.5', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:22247: $? = 0
configure:22254: result: python
configure:22262: checking for python
configure:22280: found /usr/bin/python
configure:22292: result: /usr/bin/python
configure:22312: checking for python version
configure:22319: result: 2.7
configure:22331: checking for python platform
configure:22338: result: linux2
configure:22345: checking for python script directory
configure:22353: result: ${prefix}/lib/python2.7/site-packages
configure:22362: checking for python extension module directory
configure:22370: result: ${exec_prefix}/lib/python2.7/site-packages
configure:22397: checking for PYGTK
configure:22404: $PKG_CONFIG --exists --print-errors "pygtk-2.0"
configure:22407: $? = 0
configure:22420: $PKG_CONFIG --exists --print-errors "pygtk-2.0"
configure:22423: $? = 0
configure:22500: result: yes
configure:22508: checking for pygtk-codegen-2.0
configure:22524: found /usr/bin/pygtk-codegen-2.0
configure:22535: result: pygtk-codegen-2.0
configure:22719: checking whether to enable assertions
configure:22731: result: yes
configure:22764: checking fcntl.h usability
configure:22781: gcc -c -g -O2 conftest.c >&5
configure:22788: $? = 0
configure:22802: result: yes
configure:22806: checking fcntl.h presence
configure:22821: gcc -E conftest.c
configure:22828: $? = 0
configure:22842: result: yes
configure:22875: checking for fcntl.h
configure:22884: result: yes
configure:22764: checking features.h usability
configure:22781: gcc -c -g -O2 conftest.c >&5
configure:22788: $? = 0
configure:22802: result: yes