-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.log
914 lines (891 loc) · 27.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
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by HTK configure 3.4.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/home/day/voxforge/bin/htk
## --------- ##
## Platform. ##
## --------- ##
hostname = ubuntu
uname -m = i686
uname -r = 4.4.0-34-generic
uname -s = Linux
uname -v = #53-Ubuntu SMP Wed Jul 27 16:06:39 UTC 2016
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2213: checking whether make sets $(MAKE)
configure:2235: result: yes
configure:2248: checking for gawk
configure:2278: result: no
configure:2248: checking for mawk
configure:2264: found /usr/bin/mawk
configure:2275: result: mawk
configure:2334: checking for gcc
configure:2350: found /usr/bin/gcc
configure:2361: result: gcc
configure:2590: checking for C compiler version
configure:2599: gcc --version >&5
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
Copyright (C) 2015 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:2610: $? = 0
configure:2599: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --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-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-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 --enable-multilib --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 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2)
configure:2610: $? = 0
configure:2599: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2610: $? = 1
configure:2599: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:2610: $? = 1
configure:2630: checking whether the C compiler works
configure:2652: gcc conftest.c >&5
configure:2656: $? = 0
configure:2704: result: yes
configure:2707: checking for C compiler default output file name
configure:2709: result: a.out
configure:2715: checking for suffix of executables
configure:2722: gcc -o conftest conftest.c >&5
configure:2726: $? = 0
configure:2748: result:
configure:2770: checking whether we are cross compiling
configure:2778: gcc -o conftest conftest.c >&5
configure:2782: $? = 0
configure:2789: ./conftest
configure:2793: $? = 0
configure:2808: result: no
configure:2813: checking for suffix of object files
configure:2835: gcc -c conftest.c >&5
configure:2839: $? = 0
configure:2860: result: o
configure:2864: checking whether we are using the GNU C compiler
configure:2883: gcc -c conftest.c >&5
configure:2883: $? = 0
configure:2892: result: yes
configure:2901: checking whether gcc accepts -g
configure:2921: gcc -c -g conftest.c >&5
configure:2921: $? = 0
configure:2962: result: yes
configure:2979: checking for gcc option to accept ISO C89
configure:3042: gcc -c -g -O2 conftest.c >&5
configure:3042: $? = 0
configure:3055: result: none needed
configure:3118: checking for a BSD-compatible install
configure:3186: result: /usr/bin/install -c
configure:3197: checking whether ln -s works
configure:3201: result: yes
configure:3251: checking for ranlib
configure:3267: found /usr/bin/ranlib
configure:3278: result: ranlib
configure:3302: checking for main in -lX11
configure:3321: gcc -o conftest -g -O2 conftest.c -lX11 >&5
configure:3321: $? = 0
configure:3330: result: yes
configure:3341: checking for main in -lm
configure:3360: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
configure:3360: $? = 0
configure:3369: result: yes
configure:3388: checking how to run the C preprocessor
configure:3419: gcc -E conftest.c
configure:3419: $? = 0
configure:3433: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3433: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HTK"
| #define PACKAGE_TARNAME "htk"
| #define PACKAGE_VERSION "3.4.1"
| #define PACKAGE_STRING "HTK 3.4.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_LIBX11 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3458: result: gcc -E
configure:3478: gcc -E conftest.c
configure:3478: $? = 0
configure:3492: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3492: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HTK"
| #define PACKAGE_TARNAME "htk"
| #define PACKAGE_VERSION "3.4.1"
| #define PACKAGE_STRING "HTK 3.4.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_LIBX11 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3521: checking for X
configure:3629: gcc -E conftest.c
configure:3629: $? = 0
configure:3660: gcc -o conftest -g -O2 conftest.c -lX11 -lm -lX11 >&5
configure:3660: $? = 0
configure:3710: result: libraries , headers
configure:3714: checking for grep that handles long lines and -e
configure:3772: result: /bin/grep
configure:3777: checking for egrep
configure:3839: result: /bin/grep -E
configure:3844: checking for ANSI C header files
configure:3864: gcc -c -g -O2 conftest.c >&5
configure:3864: $? = 0
configure:3937: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
configure:3937: $? = 0
configure:3937: ./conftest
configure:3937: $? = 0
configure:3948: result: yes
configure:3961: checking for sys/types.h
configure:3961: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3961: result: yes
configure:3961: checking for sys/stat.h
configure:3961: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3961: result: yes
configure:3961: checking for stdlib.h
configure:3961: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3961: result: yes
configure:3961: checking for string.h
configure:3961: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3961: result: yes
configure:3961: checking for memory.h
configure:3961: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3961: result: yes
configure:3961: checking for strings.h
configure:3961: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3961: result: yes
configure:3961: checking for inttypes.h
configure:3961: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3961: result: yes
configure:3961: checking for stdint.h
configure:3961: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3961: result: yes
configure:3961: checking for unistd.h
configure:3961: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3961: result: yes
configure:3976: checking errno.h usability
configure:3976: gcc -c -g -O2 conftest.c >&5
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking errno.h presence
configure:3976: gcc -E conftest.c
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking for errno.h
configure:3976: result: yes
configure:3976: checking fcntl.h usability
configure:3976: gcc -c -g -O2 conftest.c >&5
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking fcntl.h presence
configure:3976: gcc -E conftest.c
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking for fcntl.h
configure:3976: result: yes
configure:3976: checking float.h usability
configure:3976: gcc -c -g -O2 conftest.c >&5
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking float.h presence
configure:3976: gcc -E conftest.c
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking for float.h
configure:3976: result: yes
configure:3976: checking limits.h usability
configure:3976: gcc -c -g -O2 conftest.c >&5
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking limits.h presence
configure:3976: gcc -E conftest.c
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking for limits.h
configure:3976: result: yes
configure:3976: checking malloc.h usability
configure:3976: gcc -c -g -O2 conftest.c >&5
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking malloc.h presence
configure:3976: gcc -E conftest.c
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking for malloc.h
configure:3976: result: yes
configure:3976: checking for memory.h
configure:3976: result: yes
configure:3976: checking for stdlib.h
configure:3976: result: yes
configure:3976: checking for string.h
configure:3976: result: yes
configure:3976: checking sys/ioctl.h usability
configure:3976: gcc -c -g -O2 conftest.c >&5
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking sys/ioctl.h presence
configure:3976: gcc -E conftest.c
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking for sys/ioctl.h
configure:3976: result: yes
configure:3976: checking sys/socket.h usability
configure:3976: gcc -c -g -O2 conftest.c >&5
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking sys/socket.h presence
configure:3976: gcc -E conftest.c
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking for sys/socket.h
configure:3976: result: yes
configure:3976: checking sys/time.h usability
configure:3976: gcc -c -g -O2 conftest.c >&5
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking sys/time.h presence
configure:3976: gcc -E conftest.c
configure:3976: $? = 0
configure:3976: result: yes
configure:3976: checking for sys/time.h
configure:3976: result: yes
configure:3976: checking for unistd.h
configure:3976: result: yes
configure:3987: checking for an ANSI C-conforming const
configure:4053: gcc -c -g -O2 conftest.c >&5
configure:4053: $? = 0
configure:4060: result: yes
configure:4068: checking for size_t
configure:4068: gcc -c -g -O2 conftest.c >&5
configure:4068: $? = 0
configure:4068: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:4068: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HTK"
| #define PACKAGE_TARNAME "htk"
| #define PACKAGE_VERSION "3.4.1"
| #define PACKAGE_STRING "HTK 3.4.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_LIBX11 1
| #define HAVE_LIBM 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_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:4068: result: yes
configure:4079: checking whether time.h and sys/time.h may both be included
configure:4099: gcc -c -g -O2 conftest.c >&5
configure:4099: $? = 0
configure:4106: result: yes
configure:4114: checking whether struct tm is in sys/time.h or time.h
configure:4134: gcc -c -g -O2 conftest.c >&5
configure:4134: $? = 0
configure:4141: result: time.h
configure:4151: checking whether gcc needs -traditional
configure:4185: result: no
configure:4192: checking for working memcmp
configure:4235: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
configure:4235: $? = 0
configure:4235: ./conftest
configure:4235: $? = 0
configure:4245: result: yes
configure:4256: checking for stdlib.h
configure:4256: result: yes
configure:4266: checking for GNU libc compatible malloc
configure:4290: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
configure:4290: $? = 0
configure:4290: ./conftest
configure:4290: $? = 0
configure:4300: result: yes
configure:4321: checking for working strtod
configure:4362: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
configure:4362: $? = 0
configure:4362: ./conftest
configure:4362: $? = 0
configure:4372: result: yes
configure:4434: checking return type of signal handlers
configure:4452: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:42:9: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
^
configure:4452: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HTK"
| #define PACKAGE_TARNAME "htk"
| #define PACKAGE_VERSION "3.4.1"
| #define PACKAGE_STRING "HTK 3.4.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_LIBX11 1
| #define HAVE_LIBM 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_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:4459: result: void
configure:4469: checking for vprintf
configure:4469: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
conftest.c:60:6: warning: conflicting types for built-in function 'vprintf'
char vprintf ();
^
configure:4469: $? = 0
configure:4469: result: yes
configure:4475: checking for _doprnt
configure:4475: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
/tmp/ccgGjANf.o: In function `main':
/home/day/voxforge/bin/htk/conftest.c:72: undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:4475: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HTK"
| #define PACKAGE_TARNAME "htk"
| #define PACKAGE_VERSION "3.4.1"
| #define PACKAGE_STRING "HTK 3.4.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_LIBX11 1
| #define HAVE_LIBM 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_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _doprnt
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* 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
| #endif
|
| int
| main ()
| {
| return _doprnt ();
| ;
| return 0;
| }
configure:4475: result: no
configure:4489: checking for floor
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
conftest.c:61:6: warning: conflicting types for built-in function 'floor'
char floor ();
^
configure:4489: $? = 0
configure:4489: result: yes
configure:4489: checking for gettimeofday
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
configure:4489: $? = 0
configure:4489: result: yes
configure:4489: checking for memmove
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
conftest.c:63:6: warning: conflicting types for built-in function 'memmove'
char memmove ();
^
configure:4489: $? = 0
configure:4489: result: yes
configure:4489: checking for memset
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
conftest.c:64:6: warning: conflicting types for built-in function 'memset'
char memset ();
^
configure:4489: $? = 0
configure:4489: result: yes
configure:4489: checking for modf
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
conftest.c:65:6: warning: conflicting types for built-in function 'modf'
char modf ();
^
configure:4489: $? = 0
configure:4489: result: yes
configure:4489: checking for pow
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
conftest.c:66:6: warning: conflicting types for built-in function 'pow'
char pow ();
^
configure:4489: $? = 0
configure:4489: result: yes
configure:4489: checking for socket
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
configure:4489: $? = 0
configure:4489: result: yes
configure:4489: checking for sqrt
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
conftest.c:68:6: warning: conflicting types for built-in function 'sqrt'
char sqrt ();
^
configure:4489: $? = 0
configure:4489: result: yes
configure:4489: checking for strchr
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
conftest.c:69:6: warning: conflicting types for built-in function 'strchr'
char strchr ();
^
configure:4489: $? = 0
configure:4489: result: yes
configure:4489: checking for strcspn
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
conftest.c:70:6: warning: conflicting types for built-in function 'strcspn'
char strcspn ();
^
configure:4489: $? = 0
configure:4489: result: yes
configure:4489: checking for strrchr
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
conftest.c:71:6: warning: conflicting types for built-in function 'strrchr'
char strrchr ();
^
configure:4489: $? = 0
configure:4489: result: yes
configure:4489: checking for strspn
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
conftest.c:72:6: warning: conflicting types for built-in function 'strspn'
char strspn ();
^
configure:4489: $? = 0
configure:4489: result: yes
configure:4489: checking for strstr
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
conftest.c:73:6: warning: conflicting types for built-in function 'strstr'
char strstr ();
^
configure:4489: $? = 0
configure:4489: result: yes
configure:4489: checking for strtol
configure:4489: gcc -o conftest -g -O2 conftest.c -lm -lX11 >&5
configure:4489: $? = 0
configure:4489: result: yes
configure:4504: checking build system type
configure:4518: result: i686-pc-linux-gnu
configure:4538: checking host system type
configure:4551: result: i686-pc-linux-gnu
configure:4855: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by HTK config.status 3.4.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ubuntu
config.status:861: creating HTKLib/Makefile
config.status:964: WARNING: 'HTKLib/Makefile.in' seems to ignore the --datarootdir setting
config.status:861: creating HTKTools/Makefile
config.status:964: WARNING: 'HTKTools/Makefile.in' seems to ignore the --datarootdir setting
config.status:861: creating HLMLib/Makefile
config.status:964: WARNING: 'HLMLib/Makefile.in' seems to ignore the --datarootdir setting
config.status:861: creating HLMTools/Makefile
config.status:964: WARNING: 'HLMTools/Makefile.in' seems to ignore the --datarootdir setting
config.status:861: creating HTKLVRec/Makefile
config.status:964: WARNING: 'HTKLVRec/Makefile.in' seems to ignore the --datarootdir setting
config.status:861: creating Makefile
config.status:964: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
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_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_floor=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_modf=yes
ac_cv_func_pow=yes
ac_cv_func_socket=yes
ac_cv_func_sqrt=yes
ac_cv_func_strchr=yes
ac_cv_func_strcspn=yes
ac_cv_func_strrchr=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtol=yes
ac_cv_func_vprintf=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_malloc_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_socket_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_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_X11_main=yes
ac_cv_lib_m_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_struct_tm=time.h
ac_cv_type_signal=void
ac_cv_type_size_t=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AWK='mawk'
BINARY_EXTENSION=''
CC='gcc'
CFLAGS='-ansi -D_SVID_SOURCE -DOSS_AUDIO -D'\''ARCH="i686"'\'' -Wall -Wno-switch -g -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
HGRAF='HGraf.o'
HSLAB='HSLab'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS='-L/usr/X11R6/lib '
LIBOBJS=''
LIBS='-lm -lX11 '
LN_S='ln -s'
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='HTK'
PACKAGE_STRING='HTK 3.4.1'
PACKAGE_TARNAME='htk'
PACKAGE_URL=''
PACKAGE_VERSION='3.4.1'
PATH_SEPARATOR=':'
POW_LIB=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/bash'
TRADHTK=''
TRADHTKBIN='linux'
XMKMF=''
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
make_all='htktools hlmtools'
make_install='install-htktools install-hlmtools'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/day/voxforge/bin/htk'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "HTK"
#define PACKAGE_TARNAME "htk"
#define PACKAGE_VERSION "3.4.1"
#define PACKAGE_STRING "HTK 3.4.1"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define HAVE_LIBX11 1
#define HAVE_LIBM 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_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FLOAT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define RETSIGTYPE void
#define HAVE_VPRINTF 1
#define HAVE_FLOOR 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_MODF 1
#define HAVE_POW 1
#define HAVE_SOCKET 1
#define HAVE_SQRT 1
#define HAVE_STRCHR 1
#define HAVE_STRCSPN 1
#define HAVE_STRRCHR 1
#define HAVE_STRSPN 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
configure: exit 0