forked from baidu/ntripcaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.log
983 lines (957 loc) · 32.9 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
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.52. Invocation command line was
$ ./configure --prefix=/home/fuxiangyu/Baidu_ADU/ntripcaster_github/output/
## ---------- ##
## Platform. ##
## ---------- ##
hostname = Baidu-ADU-T7910
uname -m = x86_64
uname -r = 4.4.0-116-generic
uname -s = Linux
uname -v = #140~14.04.1-Ubuntu SMP Fri Feb 16 09:25:20 UTC 2018
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH = /home/fuxiangyu/.BCloud/bin:/opt/ros/indigo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
## ------------ ##
## Core tests. ##
## ------------ ##
configure:965: PATH=".;."; conftest.sh
./configure: 966: ./configure: conftest.sh: not found
configure:968: $? = 127
configure:1025: checking for a BSD compatible install
configure:1074: result: /usr/bin/install -c
configure:1085: checking whether build environment is sane
configure:1128: result: yes
configure:1143: checking whether make sets ${MAKE}
configure:1163: result: yes
configure:1191: checking for working aclocal
configure:1198: result: found
configure:1206: checking for working autoconf
configure:1213: result: found
configure:1221: checking for working automake
configure:1228: result: found
configure:1236: checking for working autoheader
configure:1243: result: found
configure:1251: checking for working makeinfo
configure:1262: result: missing
configure:1266: checking whether to enable maintainer-specific portions of Makefiles
configure:1275: result: no
configure:1354: checking for ranlib
configure:1369: found /usr/bin/ranlib
configure:1378: result: ranlib
configure:1433: checking for gcc
configure:1448: found /usr/bin/gcc
configure:1456: result: gcc
configure:1684: checking for C compiler version
configure:1687: gcc --version </dev/null >&5
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.4) 4.8.4
Copyright (C) 2013 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:1690: $? = 0
configure:1692: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.4' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4)
configure:1695: $? = 0
configure:1697: gcc -V </dev/null >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:1700: $? = 4
configure:1720: checking for C compiler default output
configure:1723: gcc conftest.c >&5
configure:1726: $? = 0
configure:1755: result: a.out
configure:1760: checking whether the C compiler works
configure:1766: ./a.out
configure:1769: $? = 0
configure:1784: result: yes
configure:1791: checking whether we are cross compiling
configure:1793: result: no
configure:1796: checking for executable suffix
configure:1798: gcc -o conftest conftest.c >&5
configure:1801: $? = 0
configure:1823: result:
configure:1829: checking for object suffix
configure:1847: gcc -c conftest.c >&5
configure:1850: $? = 0
configure:1869: result: o
configure:1873: checking whether we are using the GNU C compiler
configure:1894: gcc -c conftest.c >&5
configure:1897: $? = 0
configure:1900: test -s conftest.o
configure:1903: $? = 0
configure:1915: result: yes
configure:1921: checking whether gcc accepts -g
configure:1939: gcc -c -g conftest.c >&5
configure:1942: $? = 0
configure:1945: test -s conftest.o
configure:1948: $? = 0
configure:1958: result: yes
configure:1985: gcc -c -g -O2 conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:1988: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2092: checking for uname
configure:2107: found /bin/uname
configure:2115: result: uname
configure:2134: checking for a BSD compatible install
configure:2183: result: /usr/bin/install -c
configure:2199: checking how to run the C preprocessor
configure:2225: gcc -E conftest.c
configure:2231: $? = 0
configure:2258: gcc -E conftest.c
configure:2255:28: fatal error: ac_nonexistent.h: No such file or directory
#include "confdefs.h"
^
compilation terminated.
configure:2264: $? = 1
configure: failed program was:
#line 2254 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2301: result: gcc -E
configure:2316: gcc -E conftest.c
configure:2322: $? = 0
configure:2349: gcc -E conftest.c
configure:2346:28: fatal error: ac_nonexistent.h: No such file or directory
#include "confdefs.h"
^
compilation terminated.
configure:2355: $? = 1
configure: failed program was:
#line 2345 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2394: checking for AIX
configure:2413: result: no
configure:2418: checking for POSIXized ISC
configure:2437: result: no
configure:2442: checking for minix/config.h
configure:2452: gcc -E conftest.c
configure:2449:26: fatal error: minix/config.h: No such file or directory
#include "confdefs.h"
^
compilation terminated.
configure:2458: $? = 1
configure: failed program was:
#line 2448 "configure"
#include "confdefs.h"
#include <minix/config.h>
configure:2477: result: no
configure:2501: checking your OS
configure:2512: result: Linux
configure:2633: checking for socket
configure:2670: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:2673: $? = 0
configure:2676: test -s conftest
configure:2679: $? = 0
configure:2689: result: yes
configure:2766: checking for connect
configure:2803: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:2806: $? = 0
configure:2809: test -s conftest
configure:2812: $? = 0
configure:2822: result: yes
configure:2899: checking for log
configure:2936: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:2915:6: warning: conflicting types for built-in function 'log' [enabled by default]
builtin and then its argument prototype would still apply. */
^
/tmp/ccGFbfQA.o: In function `main':
/home/fuxiangyu/Baidu_ADU/ntripcaster_github/configure:2927: undefined reference to `log'
collect2: error: ld returned 1 exit status
configure:2939: $? = 1
configure: failed program was:
#line 2905 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char log (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char log ();
char (*f) ();
int
main ()
{
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_log) || defined (__stub___log)
choke me
#else
f = log;
#endif
;
return 0;
}
configure:2955: result: no
configure:2969: checking for log in -lm
configure:2996: gcc -o conftest -g -O2 -Wall conftest.c -lm >&5
configure:2985:6: warning: conflicting types for built-in function 'log' [enabled by default]
builtin and then its argument prototype would still apply. */
^
configure:2999: $? = 0
configure:3002: test -s conftest
configure:3005: $? = 0
configure:3016: result: yes
configure:3033: checking for gethostbyname
configure:3070: gcc -o conftest -g -O2 -Wall conftest.c -lm >&5
configure:3073: $? = 0
configure:3076: test -s conftest
configure:3079: $? = 0
configure:3089: result: yes
configure:3166: checking for nanosleep
configure:3203: gcc -o conftest -g -O2 -Wall conftest.c -lm >&5
configure:3206: $? = 0
configure:3209: test -s conftest
configure:3212: $? = 0
configure:3222: result: yes
configure:3472: checking whether to use libwrap
configure:3589: result: no
configure:3734: checking whether to use crypted passwords
configure:3752: result: no
configure:3820: checking for pthread functions in standard libraries
configure:3835: gcc -o conftest -g -O2 -Wall conftest.c -lm >&5
configure: In function 'main':
configure:3828:1: warning: implicit declaration of function 'pthread_create' [-Wimplicit-function-declaration]
{
^
/tmp/ccrbyG7O.o: In function `main':
/home/fuxiangyu/Baidu_ADU/ntripcaster_github/configure:3828: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
configure:3838: $? = 1
configure: failed program was:
#line 3823 "configure"
#include "confdefs.h"
int
main ()
{
pthread_create();
;
return 0;
}
configure:3851: result: no
configure:3895: checking for pthread_create in -lpthread
configure:3922: gcc -o conftest -g -O2 -Wall conftest.c -lpthread -lm >&5
configure:3925: $? = 0
configure:3928: test -s conftest
configure:3931: $? = 0
configure:3942: result: yes
configure:4206: gcc -c -g -O2 -Wall conftest.c >&5
configure: In function 'main':
configure:4199:5: warning: unused variable 'foo' [-Wunused-variable]
{
^
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4228: checking for ANSI C header files
configure:4242: gcc -E conftest.c
configure:4248: $? = 0
configure:4335: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure: In function 'main':
configure:4327:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
for (i = 0; i < 256; i++)
^
configure:4327:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:4338: $? = 0
configure:4340: ./conftest
configure:4343: $? = 0
configure:4356: result: yes
configure:4366: checking for sys/wait.h that is POSIX.1 compatible
configure:4394: gcc -c -g -O2 -Wall conftest.c >&5
configure:4397: $? = 0
configure:4400: test -s conftest.o
configure:4403: $? = 0
configure:4413: result: yes
configure:4426: checking for dirent.h that defines DIR
configure:4447: gcc -c -g -O2 -Wall conftest.c >&5
configure:4450: $? = 0
configure:4453: test -s conftest.o
configure:4456: $? = 0
configure:4466: result: yes
configure:4479: checking for opendir in -ldir
configure:4506: gcc -o conftest -g -O2 -Wall conftest.c -ldir -lm -lpthread >&5
/usr/bin/ld: cannot find -ldir
collect2: error: ld returned 1 exit status
configure:4509: $? = 1
configure: failed program was:
#line 4487 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char opendir ();
int
main ()
{
opendir ();
;
return 0;
}
configure:4526: result: no
configure:4591: checking for fcntl.h
configure:4601: gcc -E conftest.c
configure:4607: $? = 0
configure:4626: result: yes
configure:4591: checking for sys/time.h
configure:4601: gcc -E conftest.c
configure:4607: $? = 0
configure:4626: result: yes
configure:4591: checking for unistd.h
configure:4601: gcc -E conftest.c
configure:4607: $? = 0
configure:4626: result: yes
configure:4591: checking for sys/soundcard.h
configure:4601: gcc -E conftest.c
configure:4607: $? = 0
configure:4626: result: yes
configure:4591: checking for machine/soundcard.h
configure:4601: gcc -E conftest.c
configure:4598:31: fatal error: machine/soundcard.h: No such file or directory
#include "confdefs.h"
^
compilation terminated.
configure:4607: $? = 1
configure: failed program was:
#line 4597 "configure"
#include "confdefs.h"
#include <machine/soundcard.h>
configure:4626: result: no
configure:4591: checking for pthread.h
configure:4601: gcc -E conftest.c
configure:4607: $? = 0
configure:4626: result: yes
configure:4591: checking for assert.h
configure:4601: gcc -E conftest.c
configure:4607: $? = 0
configure:4626: result: yes
configure:4591: checking for sys/resource.h
configure:4601: gcc -E conftest.c
configure:4607: $? = 0
configure:4626: result: yes
configure:4591: checking for math.h
configure:4601: gcc -E conftest.c
configure:4607: $? = 0
configure:4626: result: yes
configure:4591: checking for signal.h
configure:4601: gcc -E conftest.c
configure:4607: $? = 0
configure:4626: result: yes
configure:4591: checking for sys/signal.h
configure:4601: gcc -E conftest.c
configure:4607: $? = 0
configure:4626: result: yes
configure:4591: checking for mcheck.h
configure:4601: gcc -E conftest.c
configure:4607: $? = 0
configure:4626: result: yes
configure:4591: checking for malloc.h
configure:4601: gcc -E conftest.c
configure:4607: $? = 0
configure:4626: result: yes
configure:4591: checking for history.h
configure:4601: gcc -E conftest.c
configure:4598:21: fatal error: history.h: No such file or directory
#include "confdefs.h"
^
compilation terminated.
configure:4607: $? = 1
configure: failed program was:
#line 4597 "configure"
#include "confdefs.h"
#include <history.h>
configure:4626: result: no
configure:4591: checking for Python.h
configure:4601: gcc -E conftest.c
configure:4598:20: fatal error: Python.h: No such file or directory
#include "confdefs.h"
^
compilation terminated.
configure:4607: $? = 1
configure: failed program was:
#line 4597 "configure"
#include "confdefs.h"
#include <Python.h>
configure:4626: result: no
configure:4636: checking for gcc option to accept ANSI C
configure:4693: gcc -c -g -O2 -Wall conftest.c >&5
configure:4696: $? = 0
configure:4699: test -s conftest.o
configure:4702: $? = 0
configure:4719: result: none needed
configure:4727: checking for an ANSI C-conforming const
configure:4791: gcc -c -g -O2 -Wall conftest.c >&5
configure: In function 'main':
configure:4761:17: warning: unused variable 's' [-Wunused-variable]
char *t;
^
configure:4781:15: warning: unused variable 'foo' [-Wunused-variable]
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
^
configure:4748:29: warning: unused variable 'zero' [-Wunused-variable]
struct point {int x, y;};
^
configure:4742:17: warning: unused variable 'x' [-Wunused-variable]
typedef int charset[2];
^
configure:4763:7: warning: 't' is used uninitialized in this function [-Wuninitialized]
^
configure:4778:23: warning: 'b' is used uninitialized in this function [-Wuninitialized]
struct s { int j; const int *ap[3]; };
^
configure:4794: $? = 0
configure:4797: test -s conftest.o
configure:4800: $? = 0
configure:4810: result: yes
configure:4826: checking for sys/types.h
configure:4838: gcc -c -g -O2 -Wall conftest.c >&5
configure:4841: $? = 0
configure:4844: test -s conftest.o
configure:4847: $? = 0
configure:4857: result: yes
configure:4826: checking for sys/stat.h
configure:4838: gcc -c -g -O2 -Wall conftest.c >&5
configure:4841: $? = 0
configure:4844: test -s conftest.o
configure:4847: $? = 0
configure:4857: result: yes
configure:4826: checking for stdlib.h
configure:4838: gcc -c -g -O2 -Wall conftest.c >&5
configure:4841: $? = 0
configure:4844: test -s conftest.o
configure:4847: $? = 0
configure:4857: result: yes
configure:4826: checking for string.h
configure:4838: gcc -c -g -O2 -Wall conftest.c >&5
configure:4841: $? = 0
configure:4844: test -s conftest.o
configure:4847: $? = 0
configure:4857: result: yes
configure:4826: checking for memory.h
configure:4838: gcc -c -g -O2 -Wall conftest.c >&5
configure:4841: $? = 0
configure:4844: test -s conftest.o
configure:4847: $? = 0
configure:4857: result: yes
configure:4826: checking for strings.h
configure:4838: gcc -c -g -O2 -Wall conftest.c >&5
configure:4841: $? = 0
configure:4844: test -s conftest.o
configure:4847: $? = 0
configure:4857: result: yes
configure:4826: checking for inttypes.h
configure:4838: gcc -c -g -O2 -Wall conftest.c >&5
configure:4841: $? = 0
configure:4844: test -s conftest.o
configure:4847: $? = 0
configure:4857: result: yes
configure:4826: checking for stdint.h
configure:4838: gcc -c -g -O2 -Wall conftest.c >&5
configure:4841: $? = 0
configure:4844: test -s conftest.o
configure:4847: $? = 0
configure:4857: result: yes
configure:4826: checking for unistd.h
configure:4857: result: yes
configure:4867: checking for pid_t
configure:4888: gcc -c -g -O2 -Wall conftest.c >&5
configure:4891: $? = 0
configure:4894: test -s conftest.o
configure:4897: $? = 0
configure:4907: result: yes
configure:4919: checking for size_t
configure:4940: gcc -c -g -O2 -Wall conftest.c >&5
configure:4943: $? = 0
configure:4946: test -s conftest.o
configure:4949: $? = 0
configure:4959: result: yes
configure:4971: checking return type of signal handlers
configure:4999: gcc -c -g -O2 -Wall conftest.c >&5
configure: In function 'main':
configure:4992:5: warning: unused variable 'i' [-Wunused-variable]
{
^
configure:5002: $? = 0
configure:5005: test -s conftest.o
configure:5008: $? = 0
configure:5018: result: void
configure:5025: checking whether time.h and sys/time.h may both be included
configure:5047: gcc -c -g -O2 -Wall conftest.c >&5
configure:5050: $? = 0
configure:5053: test -s conftest.o
configure:5056: $? = 0
configure:5066: result: yes
configure:5076: checking whether struct tm is in sys/time.h or time.h
configure:5096: gcc -c -g -O2 -Wall conftest.c >&5
configure: In function 'main':
configure:5089:16: warning: statement with no effect [-Wunused-value]
{
^
configure:5099: $? = 0
configure:5102: test -s conftest.o
configure:5105: $? = 0
configure:5115: result: time.h
configure:5125: checking return type of signal handlers
configure:5172: result: void
configure:5179: checking for unix98 socklen_t
configure:5196: gcc -c -g -O2 -Wall conftest.c >&5
configure: In function 'main':
configure:5188:19: error: two or more data types in declaration specifiers
{
^
configure:5188:1: warning: useless type name in empty declaration [enabled by default]
{
^
configure:5199: $? = 1
configure: failed program was:
#line 5182 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
int
main ()
{
typedef socklen_t int;
int apan (void) {return 1;}
;
return 0;
}
configure:5213: result: nah
configure:5229: checking for strftime
configure:5266: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5245:6: warning: conflicting types for built-in function 'strftime' [enabled by default]
builtin and then its argument prototype would still apply. */
^
configure:5269: $? = 0
configure:5272: test -s conftest
configure:5275: $? = 0
configure:5285: result: yes
configure:5357: checking for vprintf
configure:5394: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5373:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
builtin and then its argument prototype would still apply. */
^
configure:5397: $? = 0
configure:5400: test -s conftest
configure:5403: $? = 0
configure:5413: result: yes
configure:5420: checking for _doprnt
configure:5457: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
/tmp/ccMuAPba.o: In function `main':
/home/fuxiangyu/Baidu_ADU/ntripcaster_github/configure:5448: undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:5460: $? = 1
configure: failed program was:
#line 5426 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _doprnt (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _doprnt ();
char (*f) ();
int
main ()
{
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub__doprnt) || defined (__stub____doprnt)
choke me
#else
f = _doprnt;
#endif
;
return 0;
}
configure:5476: result: no
configure:5492: checking for gettimeofday
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for strstr
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5508:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
builtin and then its argument prototype would still apply. */
^
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for snprintf
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5508:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
builtin and then its argument prototype would still apply. */
^
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for vsnprintf
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5508:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
builtin and then its argument prototype would still apply. */
^
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for rename
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for setpgid
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for basename
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for setsockopt
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for gethostbyname_r
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for gethostbyaddr_r
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for getrlimit
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for setrlimit
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for umask
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for inet_addr
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for inet_aton
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for localtime_r
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for select
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for pthread_attr_setstacksize
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for inet_ntoa
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for mcheck
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for mallinfo
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for mtrace
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for sigaction
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for pthread_sigmask
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5492: checking for lseek
configure:5529: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure:5532: $? = 0
configure:5535: test -s conftest
configure:5538: $? = 0
configure:5548: result: yes
configure:5558: checking if libm is bundled with some lib we're already linking
configure:5573: gcc -o conftest -g -O2 -Wall conftest.c -lm -lpthread >&5
configure: In function 'main':
configure:5566:1: warning: implicit declaration of function 'sin' [-Wimplicit-function-declaration]
{
^
configure:5566:1: warning: incompatible implicit declaration of built-in function 'sin' [enabled by default]
configure:5576: $? = 0
configure:5579: test -s conftest
configure:5582: $? = 0
configure:5584: result: yes
configure:5674: creating ./config.status
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by config.status 2.52, executed with
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
> ./config.status
on Baidu-ADU-T7910
config.status:6147: creating Makefile
config.status:6147: creating src/Makefile
config.status:6147: creating conf/Makefile
config.status:6147: creating conf/ntripcaster.conf.dist
config.status:6147: creating conf/mountpos.conf.dist
config.status:6239: creating config.h
config.status:6380: config.h is unchanged
## ----------------- ##
## Cache variables. ##
## ----------------- ##
ac_cv_c_compiler_gnu='yes'
ac_cv_c_const='yes'
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_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_func__doprnt='no'
ac_cv_func_basename='yes'
ac_cv_func_connect='yes'
ac_cv_func_gethostbyaddr_r='yes'
ac_cv_func_gethostbyname='yes'
ac_cv_func_gethostbyname_r='yes'
ac_cv_func_getrlimit='yes'
ac_cv_func_gettimeofday='yes'
ac_cv_func_inet_addr='yes'
ac_cv_func_inet_aton='yes'
ac_cv_func_inet_ntoa='yes'
ac_cv_func_localtime_r='yes'
ac_cv_func_log='no'
ac_cv_func_lseek='yes'
ac_cv_func_mallinfo='yes'
ac_cv_func_mcheck='yes'
ac_cv_func_mtrace='yes'
ac_cv_func_nanosleep='yes'
ac_cv_func_pthread_attr_setstacksize='yes'
ac_cv_func_pthread_sigmask='yes'
ac_cv_func_rename='yes'
ac_cv_func_select='yes'
ac_cv_func_setpgid='yes'
ac_cv_func_setrlimit='yes'
ac_cv_func_setsockopt='yes'
ac_cv_func_sigaction='yes'
ac_cv_func_snprintf='yes'
ac_cv_func_socket='yes'
ac_cv_func_strftime='yes'
ac_cv_func_strstr='yes'
ac_cv_func_umask='yes'
ac_cv_func_vprintf='yes'
ac_cv_func_vsnprintf='yes'
ac_cv_header_Python_h='no'
ac_cv_header_assert_h='yes'
ac_cv_header_dirent_dirent_h='yes'
ac_cv_header_fcntl_h='yes'
ac_cv_header_history_h='no'
ac_cv_header_inttypes_h='yes'
ac_cv_header_machine_soundcard_h='no'
ac_cv_header_malloc_h='yes'
ac_cv_header_math_h='yes'
ac_cv_header_mcheck_h='yes'
ac_cv_header_memory_h='yes'
ac_cv_header_minix_config_h='no'
ac_cv_header_pthread_h='yes'
ac_cv_header_signal_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_resource_h='yes'
ac_cv_header_sys_signal_h='yes'
ac_cv_header_sys_soundcard_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_lib_dir_opendir='no'
ac_cv_lib_m___log='yes'
ac_cv_lib_pthread___pthread_create='yes'
ac_cv_objext='o'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_UNAME='uname'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_ac_ct_RANLIB='ranlib'
ac_cv_prog_cc_g='yes'
ac_cv_prog_cc_stdc=''
ac_cv_prog_make_make_set='yes'
ac_cv_struct_tm='time.h'
ac_cv_type_pid_t='yes'
ac_cv_type_signal='void'
ac_cv_type_size_t='yes'
## ------------ ##
## confdefs.h. ##
## ------------ ##
#define PACKAGE "ntripcaster"
#define VERSION "0.1.5"
#define VERSION "0.1.5"
#define NTRIPCASTER_ETCDIR "conf"
#define NTRIPCASTER_LOGDIR "logs"
#define LINUX 1
#define HAVE_SOCKET 1
#define HAVE_CONNECT 1
#define HAVE_LIBM 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_NANOSLEEP 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_DIRENT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SOUNDCARD_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_ASSERT_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_MATH_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SYS_SIGNAL_H 1
#define HAVE_MCHECK_H 1
#define HAVE_MALLOC_H 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 RETSIGTYPE void
#define TIME_WITH_SYS_TIME 1
#define RETSIGTYPE void
#define HAVE_STRFTIME 1
#define HAVE_VPRINTF 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_STRSTR 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_RENAME 1
#define HAVE_SETPGID 1
#define HAVE_BASENAME 1
#define HAVE_SETSOCKOPT 1
#define HAVE_GETHOSTBYNAME_R 1
#define HAVE_GETHOSTBYADDR_R 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_UMASK 1
#define HAVE_INET_ADDR 1
#define HAVE_INET_ATON 1
#define HAVE_LOCALTIME_R 1
#define HAVE_SELECT 1
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
#define HAVE_INET_NTOA 1
#define HAVE_MCHECK 1
#define HAVE_MALLINFO 1
#define HAVE_MTRACE 1
#define HAVE_SIGACTION 1
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_LSEEK 1
configure: exit 0