summaryrefslogtreecommitdiff
path: root/gsm-tvoid/config.log
blob: ae989993c5ea16689614b057a8c84fe2cff6b1f0 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
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.61.  Invocation command line was

  $ ./configure 

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

hostname = rock
uname -m = i686
uname -r = 1.5.24(0.156/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2007-01-31 10:57

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

/bin/arch              = i686
/usr/bin/arch -k       = i686
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /bin
PATH: /usr/bin
PATH: /cygdrive/c/program files/common files/symbian/tools
PATH: /cygdrive/c/program files/csl arm toolchain/bin
PATH: /cygdrive/c/symbian/6.1/shared/epoc32/gcc/bin
PATH: /cygdrive/c/symbian/6.1/shared/epoc32/tools
PATH: /cygdrive/c/symbian/8.1a/s60_2nd_fp3/epoc32/gcc/bin
PATH: /cygdrive/c/symbian/8.1a/s60_2nd_fp3/epoc32/release/winscw/udeb
PATH: /cygdrive/c/symbian/8.1a/s60_2nd_fp3/epoc32/tools
PATH: /cygdrive/c/program files/research in motion/blackberry jde 4.1.0/bin
PATH: /cygdrive/c/windows
PATH: /cygdrive/c/windows/system32
PATH: /cygdrive/c/program files/microsoft visual studio .net 2003/vc7/bin
PATH: /cygdrive/c/program files/java/j2sdk1.4.2_20/bin
PATH: /cygdrive/c/perl/bin/
PATH: /cygdrive/c/program files/javasoft/jre/1.3.1/bin/hotspot
PATH: /cygdrive/c/perl/bin/
PATH: /cygdrive/c/program files/thinkpad/utilities
PATH: /cygdrive/c/windows/system32/wbem
PATH: /cygdrive/c/program files/intel/wireless/bin/
PATH: /cygdrive/c/program files/ati technologies/ati control panel
PATH: /cygdrive/c/ibmtools/python22
PATH: /cygdrive/c/program files/pc-doctor for windows/services
PATH: /cygdrive/c/nokia/tools/nds_for_symbianos_vs/winscw/symbian_tools/command_line_tools
PATH: /cygdrive/c/program files/mplayer
PATH: /cygdrive/c/program files/java/jre1.5.0_06/bin
PATH: /cygdrive/c/Program Files/MATLAB71/bin/win32
PATH: /cygdrive/c/Program Files/QuickTime/QTSystem/
PATH: /cygdrive/c/Program Files/OpenVPN/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /home/fire/bin


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

configure:2005: checking build system type
configure:2023: result: i686-pc-cygwin
configure:2045: checking host system type
configure:2060: result: i686-pc-cygwin
configure:2082: checking target system type
configure:2097: result: i686-pc-cygwin
configure:2139: checking for a BSD-compatible install
configure:2195: result: /bin/install -c
configure:2206: checking whether build environment is sane
configure:2249: result: yes
configure:2314: checking for gawk
configure:2330: found /bin/gawk
configure:2341: result: gawk
configure:2352: checking whether make sets $(MAKE)
configure:2373: result: yes
configure:2567: checking for python
configure:2585: found /bin/python
configure:2597: result: /bin/python
configure:2620: checking for python version
configure:2627: result: 2.4
configure:2639: checking for python platform
configure:2646: result: cygwin
configure:2653: checking for python script directory
configure:2661: result: ${prefix}/lib/python2.4/site-packages
configure:2670: checking for python extension module directory
configure:2678: result: ${exec_prefix}/lib/python2.4/site-packages
configure:2720: checking for style of include used by make
configure:2748: result: GNU
configure:2831: checking for g++
configure:2847: found /bin/g++
configure:2858: result: g++
configure:2889: checking for C++ compiler version
configure:2896: g++ --version >&5
g++ (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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:2899: $? = 0
configure:2906: g++ -v >&5
Reading specs from /bin/../lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:2909: $? = 0
configure:2916: g++ -V >&5
g++: `-V' option must have argument
configure:2919: $? = 1
configure:2942: checking for C++ compiler default output file name
configure:2969: g++    conftest.cpp  >&5
configure:2972: $? = 0
configure:3010: result: a.exe
configure:3027: checking whether the C++ compiler works
configure:3037: ./a.exe
configure:3040: $? = 0
configure:3057: result: yes
configure:3064: checking whether we are cross compiling
configure:3066: result: no
configure:3069: checking for suffix of executables
configure:3076: g++ -o conftest.exe    conftest.cpp  >&5
configure:3079: $? = 0
configure:3103: result: .exe
configure:3109: checking for suffix of object files
configure:3135: g++ -c   conftest.cpp >&5
configure:3138: $? = 0
configure:3161: result: o
configure:3165: checking whether we are using the GNU C++ compiler
configure:3194: g++ -c   conftest.cpp >&5
configure:3200: $? = 0
configure:3217: result: yes
configure:3222: checking whether g++ accepts -g
configure:3252: g++ -c -g  conftest.cpp >&5
configure:3258: $? = 0
configure:3357: result: yes
configure:3382: checking dependency style of g++
configure:3472: result: gcc3
configure:3494: checking how to run the C++ preprocessor
configure:3530: g++ -E  conftest.cpp
configure:3536: $? = 0
configure:3567: g++ -E  conftest.cpp
conftest.cpp:10:28: ac_nonexistent.h: No such file or directory
configure:3573: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gr-gsm"
| #define VERSION "0.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3606: result: g++ -E
configure:3635: g++ -E  conftest.cpp
configure:3641: $? = 0
configure:3672: g++ -E  conftest.cpp
conftest.cpp:10:28: ac_nonexistent.h: No such file or directory
configure:3678: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gr-gsm"
| #define VERSION "0.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3728: checking whether C++ has bool
configure:3749: g++ -o conftest.exe -g -O2   conftest.cpp  >&5
configure:3752: $? = 0
configure:3758: ./conftest.exe
configure:3761: $? = 0
configure:3763: result: yes
configure:3784: checking whether C++ has buggy scoping in for-loops
configure:3810: g++ -c -g -O2  conftest.cpp >&5
In file included from /bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward/iostream.h:31,
                 from conftest.cpp:10:
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
configure:3816: $? = 0
configure:3821: result: no
configure:3838: checking whether user wants assertions
configure:3850: result: yes
configure:3855: checking whether C++ has std::isnan
configure:3880: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:15: error: expected unqualified-id before '(' token
configure:3886: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gr-gsm"
| #define VERSION "0.0.1"
| /* end confdefs.h.  */
| #include <math.h>
| int
| main ()
| {
| 
|    std::isnan(0);
| 
|   ;
|   return 0;
| }
configure:3902: result: no
configure:3917: checking whether user wants warnings
configure:3928: result: yes
configure:3962: checking whether g++ accepts -Wall
configure:3967: result: yes
configure:3962: checking whether g++ accepts -Woverloaded-virtual
configure:3967: result: yes
configure:3980: checking whether user wants gprof
configure:3990: result: no
configure:4043: checking whether user wants prof
configure:4053: result: no
configure:4153: checking for gcc
configure:4169: found /bin/gcc
configure:4180: result: gcc
configure:4418: checking for C compiler version
configure:4425: gcc --version >&5
gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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:4428: $? = 0
configure:4435: gcc -v >&5
Reading specs from /bin/../lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:4438: $? = 0
configure:4445: gcc -V >&5
gcc: `-V' option must have argument
configure:4448: $? = 1
configure:4451: checking whether we are using the GNU C compiler
configure:4480: gcc -c   conftest.c >&5
configure:4486: $? = 0
configure:4503: result: yes
configure:4508: checking whether gcc accepts -g
configure:4538: gcc -c -g  conftest.c >&5
configure:4544: $? = 0
configure:4643: result: yes
configure:4660: checking for gcc option to accept ISO C89
configure:4734: gcc  -c -g -O2  conftest.c >&5
configure:4740: $? = 0
configure:4763: result: none needed
configure:4783: checking dependency style of gcc
configure:4873: result: gcc3
configure:4897: checking whether ln -s works
configure:4901: result: yes
configure:4908: checking whether make sets $(MAKE)
configure:4929: result: yes
configure:4951: checking for a BSD-compatible install
configure:5007: result: /bin/install -c
configure:5092: checking for a sed that does not truncate output
configure:5146: result: /bin/sed
configure:5149: checking for grep that handles long lines and -e
configure:5223: result: /bin/grep
configure:5228: checking for egrep
configure:5306: result: /bin/grep -E
configure:5322: checking for ld used by gcc
configure:5389: result: /usr/i686-pc-cygwin/bin/ld.exe
configure:5398: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld
configure:5413: result: yes
configure:5418: checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files
configure:5425: result: -r
configure:5443: checking for BSD-compatible nm
configure:5492: result: /bin/nm -B
configure:5496: checking how to recognise dependent libraries
configure:5672: result: file_magic ^x86 archive import|^x86 DLL
configure:5939: checking for dlltool
configure:5955: found /bin/dlltool
configure:5966: result: dlltool
configure:6035: checking for as
configure:6051: found /bin/as
configure:6062: result: as
configure:6131: checking for objdump
configure:6147: found /bin/objdump
configure:6158: result: objdump
configure:6196: checking how to run the C preprocessor
configure:6236: gcc -E  conftest.c
configure:6242: $? = 0
configure:6273: gcc -E  conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:6279: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gr-gsm"
| #define VERSION "0.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6312: result: gcc -E
configure:6341: gcc -E  conftest.c
configure:6347: $? = 0
configure:6378: gcc -E  conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:6384: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gr-gsm"
| #define VERSION "0.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6422: checking for ANSI C header files
configure:6452: gcc -c -g -O2  conftest.c >&5
configure:6458: $? = 0
configure:6557: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:6560: $? = 0
configure:6566: ./conftest.exe
configure:6569: $? = 0
configure:6586: result: yes
configure:6610: checking for sys/types.h
configure:6631: gcc -c -g -O2  conftest.c >&5
configure:6637: $? = 0
configure:6653: result: yes
configure:6610: checking for sys/stat.h
configure:6631: gcc -c -g -O2  conftest.c >&5
configure:6637: $? = 0
configure:6653: result: yes
configure:6610: checking for stdlib.h
configure:6631: gcc -c -g -O2  conftest.c >&5
configure:6637: $? = 0
configure:6653: result: yes
configure:6610: checking for string.h
configure:6631: gcc -c -g -O2  conftest.c >&5
configure:6637: $? = 0
configure:6653: result: yes
configure:6610: checking for memory.h
configure:6631: gcc -c -g -O2  conftest.c >&5
configure:6637: $? = 0
configure:6653: result: yes
configure:6610: checking for strings.h
configure:6631: gcc -c -g -O2  conftest.c >&5
configure:6637: $? = 0
configure:6653: result: yes
configure:6610: checking for inttypes.h
configure:6631: gcc -c -g -O2  conftest.c >&5
configure:6637: $? = 0
configure:6653: result: yes
configure:6610: checking for stdint.h
configure:6631: gcc -c -g -O2  conftest.c >&5
configure:6637: $? = 0
configure:6653: result: yes
configure:6610: checking for unistd.h
configure:6631: gcc -c -g -O2  conftest.c >&5
configure:6637: $? = 0
configure:6653: result: yes
configure:6680: checking dlfcn.h usability
configure:6697: gcc -c -g -O2  conftest.c >&5
configure:6703: $? = 0
configure:6717: result: yes
configure:6721: checking dlfcn.h presence
configure:6736: gcc -E  conftest.c
configure:6742: $? = 0
configure:6756: result: yes
configure:6784: checking for dlfcn.h
configure:6792: result: yes
configure:6815: checking how to run the C++ preprocessor
configure:6927: result: g++ -E
configure:6956: g++ -E  conftest.cpp
configure:6962: $? = 0
configure:6993: g++ -E  conftest.cpp
conftest.cpp:21:28: ac_nonexistent.h: No such file or directory
configure:6999: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gr-gsm"
| #define VERSION "0.0.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.  */
| #include <ac_nonexistent.h>
configure:7091: checking for g77
configure:7121: result: no
configure:7091: checking for xlf
configure:7121: result: no
configure:7091: checking for f77
configure:7121: result: no
configure:7091: checking for frt
configure:7121: result: no
configure:7091: checking for pgf77
configure:7121: result: no
configure:7091: checking for cf77
configure:7121: result: no
configure:7091: checking for fort77
configure:7121: result: no
configure:7091: checking for fl32
configure:7121: result: no
configure:7091: checking for af77
configure:7121: result: no
configure:7091: checking for xlf90
configure:7121: result: no
configure:7091: checking for f90
configure:7121: result: no
configure:7091: checking for pgf90
configure:7121: result: no
configure:7091: checking for pghpf
configure:7121: result: no
configure:7091: checking for epcf90
configure:7121: result: no
configure:7091: checking for gfortran
configure:7121: result: no
configure:7091: checking for g95
configure:7121: result: no
configure:7091: checking for xlf95
configure:7121: result: no
configure:7091: checking for f95
configure:7121: result: no
configure:7091: checking for fort
configure:7121: result: no
configure:7091: checking for ifort
configure:7121: result: no
configure:7091: checking for ifc
configure:7121: result: no
configure:7091: checking for efc
configure:7121: result: no
configure:7091: checking for pgf95
configure:7121: result: no
configure:7091: checking for lf95
configure:7121: result: no
configure:7091: checking for ftn
configure:7121: result: no
configure:7148: checking for Fortran 77 compiler version
configure:7155:  --version >&5
./configure: line 7156: --version: command not found
configure:7158: $? = 127
configure:7165:  -v >&5
./configure: line 7166: -v: command not found
configure:7168: $? = 127
configure:7175:  -V >&5
./configure: line 7176: -V: command not found
configure:7178: $? = 127
configure:7186: checking whether we are using the GNU Fortran 77 compiler
configure:7205:  -c  conftest.F >&5
./configure: line 7206: -c: command not found
configure:7211: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:7228: result: no
configure:7234: checking whether  accepts -g
configure:7251:  -c -g conftest.f >&5
./configure: line 7252: -c: command not found
configure:7257: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:7273: result: no
configure:7303: checking the maximum length of command line arguments
configure:7412: result: 8192
configure:7423: checking command to parse /bin/nm -B output from gcc object
configure:7528: gcc -c -g -O2  conftest.c >&5
configure:7531: $? = 0
configure:7535: /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:7538: $? = 0
cannot find nm_test_var in conftest.nm
configure:7528: gcc -c -g -O2  conftest.c >&5
configure:7531: $? = 0
configure:7535: /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:7538: $? = 0
configure:7590: gcc -o conftest.exe -g -O2   conftest.c conftstm.o >&5
configure:7593: $? = 0
configure:7631: result: ok
configure:7635: checking for objdir
configure:7650: result: .libs
configure:7742: checking for ar
configure:7758: found /bin/ar
configure:7769: result: ar
configure:7838: checking for ranlib
configure:7854: found /bin/ranlib
configure:7865: result: ranlib
configure:7934: checking for strip
configure:7950: found /bin/strip
configure:7961: result: strip
configure:8247: checking if gcc supports -fno-rtti -fno-exceptions
configure:8265: 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:8269: $? = 0
configure:8282: result: no
configure:8297: checking for gcc option to produce PIC
configure:8507: result: 
configure:8578: checking if gcc static flag -static works
configure:8606: result: yes
configure:8616: checking if gcc supports -c -o file.o
configure:8637: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8641: $? = 0
configure:8663: result: yes
configure:8689: checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:9644: result: yes
configure:9665: checking whether -lc should be explicitly linked in
configure:9670: gcc -c -g -O2  conftest.c >&5
configure:9673: $? = 0
configure:9688: gcc -shared conftest.o  -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9691: $? = 1
configure:9703: result: yes
configure:9711: checking dynamic linker characteristics
configure:10287: result: Win32 ld.exe
configure:10296: checking how to hardcode library paths into programs
configure:10321: result: immediate
configure:10335: checking whether stripping libraries is possible
configure:10340: result: yes
configure:11141: checking if libtool supports shared libraries
configure:11143: result: yes
configure:11146: checking whether to build shared libraries
configure:11167: result: yes
configure:11170: checking whether to build static libraries
configure:11174: result: no
configure:11266: creating libtool
configure:11854: checking for ld used by g++
configure:11921: result: /usr/i686-pc-cygwin/bin/ld.exe
configure:11930: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld
configure:11945: result: yes
configure:11996: checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:12930: result: yes
configure:12948: g++ -c -g -O2 -Wall -Woverloaded-virtual  conftest.cpp >&5
configure:12951: $? = 0
configure:13070: checking for g++ option to produce PIC
configure:13344: result: 
configure:13415: checking if g++ static flag -static works
configure:13443: result: yes
configure:13453: checking if g++ supports -c -o file.o
configure:13474: g++ -c -g -O2 -Wall -Woverloaded-virtual  -o out/conftest2.o conftest.cpp >&5
configure:13478: $? = 0
configure:13500: result: yes
configure:13526: checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:13554: result: yes
configure:13621: checking dynamic linker characteristics
configure:14197: result: Win32 ld.exe
configure:14206: checking how to hardcode library paths into programs
configure:14231: result: immediate
configure:20368: checking for Python include path
configure:20386: result: /usr/include/python2.4
configure:20415: checking Python.h usability
configure:20432: gcc -c -g -O2  -I/usr/include/python2.4 conftest.c >&5
configure:20438: $? = 0
configure:20452: result: yes
configure:20456: checking Python.h presence
configure:20471: gcc -E  -I/usr/include/python2.4 conftest.c
configure:20477: $? = 0
configure:20491: result: yes
configure:20519: checking for Python.h
configure:20527: result: yes
configure:20552: checking for Python LDFLAGS
configure:20580: result: -L/usr/lib/python2.4/config -lpython2.4
configure:20583: checking for pythondir
configure:20586: result: ${prefix}/lib/python2.4/site-packages
configure:20589: checking for pkgpythondir
configure:20592: result: ${pythondir}/gr-gsm
configure:20595: checking for pyexecdir
configure:20598: result: ${exec_prefix}/lib/python2.4/site-packages
configure:20601: checking for pkgpyexecdir
configure:20604: result: ${pyexecdir}/gr-gsm
configure:20621: checking for swig
configure:20637: found /bin/swig
configure:20648: result: /bin/swig
configure:20662: checking for SWIG version
configure:20666: result: 1.3.29
configure:20854: checking for the pthreads library -lpthreads
configure:20897: gcc -o conftest.exe -g -O2    conftest.c -lpthreads  >&5
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:20903: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gr-gsm"
| #define VERSION "0.0.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_PYTHON_H 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:20923: result: no
configure:20843: checking whether pthreads work without any flags
configure:20897: gcc -o conftest.exe -g -O2    conftest.c   >&5
configure:20903: $? = 0
configure:20923: result: yes
configure:20943: checking for joinable pthread attribute
configure:20966: gcc -o conftest.exe -g -O2    conftest.c   >&5
configure:20972: $? = 0
configure:21040: result: PTHREAD_CREATE_JOINABLE
configure:21047: checking if more special flags are required for pthreads
configure:21054: result: no
configure:21066: checking for cc_r
configure:21094: result: gcc
configure:21207: checking for library containing clock_gettime
configure:21248: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:21254: $? = 0
configure:21282: result: none required
configure:21296: checking for clock_gettime
configure:21352: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:21358: $? = 0
configure:21376: result: yes
configure:21296: checking for gettimeofday
configure:21352: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:21358: $? = 0
configure:21376: result: yes
configure:21296: checking for nanosleep
configure:21352: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:21358: $? = 0
configure:21376: result: yes
configure:21398: checking for ANSI C header files
configure:21562: result: yes
configure:21572: checking for sys/wait.h that is POSIX.1 compatible
configure:21608: gcc -c -g -O2   conftest.c >&5
configure:21614: $? = 0
configure:21629: result: yes
configure:21659: checking fcntl.h usability
configure:21676: gcc -c -g -O2   conftest.c >&5
configure:21682: $? = 0
configure:21696: result: yes
configure:21700: checking fcntl.h presence
configure:21715: gcc -E  conftest.c
configure:21721: $? = 0
configure:21735: result: yes
configure:21763: checking for fcntl.h
configure:21771: result: yes
configure:21659: checking limits.h usability
configure:21676: gcc -c -g -O2   conftest.c >&5
configure:21682: $? = 0
configure:21696: result: yes
configure:21700: checking limits.h presence
configure:21715: gcc -E  conftest.c
configure:21721: $? = 0
configure:21735: result: yes
configure:21763: checking for limits.h
configure:21771: result: yes
configure:21649: checking for strings.h
configure:21655: result: yes
configure:21659: checking sys/ioctl.h usability
configure:21676: gcc -c -g -O2   conftest.c >&5
configure:21682: $? = 0
configure:21696: result: yes
configure:21700: checking sys/ioctl.h presence
configure:21715: gcc -E  conftest.c
configure:21721: $? = 0
configure:21735: result: yes
configure:21763: checking for sys/ioctl.h
configure:21771: result: yes
configure:21659: checking sys/time.h usability
configure:21676: gcc -c -g -O2   conftest.c >&5
configure:21682: $? = 0
configure:21696: result: yes
configure:21700: checking sys/time.h presence
configure:21715: gcc -E  conftest.c
configure:21721: $? = 0
configure:21735: result: yes
configure:21763: checking for sys/time.h
configure:21771: result: yes
configure:21649: checking for unistd.h
configure:21655: result: yes
configure:21799: checking sys/mman.h usability
configure:21816: gcc -c -g -O2   conftest.c >&5
configure:21822: $? = 0
configure:21836: result: yes
configure:21840: checking sys/mman.h presence
configure:21855: gcc -E  conftest.c
configure:21861: $? = 0
configure:21875: result: yes
configure:21903: checking for sys/mman.h
configure:21911: result: yes
configure:21925: checking for an ANSI C-conforming const
configure:22000: gcc -c -g -O2   conftest.c >&5
configure:22006: $? = 0
configure:22021: result: yes
configure:22031: checking for inline
configure:22057: gcc -c -g -O2   conftest.c >&5
configure:22063: $? = 0
configure:22081: result: inline
configure:22100: checking for size_t
configure:22130: gcc -c -g -O2   conftest.c >&5
configure:22136: $? = 0
configure:22151: result: yes
configure:22163: checking whether time.h and sys/time.h may both be included
configure:22193: gcc -c -g -O2   conftest.c >&5
configure:22199: $? = 0
configure:22214: result: yes
configure:22328: checking for sys/types.h
configure:22334: result: yes
configure:22328: checking for fcntl.h
configure:22334: result: yes
configure:22338: checking io.h usability
configure:22355: gcc -c -g -O2   conftest.c >&5
configure:22361: $? = 0
configure:22375: result: yes
configure:22379: checking io.h presence
configure:22394: gcc -E  conftest.c
configure:22400: $? = 0
configure:22414: result: yes
configure:22442: checking for io.h
configure:22450: result: yes
configure:22478: checking windows.h usability
configure:22495: gcc -c -g -O2   conftest.c >&5
configure:22501: $? = 0
configure:22515: result: yes
configure:22519: checking windows.h presence
configure:22534: gcc -E  conftest.c
configure:22540: $? = 0
configure:22554: result: yes
configure:22582: checking for windows.h
configure:22590: result: yes
configure:22608: checking for winioctl.h
configure:22633: gcc -c -g -O2   conftest.c >&5
configure:22639: $? = 0
configure:22655: result: yes
configure:22608: checking for winbase.h
configure:22633: gcc -c -g -O2   conftest.c >&5
configure:22639: $? = 0
configure:22655: result: yes
configure:22680: checking for getopt
configure:22736: gcc -o conftest.exe -g -O2    conftest.c  >&5
configure:22742: $? = 0
configure:22760: result: yes
configure:22680: checking for usleep
configure:22736: gcc -o conftest.exe -g -O2    conftest.c  >&5
configure:22742: $? = 0
configure:22760: result: yes
configure:22680: checking for gettimeofday
configure:22760: result: yes
configure:22680: checking for nanosleep
configure:22760: result: yes
configure:22680: checking for rand
configure:22736: gcc -o conftest.exe -g -O2    conftest.c  >&5
configure:22742: $? = 0
configure:22760: result: yes
configure:22680: checking for srand
configure:22736: gcc -o conftest.exe -g -O2    conftest.c  >&5
configure:22742: $? = 0
configure:22760: result: yes
configure:22680: checking for random
configure:22736: gcc -o conftest.exe -g -O2    conftest.c  >&5
configure:22742: $? = 0
configure:22760: result: yes
configure:22680: checking for srandom
configure:22736: gcc -o conftest.exe -g -O2    conftest.c  >&5
configure:22742: $? = 0
configure:22760: result: yes
configure:22680: checking for sleep
configure:22736: gcc -o conftest.exe -g -O2    conftest.c  >&5
configure:22742: $? = 0
configure:22760: result: yes
configure:22680: checking for sigaction
configure:22736: gcc -o conftest.exe -g -O2    conftest.c  >&5
configure:22742: $? = 0
configure:22760: result: yes
configure:22770: checking for struct timezone
configure:22815: gcc -c -g -O2   conftest.c >&5
configure:22821: $? = 0
configure:22836: result: yes
configure:22846: checking for struct timespec
configure:22891: gcc -c -g -O2   conftest.c >&5
configure:22897: $? = 0
configure:22912: result: yes
configure:22922: checking for ssize_t
configure:22967: gcc -c -g -O2   conftest.c >&5
configure:22973: $? = 0
configure:22988: result: yes
configure:23006: checking for getopt
configure:23086: result: yes
configure:23006: checking for usleep
configure:23086: result: yes
configure:23006: checking for gettimeofday
configure:23086: result: yes
configure:23106: checking for Sleep
configure:23131: gcc -o conftest.exe -g -O2    conftest.c  >&5
configure:23137: $? = 0
configure:23148: result: yes
configure:23162: checking whether mkdir accepts only one arg
configure:23189: gcc -c -g -O2   conftest.c >&5
conftest.c: In function `main':
conftest.c:66: error: too few arguments to function `mkdir'
configure:23195: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gr-gsm"
| #define VERSION "0.0.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_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|        #include <sys/stat.h>
|        #include <fcntl.h>
| int
| main ()
| {
| 
|        mkdir("")
| 
|   ;
|   return 0;
| }
configure:23211: result: no
configure:23230: checking for pkg-config
configure:23248: found /bin/pkg-config
configure:23261: result: /bin/pkg-config
configure:23283: checking for gnuradio-core >= 2
configure:23287: result: yes
configure:23291: checking GNURADIO_CORE_CFLAGS
configure:23294: result: -I/usr/local/include/gnuradio  
configure:23297: checking GNURADIO_CORE_LIBS
configure:23300: result: -L/usr/local/lib -lgnuradio-core -lfftw3f -lm  
configure:23303: checking GNURADIO_CORE_INCLUDEDIR
configure:23306: result: /usr/local/include/gnuradio
configure:23519: checking boost/shared_ptr.hpp usability
configure:23536: g++ -c -g -O2 -Wall -Woverloaded-virtual   conftest.cpp >&5
conftest.cpp:92:32: boost/shared_ptr.hpp: No such file or directory
configure:23542: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gr-gsm"
| #define VERSION "0.0.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_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 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 <boost/shared_ptr.hpp>
configure:23556: result: no
configure:23560: checking boost/shared_ptr.hpp presence
configure:23575: g++ -E  conftest.cpp
conftest.cpp:59:32: boost/shared_ptr.hpp: No such file or directory
configure:23581: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gr-gsm"
| #define VERSION "0.0.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_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| /* end confdefs.h.  */
| #include <boost/shared_ptr.hpp>
configure:23595: result: no
configure:23623: checking for boost/shared_ptr.hpp
configure:23630: result: no
configure:23672: checking boost/shared_ptr.hpp usability
configure:23689: g++ -c -g -O2 -Wall -Woverloaded-virtual   -I/usr/local/include/boost-1_33_1 conftest.cpp >&5
configure:23695: $? = 0
configure:23709: result: yes
configure:23713: checking boost/shared_ptr.hpp presence
configure:23728: g++ -E  -I/usr/local/include/boost-1_33_1 conftest.cpp
configure:23734: $? = 0
configure:23748: result: yes
configure:23776: checking for boost/shared_ptr.hpp
configure:23783: result: yes
configure:23961: creating ./config.status

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

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

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

on rock

config.status:704: creating Makefile
config.status:704: creating config/Makefile
config.status:704: creating src/Makefile
config.status:704: creating src/lib/Makefile
config.status:704: creating src/python/Makefile
config.status:704: creating src/python/run_tests
config.status:704: creating config.h
config.status:1017: executing depfiles commands
config.status:1017: executing run_tests commands

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

ac_cv_build=i686-pc-cygwin
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_exeext=.exe
ac_cv_f77_compiler_gnu=no
ac_cv_func_clock_gettime=yes
ac_cv_func_getopt=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_nanosleep=yes
ac_cv_func_rand=yes
ac_cv_func_random=yes
ac_cv_func_sigaction=yes
ac_cv_func_sleep=yes
ac_cv_func_srand=yes
ac_cv_func_srandom=yes
ac_cv_func_usleep=yes
ac_cv_header_Python_h=yes
ac_cv_header_boost_shared_ptr_hpp=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_io_h=yes
ac_cv_header_limits_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_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_winbase_h=yes
ac_cv_header_windows_h=yes
ac_cv_header_winioctl_h=yes
ac_cv_host=i686-pc-cygwin
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PKG_CONFIG=/bin/pkg-config
ac_cv_path_PYTHON=/bin/python
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_PTHREAD_CC=gcc
ac_cv_prog_SWIG=/bin/swig
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_AS=as
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_OBJDUMP=objdump
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_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_gettime='none required'
ac_cv_target=i686-pc-cygwin
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_struct_timespec=yes
ac_cv_type_struct_timezone=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_python_platform=cygwin
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.4/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.4/site-packages'
am_cv_python_version=2.4
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd=func_win32_libid
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/i686-pc-cygwin/bin/ld.exe
lt_cv_path_LDCXX=/usr/i686-pc-cygwin/bin/ld.exe
lt_cv_path_NM='/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*_\([_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_max_cmd_len=8192
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*_\\([_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'\''"'

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

ACLOCAL='${SHELL} /home/fire/Desktop/tvoid/gr-gsm-0.0.2/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/fire/Desktop/tvoid/gr-gsm-0.0.2/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/fire/Desktop/tvoid/gr-gsm-0.0.2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/fire/Desktop/tvoid/gr-gsm-0.0.2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/fire/Desktop/tvoid/gr-gsm-0.0.2/missing --run automake-1.9'
AWK='gawk'
BOOST_CFLAGS='-I/usr/local/include/boost-1_33_1'
CC='gcc'
CCAS='$(CC)'
CCASFLAGS='$(CFLAGS)'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 '
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -Wall -Woverloaded-virtual '
CXX_FOR_BUILD='g++'
CYGPATH_W='cygpath -w'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT='.exe'
F77=''
FFLAGS=''
GNURADIO_CORE_CFLAGS='-I/usr/local/include/gnuradio  '
GNURADIO_CORE_INCLUDEDIR='/usr/local/include/gnuradio'
GNURADIO_CORE_LIBS='-L/usr/local/lib -lgnuradio-core -lfftw3f -lm  '
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=' -L/usr/local/lib -lgnuradio-core -lfftw3f -lm  '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/fire/Desktop/tvoid/gr-gsm-0.0.2/missing --run makeinfo'
NO_UNDEFINED='-no-undefined'
OBJDUMP='objdump'
OBJEXT='o'
OMNITHREAD_NT_FALSE=''
OMNITHREAD_NT_TRUE='#'
OMNITHREAD_POSIX_FALSE='#'
OMNITHREAD_POSIX_TRUE=''
PACKAGE='gr-gsm'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/bin/pkg-config'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS=''
PTHREAD_LIBS=' '
PYTHON='/bin/python'
PYTHON_CPPFLAGS='-I/usr/include/python2.4'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_LDFLAGS='-L/usr/lib/python2.4/config -lpython2.4'
PYTHON_PLATFORM='cygwin'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.4'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STD_DEFINES_AND_INCLUDES='-I/usr/local/include/gnuradio   -I/usr/local/include/boost-1_33_1'
STRIP='strip'
SWIG='/bin/swig -c++'
SWIG_PYTHON_CPPFLAGS='-I/usr/include/python2.4'
SWIG_PYTHON_LIB='-lswigpy'
SWIG_PYTHON_OPT='-python'
VERSION='0.0.1'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-cygwin'
build_alias=''
build_cpu='i686'
build_os='cygwin'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-cygwin'
host_alias=''
host_cpu='i686'
host_os='cygwin'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/fire/Desktop/tvoid/gr-gsm-0.0.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/gr-gsm'
pkgpythondir='${pythondir}/gr-gsm'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.4/site-packages'
pythondir='${prefix}/lib/python2.4/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-cygwin'
target_alias=''
target_cpu='i686'
target_os='cygwin'
target_vendor='pc'

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "gr-gsm"
#define VERSION "0.0.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_PYTHON_H 1
#define OMNITHREAD_POSIX 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_NANOSLEEP 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_MMAN_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_FCNTL_H 1
#define HAVE_IO_H 1
#define HAVE_WINDOWS_H 1
#define HAVE_WINIOCTL_H 1
#define HAVE_WINBASE_H 1
#define HAVE_GETOPT 1
#define HAVE_USLEEP 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_NANOSLEEP 1
#define HAVE_RAND 1
#define HAVE_SRAND 1
#define HAVE_RANDOM 1
#define HAVE_SRANDOM 1
#define HAVE_SLEEP 1
#define HAVE_SIGACTION 1
#define HAVE_STRUCT_TIMEZONE 1
#define HAVE_STRUCT_TIMESPEC 1
#define HAVE_SSIZE_T 1
#define HAVE_GETOPT 1
#define HAVE_USLEEP 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_SSLEEP 1

configure: exit 0
personal git repositories of Harald Welte. Your mileage may vary