-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.log
2068 lines (2037 loc) · 62.7 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 configure, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --no-create --no-recursion
## --------- ##
## Platform. ##
## --------- ##
hostname = crapshoot
uname -m = i686
uname -r = 2.6.32-30-generic
uname -s = Linux
uname -v = #59-Ubuntu SMP Tue Mar 1 21:30:21 UTC 2011
/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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /opt/microblaze/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2599: checking build system type
configure:2613: result: i686-pc-linux-gnu
configure:2633: checking host system type
configure:2646: result: i686-pc-linux-gnu
configure:2666: checking target system type
configure:2679: result: i686-pc-linux-gnu
configure:2713: checking for git
configure:2731: found /usr/bin/git
configure:2743: result: /usr/bin/git
configure:2787: GNU Radio Release 3.3git
configure:2809: checking for a BSD-compatible install
configure:2877: result: /usr/bin/install -c
configure:2888: checking whether build environment is sane
configure:2938: result: yes
configure:3079: checking for a thread-safe mkdir -p
configure:3118: result: /bin/mkdir -p
configure:3131: checking for gawk
configure:3147: found /usr/bin/gawk
configure:3158: result: gawk
configure:3169: checking whether make sets $(MAKE)
configure:3191: result: yes
configure:3266: checking how to create a ustar tar archive
configure:3279: tar --version
tar (GNU tar) 1.22
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
configure:3282: $? = 0
configure:3322: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3325: $? = 0
configure:3329: tar -xf - <conftest.tar
configure:3332: $? = 0
configure:3345: result: gnutar
configure:3378: checking for style of include used by make
configure:3406: result: GNU
configure:3476: checking for gcc
configure:3492: found /usr/local/bin/gcc
configure:3503: result: gcc
configure:3732: checking for C compiler version
configure:3741: gcc --version >&5
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 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:3752: $? = 0
configure:3741: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
configure:3752: $? = 0
configure:3741: gcc -V >&5
gcc: '-V' option must have argument
configure:3752: $? = 1
configure:3741: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3752: $? = 1
configure:3772: checking whether the C compiler works
configure:3794: gcc conftest.c >&5
configure:3798: $? = 0
configure:3847: result: yes
configure:3850: checking for C compiler default output file name
configure:3852: result: a.out
configure:3858: checking for suffix of executables
configure:3865: gcc -o conftest conftest.c >&5
configure:3869: $? = 0
configure:3891: result:
configure:3913: checking whether we are cross compiling
configure:3921: gcc -o conftest conftest.c >&5
configure:3925: $? = 0
configure:3932: ./conftest
configure:3936: $? = 0
configure:3951: result: no
configure:3956: checking for suffix of object files
configure:3978: gcc -c conftest.c >&5
configure:3982: $? = 0
configure:4003: result: o
configure:4007: checking whether we are using the GNU C compiler
configure:4026: gcc -c conftest.c >&5
configure:4026: $? = 0
configure:4035: result: yes
configure:4044: checking whether gcc accepts -g
configure:4064: gcc -c -g conftest.c >&5
configure:4064: $? = 0
configure:4105: result: yes
configure:4122: checking for gcc option to accept ISO C89
configure:4186: gcc -c -g -O2 conftest.c >&5
configure:4186: $? = 0
configure:4199: result: none needed
configure:4221: checking dependency style of gcc
configure:4331: result: gcc3
configure:4351: checking how to run the C preprocessor
configure:4382: gcc -E conftest.c
configure:4382: $? = 0
configure:4396: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4396: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gr-keyfob"
| #define VERSION "3.3git"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4421: result: gcc -E
configure:4441: gcc -E conftest.c
configure:4441: $? = 0
configure:4455: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4455: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gr-keyfob"
| #define VERSION "3.3git"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4485: checking for grep that handles long lines and -e
configure:4543: result: /bin/grep
configure:4548: checking for egrep
configure:4610: result: /bin/grep -E
configure:4615: checking for ANSI C header files
configure:4635: gcc -c -g -O2 conftest.c >&5
configure:4635: $? = 0
configure:4708: gcc -o conftest -g -O2 conftest.c >&5
configure:4708: $? = 0
configure:4708: ./conftest
configure:4708: $? = 0
configure:4719: result: yes
configure:4732: checking for sys/types.h
configure:4732: gcc -c -g -O2 conftest.c >&5
configure:4732: $? = 0
configure:4732: result: yes
configure:4732: checking for sys/stat.h
configure:4732: gcc -c -g -O2 conftest.c >&5
configure:4732: $? = 0
configure:4732: result: yes
configure:4732: checking for stdlib.h
configure:4732: gcc -c -g -O2 conftest.c >&5
configure:4732: $? = 0
configure:4732: result: yes
configure:4732: checking for string.h
configure:4732: gcc -c -g -O2 conftest.c >&5
configure:4732: $? = 0
configure:4732: result: yes
configure:4732: checking for memory.h
configure:4732: gcc -c -g -O2 conftest.c >&5
configure:4732: $? = 0
configure:4732: result: yes
configure:4732: checking for strings.h
configure:4732: gcc -c -g -O2 conftest.c >&5
configure:4732: $? = 0
configure:4732: result: yes
configure:4732: checking for inttypes.h
configure:4732: gcc -c -g -O2 conftest.c >&5
configure:4732: $? = 0
configure:4732: result: yes
configure:4732: checking for stdint.h
configure:4732: gcc -c -g -O2 conftest.c >&5
configure:4732: $? = 0
configure:4732: result: yes
configure:4732: checking for unistd.h
configure:4732: gcc -c -g -O2 conftest.c >&5
configure:4732: $? = 0
configure:4732: result: yes
configure:4746: checking minix/config.h usability
configure:4746: gcc -c -g -O2 conftest.c >&5
conftest.c:54:26: error: minix/config.h: No such file or directory
configure:4746: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gr-keyfob"
| #define VERSION "3.3git"
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4746: result: no
configure:4746: checking minix/config.h presence
configure:4746: gcc -E conftest.c
conftest.c:21:26: error: minix/config.h: No such file or directory
configure:4746: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gr-keyfob"
| #define VERSION "3.3git"
| #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
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4746: result: no
configure:4746: checking for minix/config.h
configure:4746: result: no
configure:4767: checking whether it is safe to define __EXTENSIONS__
configure:4785: gcc -c -g -O2 conftest.c >&5
configure:4785: $? = 0
configure:4792: result: yes
configure:4807: checking for library containing strerror
configure:4838: gcc -o conftest -g -O2 conftest.c >&5
configure:4838: $? = 0
configure:4855: result: none required
configure:4923: checking for g++
configure:4939: found /usr/local/bin/g++
configure:4950: result: g++
configure:4977: checking for C++ compiler version
configure:4986: g++ --version >&5
g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 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:4997: $? = 0
configure:4986: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
configure:4997: $? = 0
configure:4986: g++ -V >&5
g++: '-V' option must have argument
configure:4997: $? = 1
configure:4986: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:4997: $? = 1
configure:5001: checking whether we are using the GNU C++ compiler
configure:5020: g++ -c conftest.cpp >&5
configure:5020: $? = 0
configure:5029: result: yes
configure:5038: checking whether g++ accepts -g
configure:5058: g++ -c -g conftest.cpp >&5
configure:5058: $? = 0
configure:5099: result: yes
configure:5124: checking dependency style of g++
configure:5234: result: gcc3
configure:5254: checking how to run the C++ preprocessor
configure:5281: g++ -E conftest.cpp
configure:5281: $? = 0
configure:5295: g++ -E conftest.cpp
conftest.cpp:26:28: error: ac_nonexistent.h: No such file or directory
configure:5295: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gr-keyfob"
| #define VERSION "3.3git"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5320: result: g++ -E
configure:5340: g++ -E conftest.cpp
configure:5340: $? = 0
configure:5354: g++ -E conftest.cpp
conftest.cpp:26:28: error: ac_nonexistent.h: No such file or directory
configure:5354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gr-keyfob"
| #define VERSION "3.3git"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5396: checking whether C++ has std::isnan
configure:5411: g++ -c -g -O2 conftest.cpp >&5
configure:5411: $? = 0
configure:5412: result: yes
configure:5435: checking gr_libdir_suffix
configure:5466: result:
configure:5470: checking whether to append 64 to libdir
configure:5478: result: no
configure:5514: checking whether gcc accepts -Wall
configure:5519: result: yes
configure:5514: checking whether gcc accepts -Werror-implicit-function-declaration
configure:5519: result: yes
configure:5536: checking whether g++ accepts -Wall
configure:5541: result: yes
configure:5536: checking whether g++ accepts -Woverloaded-virtual
configure:5541: result: yes
configure:5554: checking whether user wants gprof
configure:5564: result: no
configure:5619: checking whether user wants prof
configure:5629: result: no
configure:5692: checking dependency style of gcc
configure:5800: result: gcc3
configure:5815: checking whether ln -s works
configure:5819: result: yes
configure:5826: checking whether make sets $(MAKE)
configure:5848: result: yes
configure:5860: checking for rm
configure:5878: found /bin/rm
configure:5890: result: /bin/rm
configure:6287: checking for a sed that does not truncate output
configure:6351: result: /bin/sed
configure:6369: checking for fgrep
configure:6431: result: /bin/grep -F
configure:6466: checking for ld used by gcc
configure:6533: result: /usr/bin/ld
configure:6540: checking if the linker (/usr/bin/ld) is GNU ld
configure:6555: result: yes
configure:6567: checking for BSD- or MS-compatible name lister (nm)
configure:6616: result: /usr/bin/nm -B
configure:6734: checking the name lister (/usr/bin/nm -B) interface
configure:6741: gcc -c -g -O2 conftest.c >&5
configure:6744: /usr/bin/nm -B "conftest.o"
configure:6747: output
00000000 B some_variable
configure:6754: result: BSD nm
configure:6758: checking the maximum length of command line arguments
configure:6878: result: 805306365
configure:6895: checking whether the shell understands some XSI constructs
configure:6905: result: yes
configure:6909: checking whether the shell understands "+="
configure:6915: result: yes
configure:6950: checking for /usr/bin/ld option to reload object files
configure:6957: result: -r
configure:7026: checking for objdump
configure:7053: result: objdump
configure:7082: checking how to recognize dependent libraries
configure:7278: result: pass_all
configure:7338: checking for ar
configure:7354: found /usr/bin/ar
configure:7365: result: ar
configure:7443: checking for strip
configure:7459: found /usr/bin/strip
configure:7470: result: strip
configure:7542: checking for ranlib
configure:7558: found /usr/bin/ranlib
configure:7569: result: ranlib
configure:7659: checking command to parse /usr/bin/nm -B output from gcc object
configure:7777: gcc -c -g -O2 conftest.c >&5
configure:7780: $? = 0
configure:7784: /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:7787: $? = 0
configure:7841: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:7844: $? = 0
configure:7882: result: ok
configure:8687: checking for dlfcn.h
configure:8687: gcc -c -g -O2 conftest.c >&5
configure:8687: $? = 0
configure:8687: result: yes
configure:8812: checking for C++ compiler version
configure:8821: g++ --version >&5
g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 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:8832: $? = 0
configure:8821: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
configure:8832: $? = 0
configure:8821: g++ -V >&5
g++: '-V' option must have argument
configure:8832: $? = 1
configure:8821: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:8832: $? = 1
configure:8836: checking whether we are using the GNU C++ compiler
configure:8864: result: yes
configure:8873: checking whether g++ accepts -g
configure:8934: result: yes
configure:8959: checking dependency style of g++
configure:9069: result: gcc3
configure:9092: checking how to run the C++ preprocessor
configure:9158: result: g++ -E
configure:9178: g++ -E conftest.cpp
configure:9178: $? = 0
configure:9192: g++ -E conftest.cpp
conftest.cpp:28:28: error: ac_nonexistent.h: No such file or directory
configure:9192: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gr-keyfob"
| #define VERSION "3.3git"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CXX_HAS_STD_ISNAN /**/
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9335: checking for objdir
configure:9350: result: .libs
configure:9646: checking if gcc supports -fno-rtti -fno-exceptions
configure:9664: 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
configure:9668: $? = 0
configure:9681: result: no
configure:9701: checking for gcc option to produce PIC
configure:9973: result: -fPIC -DPIC
configure:9985: checking if gcc PIC flag -fPIC -DPIC works
configure:10003: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:10007: $? = 0
configure:10020: result: yes
configure:10044: checking if gcc static flag -static works
configure:10072: result: yes
configure:10087: checking if gcc supports -c -o file.o
configure:10108: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:10112: $? = 0
configure:10134: result: yes
configure:10142: checking if gcc supports -c -o file.o
configure:10189: result: yes
configure:10222: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:11213: result: yes
configure:11250: checking whether -lc should be explicitly linked in
configure:11255: gcc -c -g -O2 conftest.c >&5
configure:11258: $? = 0
configure:11273: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:11276: $? = 0
configure:11288: result: no
configure:11452: checking dynamic linker characteristics
configure:11885: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11885: $? = 0
configure:12115: result: GNU/Linux ld.so
configure:12217: checking how to hardcode library paths into programs
configure:12242: result: immediate
configure:12762: checking whether stripping libraries is possible
configure:12767: result: yes
configure:12802: checking if libtool supports shared libraries
configure:12804: result: yes
configure:12807: checking whether to build shared libraries
configure:12828: result: yes
configure:12831: checking whether to build static libraries
configure:12835: result: no
configure:12985: checking for ld used by g++
configure:13052: result: /usr/bin/ld
configure:13059: checking if the linker (/usr/bin/ld) is GNU ld
configure:13074: result: yes
configure:13129: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:14042: result: yes
configure:14070: g++ -c -g -O2 conftest.cpp >&5
configure:14073: $? = 0
configure:14255: checking for g++ option to produce PIC
configure:14572: result: -fPIC -DPIC
configure:14581: checking if g++ PIC flag -fPIC -DPIC works
configure:14599: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14603: $? = 0
configure:14616: result: yes
configure:14637: checking if g++ static flag -static works
configure:14665: result: yes
configure:14677: checking if g++ supports -c -o file.o
configure:14698: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:14702: $? = 0
configure:14724: result: yes
configure:14729: checking if g++ supports -c -o file.o
configure:14776: result: yes
configure:14806: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:14835: result: yes
configure:14972: checking dynamic linker characteristics
configure:15353: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
configure:15353: $? = 0
configure:15583: result: GNU/Linux ld.so
configure:15634: checking how to hardcode library paths into programs
configure:15659: result: immediate
configure:15741: checking for python
configure:15759: found /usr/bin/python
configure:15771: result: /usr/bin/python
configure:15792: checking for python version
configure:15799: result: 2.6
configure:15811: checking for python platform
configure:15818: result: linux2
configure:15825: checking for python script directory
configure:15854: result: ${prefix}/lib/python2.6/dist-packages
configure:15863: checking for python extension module directory
configure:15892: result: ${exec_prefix}/lib/python2.6/dist-packages
configure:15937: checking for Python include path
configure:15953: result: /usr/include/python2.6
configure:15967: checking Python.h usability
configure:15967: gcc -c -g -O2 -I/usr/include/python2.6 conftest.c >&5
In file included from /usr/include/python2.6/Python.h:8,
from conftest.c:62:
/usr/include/python2.6/pyconfig.h:1031:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/stdio.h:28,
from conftest.c:29:
/usr/include/features.h:158:1: warning: this is the location of the previous definition
In file included from /usr/include/python2.6/Python.h:8,
from conftest.c:62:
/usr/include/python2.6/pyconfig.h:1040:1: warning: "_XOPEN_SOURCE" redefined
In file included from /usr/include/stdio.h:28,
from conftest.c:29:
/usr/include/features.h:160:1: warning: this is the location of the previous definition
configure:15967: $? = 0
configure:15967: result: yes
configure:15967: checking Python.h presence
configure:15967: gcc -E -I/usr/include/python2.6 conftest.c
configure:15967: $? = 0
configure:15967: result: yes
configure:15967: checking for Python.h
configure:15967: result: yes
configure:16043: checking for swig
configure:16059: found /usr/bin/swig
configure:16070: result: /usr/bin/swig
configure:16082: checking for SWIG version
configure:16086: result: 1.3.40
configure:16121: checking for ANSI C header files
configure:16225: result: yes
configure:16234: checking for an ANSI C-conforming const
configure:16299: gcc -c -g -O2 conftest.c >&5
configure:16299: $? = 0
configure:16306: result: yes
configure:16314: checking for inline
configure:16330: gcc -c -g -O2 conftest.c >&5
configure:16330: $? = 0
configure:16338: result: inline
configure:16356: checking for size_t
configure:16356: gcc -c -g -O2 conftest.c >&5
configure:16356: $? = 0
configure:16356: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:67: error: expected expression before ')' token
configure:16356: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gr-keyfob"
| #define VERSION "3.3git"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CXX_HAS_STD_ISNAN /**/
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PYTHON_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:16356: result: yes
configure:16367: checking whether time.h and sys/time.h may both be included
configure:16387: gcc -c -g -O2 conftest.c >&5
configure:16387: $? = 0
configure:16394: result: yes
configure:16402: checking whether byte ordering is bigendian
configure:16417: gcc -c -g -O2 conftest.c >&5
conftest.c:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
configure:16417: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gr-keyfob"
| #define VERSION "3.3git"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CXX_HAS_STD_ISNAN /**/
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PYTHON_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:16462: gcc -c -g -O2 conftest.c >&5
configure:16462: $? = 0
configure:16480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:39: error: 'not' undeclared (first use in this function)
conftest.c:39: error: (Each undeclared identifier is reported only once
conftest.c:39: error: for each function it appears in.)
conftest.c:39: error: expected ';' before 'big'
configure:16480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gr-keyfob"
| #define VERSION "3.3git"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CXX_HAS_STD_ISNAN /**/
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PYTHON_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:16608: result: no
configure:16632: checking for sys/types.h
configure:16632: result: yes
configure:16632: checking fcntl.h usability
configure:16632: gcc -c -g -O2 conftest.c >&5
configure:16632: $? = 0
configure:16632: result: yes
configure:16632: checking fcntl.h presence
configure:16632: gcc -E conftest.c
configure:16632: $? = 0
configure:16632: result: yes
configure:16632: checking for fcntl.h
configure:16632: result: yes
configure:16632: checking io.h usability
configure:16632: gcc -c -g -O2 conftest.c >&5
conftest.c:67:16: error: io.h: No such file or directory
configure:16632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gr-keyfob"
| #define VERSION "3.3git"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CXX_HAS_STD_ISNAN /**/
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PYTHON_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <io.h>
configure:16632: result: no
configure:16632: checking io.h presence
configure:16632: gcc -E conftest.c
conftest.c:34:16: error: io.h: No such file or directory
configure:16632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gr-keyfob"
| #define VERSION "3.3git"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define CXX_HAS_STD_ISNAN /**/
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PYTHON_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <io.h>
configure:16632: result: no
configure:16632: checking for io.h
configure:16632: result: no
configure:16645: checking windows.h usability
configure:16645: gcc -c -g -O2 conftest.c >&5
conftest.c:67:21: error: windows.h: No such file or directory
configure:16645: $? = 1
configure: failed program was:
| /* confdefs.h */