开发者社区> 问答> 正文

ekho6.0加上--enable-festival报错请教??报错

@黄冠能 你好,想跟你请教个问题:

我在linux执行

ekho -o hello.wav '黄哥 你好 hello world'



中文能转换,但英文不能转换成语音,所有我下了源码然后加上了参数

[monitor@ZZD0000VM62 ekho-6.0]$ ./configure --enable-festival



然后就报错了,因为才学浅陋,对linux c编程不是太了解,研究了一阵子还是没解决 ,所以特来打扰您一下 ,希望能指导指导俺  , 谢谢了  


ekho版本:ekho-6.0

环境:

[monitor@ZZD0000VM62 ekho-6.0]$ uname -a
Linux ZZD0000VM62 2.6.32-220.el6.x86_64 #1 SMP Wed Nov 9 08:03:13 EST 2011 x86_64 x86_64 x86_64 GNU/Linux



sndfile库:

[monitor@ZZD0000VM62 ekho-6.0]$ yum list | grep sndfile
libsndfile.i686                        1.0.20-5.el6                  @rhel-media
libsndfile.x86_64                      1.0.20-5.el6                  @rhel-media



libvorlis库

[monitor@ZZD0000VM62 ekho-6.0]$ yum list | grep libvorbis
libvorbis.i686                         1:1.2.3-4.el6                 @rhel-media
libvorbis.x86_64                       1:1.2.3-4.el6                 @rhel-media



libpulse库

[root@ZZD0000VM62 ~]# find / -name libpulse*
/usr/lib64/libpulsedsp.so
/usr/lib64/libpulse-browse.so.0.1.1
/usr/lib64/libpulse-mainloop-glib.so.0.0.4
/usr/lib64/libpulse.so
/usr/lib64/pkgconfig/libpulse-browse.pc
/usr/lib64/pkgconfig/libpulse.pc
/usr/lib64/pkgconfig/libpulse-simple.pc
/usr/lib64/pkgconfig/libpulse-mainloop-glib.pc
/usr/lib64/libpulse.so.0.12.2
/usr/lib64/libpulse-browse.so.0
/usr/lib64/libpulse-simple.so.0
/usr/lib64/libpulse.so.0
/usr/lib64/libpulse-simple.so
/usr/lib64/libpulse-simple.so.0.0.3
/usr/lib64/libpulsecommon-0.9.21.so
/usr/lib64/libpulse-browse.so
/usr/lib64/libpulsecore-0.9.21.so
/usr/lib64/libpulse-mainloop-glib.so.0
/usr/lib64/ao/plugins-2/libpulse.so
/usr/lib64/libpulse-mainloop-glib.so
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/libpulse-java.so
/usr/share/vala/vapi/libpulse.vapi




festival库:

[monitor@ZZD0000VM62 ekho-6.0]$ yum list | grep  festival
festival.x86_64                        1.96-18.el6                   @anaconda-RedHatEnterpriseLinux-201111171049.x86_64/6.2
festival-lib.x86_64                    1.96-18.el6                   @anaconda-RedHatEnterpriseLinux-201111171049.x86_64/6.2
festival-speechtools-libs.x86_64       1.2.96-18.el6                 @anaconda-RedHatEnterpriseLinux-201111171049.x86_64/6.2
festival-speechtools-libs.i686         1.2.96-18.el6                 rhel-media



执行:

[monitor@ZZD0000VM62 ekho-6.0]$ ./configure --enable-festival



报如下错误:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ekho configure 6.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --enable-festival

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

hostname = ZZD0000VM62
uname -m = x86_64
uname -r = 2.6.32-220.el6.x86_64
uname -s = Linux
uname -v = #1 SMP Wed Nov 9 08:03:13 EST 2011

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

/bin/arch              = x86_64
/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/lib64/qt-3.3/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /home/monitor/bin


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

configure:2503: checking for gcc
configure:2519: found /usr/bin/gcc
configure:2530: result: gcc
configure:2759: checking for C compiler version
configure:2768: gcc --version >&5
gcc (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3)
Copyright (C) 2010 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:2779: $? = 0
configure:2768: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) 
configure:2779: $? = 0
configure:2768: gcc -V >&5
gcc: '-V' option must have argument
configure:2779: $? = 1
configure:2768: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:2779: $? = 1
configure:2799: checking whether the C compiler works
configure:2821: gcc    conftest.c  >&5
configure:2825: $? = 0
configure:2873: result: yes
configure:2876: checking for C compiler default output file name
configure:2878: result: a.out
configure:2884: checking for suffix of executables
configure:2891: gcc -o conftest    conftest.c  >&5
configure:2895: $? = 0
configure:2917: result: 
configure:2939: checking whether we are cross compiling
configure:2947: gcc -o conftest    conftest.c  >&5
configure:2951: $? = 0
configure:2958: ./conftest
configure:2962: $? = 0
configure:2977: result: no
configure:2982: checking for suffix of object files
configure:3004: gcc -c   conftest.c >&5
configure:3008: $? = 0
configure:3029: result: o
configure:3033: checking whether we are using the GNU C compiler
configure:3052: gcc -c   conftest.c >&5
configure:3052: $? = 0
configure:3061: result: yes
configure:3070: checking whether gcc accepts -g
configure:3090: gcc -c -g  conftest.c >&5
configure:3090: $? = 0
configure:3131: result: yes
configure:3148: checking for gcc option to accept ISO C89
configure:3211: gcc  -c -g -O2  conftest.c >&5
configure:3211: $? = 0
configure:3224: result: none needed
configure:3249: checking whether gcc understands -c and -o together
configure:3271: gcc -c conftest.c -o conftest2.o
configure:3274: $? = 0
configure:3271: gcc -c conftest.c -o conftest2.o
configure:3274: $? = 0
configure:3286: result: yes
configure:3353: checking for ar
configure:3369: found /usr/bin/ar
configure:3380: result: ar
configure:3406: checking the archiver (ar) interface
configure:3422: gcc -c -g -O2  conftest.c >&5
configure:3422: $? = 0
configure:3424: ar cru libconftest.a conftest.o >&5
configure:3427: $? = 0
configure:3455: result: ar
configure:3491: checking for a BSD-compatible install
configure:3559: result: /usr/bin/install -c
configure:3570: checking whether build environment is sane
configure:3625: result: yes
configure:3773: checking for a thread-safe mkdir -p
configure:3812: result: /bin/mkdir -p
configure:3819: checking for gawk
configure:3835: found /bin/gawk
configure:3846: result: gawk
configure:3857: checking whether make sets $(MAKE)
configure:3879: result: yes
configure:3909: checking for style of include used by make
configure:3937: result: GNU
configure:3971: checking whether make supports nested variables
configure:3988: result: yes
configure:4067: checking how to create a pax tar archive
configure:4078: tar --version
tar (GNU tar) 1.23
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:4081: $? = 0
configure:4121: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
configure:4124: $? = 0
configure:4128: tar -xf - <conftest.tar
configure:4131: $? = 0
configure:4133: cat conftest.dir/file
GrepMe
configure:4136: $? = 0
configure:4149: result: gnutar
configure:4158: checking dependency style of gcc
configure:4269: result: gcc3
configure:4358: checking build system type
configure:4372: result: x86_64-unknown-linux-gnu
configure:4392: checking host system type
configure:4405: result: x86_64-unknown-linux-gnu
configure:4446: checking how to print strings
configure:4473: result: printf
configure:4494: checking for a sed that does not truncate output
configure:4558: result: /bin/sed
configure:4576: checking for grep that handles long lines and -e
configure:4634: result: /bin/grep
configure:4639: checking for egrep
configure:4701: result: /bin/grep -E
configure:4706: checking for fgrep
configure:4768: result: /bin/grep -F
configure:4803: checking for ld used by gcc
configure:4870: result: /usr/bin/ld
configure:4877: checking if the linker (/usr/bin/ld) is GNU ld
configure:4892: result: yes
configure:4904: checking for BSD- or MS-compatible name lister (nm)
configure:4953: result: /usr/bin/nm -B
configure:5083: checking the name lister (/usr/bin/nm -B) interface
configure:5090: gcc -c -g -O2  conftest.c >&5
configure:5093: /usr/bin/nm -B "conftest.o"
configure:5096: output
0000000000000000 B some_variable
configure:5103: result: BSD nm
configure:5106: checking whether ln -s works
configure:5110: result: yes
configure:5118: checking the maximum length of command line arguments
configure:5249: result: 1966080
configure:5266: checking whether the shell understands some XSI constructs
configure:5276: result: yes
configure:5280: checking whether the shell understands "+="
configure:5286: result: yes
configure:5321: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5361: result: func_convert_file_noop
configure:5368: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5388: result: func_convert_file_noop
configure:5395: checking for /usr/bin/ld option to reload object files
configure:5402: result: -r
configure:5476: checking for objdump
configure:5492: found /usr/bin/objdump
configure:5503: result: objdump
configure:5535: checking how to recognize dependent libraries
configure:5733: result: pass_all
configure:5818: checking for dlltool
configure:5848: result: no
configure:5878: checking how to associate runtime and link libraries
configure:5905: result: printf %s\n
configure:6029: checking for archiver @FILE support
configure:6046: gcc -c -g -O2  conftest.c >&5
configure:6046: $? = 0
configure:6049: ar cru libconftest.a @conftest.lst >&5
configure:6052: $? = 0
configure:6057: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6060: $? = 1
configure:6072: result: @
configure:6130: checking for strip
configure:6146: found /usr/bin/strip
configure:6157: result: strip
configure:6229: checking for ranlib
configure:6245: found /usr/bin/ranlib
configure:6256: result: ranlib
configure:6358: checking command to parse /usr/bin/nm -B output from gcc object
configure:6478: gcc -c -g -O2  conftest.c >&5
configure:6481: $? = 0
configure:6485: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6488: $? = 0
configure:6554: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6557: $? = 0
configure:6595: result: ok
configure:6632: checking for sysroot
configure:6662: result: no
configure:6739: gcc -c -g -O2  conftest.c >&5
configure:6742: $? = 0
configure:6931: checking for mt
configure:6961: result: no
configure:6981: checking if : is a manifest tool
configure:6987: : '-?'
configure:6995: result: no
configure:7637: checking how to run the C preprocessor
configure:7668: gcc -E  conftest.c
configure:7668: $? = 0
configure:7682: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:7682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ekho"
| #define PACKAGE_TARNAME "ekho"
| #define PACKAGE_VERSION "6.0"
| #define PACKAGE_STRING "ekho 6.0"
| #define PACKAGE_BUGREPORT "hgneng at gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ekho"
| #define VERSION "6.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7707: result: gcc -E
configure:7727: gcc -E  conftest.c
configure:7727: $? = 0
configure:7741: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:7741: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ekho"
| #define PACKAGE_TARNAME "ekho"
| #define PACKAGE_VERSION "6.0"
| #define PACKAGE_STRING "ekho 6.0"
| #define PACKAGE_BUGREPORT "hgneng at gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ekho"
| #define VERSION "6.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7770: checking for ANSI C header files
configure:7790: gcc -c -g -O2  conftest.c >&5
configure:7790: $? = 0
configure:7863: gcc -o conftest -g -O2   conftest.c  >&5
configure:7863: $? = 0
configure:7863: ./conftest
configure:7863: $? = 0
configure:7874: result: yes
configure:7887: checking for sys/types.h
configure:7887: gcc -c -g -O2  conftest.c >&5
configure:7887: $? = 0
configure:7887: result: yes
configure:7887: checking for sys/stat.h
configure:7887: gcc -c -g -O2  conftest.c >&5
configure:7887: $? = 0
configure:7887: result: yes
configure:7887: checking for stdlib.h
configure:7887: gcc -c -g -O2  conftest.c >&5
configure:7887: $? = 0
configure:7887: result: yes
configure:7887: checking for string.h
configure:7887: gcc -c -g -O2  conftest.c >&5
configure:7887: $? = 0
configure:7887: result: yes
configure:7887: checking for memory.h
configure:7887: gcc -c -g -O2  conftest.c >&5
configure:7887: $? = 0
configure:7887: result: yes
configure:7887: checking for strings.h
configure:7887: gcc -c -g -O2  conftest.c >&5
configure:7887: $? = 0
configure:7887: result: yes
configure:7887: checking for inttypes.h
configure:7887: gcc -c -g -O2  conftest.c >&5
configure:7887: $? = 0
configure:7887: result: yes
configure:7887: checking for stdint.h
configure:7887: gcc -c -g -O2  conftest.c >&5
configure:7887: $? = 0
configure:7887: result: yes
configure:7887: checking for unistd.h
configure:7887: gcc -c -g -O2  conftest.c >&5
configure:7887: $? = 0
configure:7887: result: yes
configure:7901: checking for dlfcn.h
configure:7901: gcc -c -g -O2  conftest.c >&5
configure:7901: $? = 0
configure:7901: result: yes
configure:8107: checking for objdir
configure:8122: result: .libs
configure:8393: checking if gcc supports -fno-rtti -fno-exceptions
configure:8411: 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:8415: $? = 0
configure:8428: result: no
configure:8755: checking for gcc option to produce PIC
configure:8762: result: -fPIC -DPIC
configure:8770: checking if gcc PIC flag -fPIC -DPIC works
configure:8788: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:8792: $? = 0
configure:8805: result: yes
configure:8834: checking if gcc static flag -static works
configure:8862: result: no
configure:8877: checking if gcc supports -c -o file.o
configure:8898: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8902: $? = 0
configure:8924: result: yes
configure:8932: checking if gcc supports -c -o file.o
configure:8979: result: yes
configure:9012: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10169: result: yes
configure:10206: checking whether -lc should be explicitly linked in
configure:10214: gcc -c -g -O2  conftest.c >&5
configure:10217: $? = 0
configure:10232: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:10235: $? = 0
configure:10249: result: no
configure:10409: checking dynamic linker characteristics
configure:10909: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:10909: $? = 0
configure:11143: result: GNU/Linux ld.so
configure:11250: checking how to hardcode library paths into programs
configure:11275: result: immediate
configure:11815: checking whether stripping libraries is possible
configure:11820: result: yes
configure:11855: checking if libtool supports shared libraries
configure:11857: result: yes
configure:11860: checking whether to build shared libraries
configure:11881: result: yes
configure:11884: checking whether to build static libraries
configure:11888: result: yes
configure:11985: checking for g++
configure:12001: found /usr/bin/g++
configure:12012: result: g++
configure:12039: checking for C++ compiler version
configure:12048: g++ --version >&5
g++ (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3)
Copyright (C) 2010 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:12059: $? = 0
configure:12048: g++ -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) 
configure:12059: $? = 0
configure:12048: g++ -V >&5
g++: '-V' option must have argument
configure:12059: $? = 1
configure:12048: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:12059: $? = 1
configure:12063: checking whether we are using the GNU C++ compiler
configure:12082: g++ -c   conftest.cpp >&5
configure:12082: $? = 0
configure:12091: result: yes
configure:12100: checking whether g++ accepts -g
configure:12120: g++ -c -g  conftest.cpp >&5
configure:12120: $? = 0
configure:12161: result: yes
configure:12186: checking dependency style of g++
configure:12297: result: gcc3
configure:12330: checking how to run the C++ preprocessor
configure:12357: g++ -E  conftest.cpp
configure:12357: $? = 0
configure:12371: g++ -E  conftest.cpp
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
configure:12371: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ekho"
| #define PACKAGE_TARNAME "ekho"
| #define PACKAGE_VERSION "6.0"
| #define PACKAGE_STRING "ekho 6.0"
| #define PACKAGE_BUGREPORT "hgneng at gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ekho"
| #define VERSION "6.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12396: result: g++ -E
configure:12416: g++ -E  conftest.cpp
configure:12416: $? = 0
configure:12430: g++ -E  conftest.cpp
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
configure:12430: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ekho"
| #define PACKAGE_TARNAME "ekho"
| #define PACKAGE_VERSION "6.0"
| #define PACKAGE_STRING "ekho 6.0"
| #define PACKAGE_BUGREPORT "hgneng at gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ekho"
| #define VERSION "6.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12599: checking for ld used by g++
configure:12666: result: /usr/bin/ld -m elf_x86_64
configure:12673: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:12688: result: yes
configure:12743: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13745: result: yes
configure:13781: g++ -c -g -O2  conftest.cpp >&5
configure:13784: $? = 0
configure:14304: checking for g++ option to produce PIC
configure:14311: result: -fPIC -DPIC
configure:14319: checking if g++ PIC flag -fPIC -DPIC works
configure:14337: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14341: $? = 0
configure:14354: result: yes
configure:14377: checking if g++ static flag -static works
configure:14405: result: no
configure:14417: checking if g++ supports -c -o file.o
configure:14438: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:14442: $? = 0
configure:14464: result: yes
configure:14469: checking if g++ supports -c -o file.o
configure:14516: result: yes
configure:14546: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14585: result: yes
configure:14726: checking dynamic linker characteristics
configure:15394: result: GNU/Linux ld.so
configure:15447: checking how to hardcode library paths into programs
configure:15472: result: immediate
configure:15560: checking for gcc
configure:15587: result: gcc
configure:15816: checking for C compiler version
configure:15825: gcc --version >&5
gcc (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3)
Copyright (C) 2010 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:15836: $? = 0
configure:15825: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) 
configure:15836: $? = 0
configure:15825: gcc -V >&5
gcc: '-V' option must have argument
configure:15836: $? = 1
configure:15825: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:15836: $? = 1
configure:15840: checking whether we are using the GNU C compiler
configure:15868: result: yes
configure:15877: checking whether gcc accepts -g
configure:15938: result: yes
configure:15955: checking for gcc option to accept ISO C89
configure:16031: result: none needed
configure:16056: checking whether gcc understands -c and -o together
configure:16093: result: yes
configure:16110: checking whether make sets $(MAKE)
configure:16132: result: yes
configure:16146: checking for main in -lpthread
configure:16165: gcc -o conftest -g -O2   conftest.c -lpthread   >&5
configure:16165: $? = 0
configure:16174: result: yes
configure:16190: checking for dirent.h that defines DIR
configure:16209: gcc -c -g -O2  conftest.c >&5
configure:16209: $? = 0
configure:16217: result: yes
configure:16230: checking for library containing opendir
configure:16261: gcc -o conftest -g -O2   conftest.c -lpthread  >&5
configure:16261: $? = 0
configure:16278: result: none required
configure:16345: checking for ANSI C header files
configure:16449: result: yes
configure:16460: checking locale.h usability
configure:16460: gcc -c -g -O2  conftest.c >&5
configure:16460: $? = 0
configure:16460: result: yes
configure:16460: checking locale.h presence
configure:16460: gcc -E  conftest.c
configure:16460: $? = 0
configure:16460: result: yes
configure:16460: checking for locale.h
configure:16460: result: yes
configure:16460: checking for stdlib.h
configure:16460: result: yes
configure:16460: checking for string.h
configure:16460: result: yes
configure:16460: checking for unistd.h
configure:16460: result: yes
configure:16472: checking for stdbool.h that conforms to C99
configure:16539: gcc -c -g -O2  conftest.c >&5
configure:16539: $? = 0
configure:16546: result: yes
configure:16548: checking for _Bool
configure:16548: gcc -c -g -O2  conftest.c >&5
configure:16548: $? = 0
configure:16548: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:66: error: expected expression before ')' token
configure:16548: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ekho"
| #define PACKAGE_TARNAME "ekho"
| #define PACKAGE_VERSION "6.0"
| #define PACKAGE_STRING "ekho 6.0"
| #define PACKAGE_BUGREPORT "hgneng at gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ekho"
| #define VERSION "6.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPTHREAD 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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 ((_Bool)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:16548: result: yes
configure:16565: checking for an ANSI C-conforming const
configure:16631: gcc -c -g -O2  conftest.c >&5
configure:16631: $? = 0
configure:16638: result: yes
configure:16646: checking for inline
configure:16662: gcc -c -g -O2  conftest.c >&5
configure:16662: $? = 0
configure:16670: result: inline
configure:16688: checking for size_t
configure:16688: gcc -c -g -O2  conftest.c >&5
configure:16688: $? = 0
configure:16688: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:68: error: expected expression before ')' token
configure:16688: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ekho"
| #define PACKAGE_TARNAME "ekho"
| #define PACKAGE_VERSION "6.0"
| #define PACKAGE_STRING "ekho 6.0"
| #define PACKAGE_BUGREPORT "hgneng at gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ekho"
| #define VERSION "6.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPTHREAD 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_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:16688: result: yes
configure:16701: checking whether closedir returns void
configure:16725: gcc -o conftest -g -O2   conftest.c -lpthread  >&5
configure:16725: $? = 0
configure:16725: ./conftest
configure:16725: $? = 0
configure:16735: result: no
configure:16745: checking for stdlib.h
configure:16745: result: yes
configure:16755: checking for GNU libc compatible malloc
configure:16779: gcc -o conftest -g -O2   conftest.c -lpthread  >&5
configure:16779: $? = 0
configure:16779: ./conftest
configure:16779: $? = 0
configure:16789: result: yes
configure:16810: checking for working strtod
configure:16851: gcc -o conftest -g -O2   conftest.c -lpthread  >&5
configure:16851: $? = 0
configure:16851: ./conftest
configure:16851: $? = 0
configure:16861: result: yes
configure:16926: checking for memset
configure:16926: gcc -o conftest -g -O2   conftest.c -lpthread  >&5
conftest.c:57: warning: conflicting types for built-in function 'memset'
configure:16926: $? = 0
configure:16926: result: yes
configure:16926: checking for setlocale
configure:16926: gcc -o conftest -g -O2   conftest.c -lpthread  >&5
configure:16926: $? = 0
configure:16926: result: yes
configure:16926: checking for strstr
configure:16926: gcc -o conftest -g -O2   conftest.c -lpthread  >&5
conftest.c:59: warning: conflicting types for built-in function 'strstr'
configure:16926: $? = 0
configure:16926: result: yes
configure:16964: checking for main in -lsndfile
configure:16984: gcc -o conftest -g -O2   conftest.c -lsndfile
 -lpthread  >&5
configure:16984: $? = 0
configure:16993: result: yes
configure:17013: checking for main in -lpulse
configure:17032: gcc -o conftest -g -O2   conftest.c -lpulse  -lsndfile -lpthread  >&5
configure:17032: $? = 0
configure:17041: result: yes
configure:17088: checking for main in -lncurses
configure:17107: gcc -o conftest -g -O2   conftest.c -lncurses  -lsndfile -lpthread  >&5
configure:17107: $? = 0
configure:17116: result: yes
configure:17132: checking for main in -lestools
configure:17152: gcc -o conftest -g -O2   conftest.c -lestools
           -lsndfile -lpthread  >&5
/usr/bin/ld: cannot find -lestools
collect2: ld returned 1 exit status
configure:17152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ekho"
| #define PACKAGE_TARNAME "ekho"
| #define PACKAGE_VERSION "6.0"
| #define PACKAGE_STRING "ekho 6.0"
| #define PACKAGE_BUGREPORT "hgneng at gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ekho"
| #define VERSION "6.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPTHREAD 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRSTR 1
| #define HAVE_LIBSNDFILE 1
| #define HAVE_PULSEAUDIO 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:17161: result: no
configure:17171: error: in `/home/monitor/ekho-6.0':
configure:17173: error: estool test failed
See `config.log' for more details

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

ac_cv_build=x86_64-unknown-linux-gnu
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_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_func_closedir_void=no
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memset=yes
ac_cv_func_setlocale=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdbool_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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_estools_main=no
ac_cv_lib_ncurses_main=yes
ac_cv_lib_pthread_main=yes
ac_cv_lib_pulse_main=yes
ac_cv_lib_sndfile_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
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_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_type__Bool=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_pax=gnutar
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1966080
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

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

ACLOCAL='${SHELL} /home/monitor/ekho-6.0/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/monitor/ekho-6.0/missing autoconf'
AUTOHEADER='${SHELL} /home/monitor/ekho-6.0/missing autoheader'
AUTOMAKE='${SHELL} /home/monitor/ekho-6.0/missing automake-1.14'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CFLAG_FESTIVAL=''
CFLAG_FRISO=''
CFLAG_GTK2=''
CFLAG_PULSEAUDIO='-D_REENTRANT  '
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DIST_VOICE_DATA_FALSE=''
DIST_VOICE_DATA_TRUE=''
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_FRISO_FALSE=''
ENABLE_FRISO_TRUE=''
ENABLE_SPEECHD_FALSE=''
ENABLE_SPEECHD_TRUE='#'
EXEEXT=''
FESTIVAL_HEADER='./include/festival/intonation.h ./include/festival/lexicon.h ./include/festival/fngram.h ./include/festival/text.h ./include/festival/Phone.h ./include/festival/ModuleDescription.h ./include/festival/module_support.h ./include/festival/modules.h ./include/festival/festival.h '
FGREP='/bin/grep -F'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS='-lsndfile -lpthread '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_FESTIVAL=''
LIB_FRISO=''
LIB_GTK2=''
LIB_MP3LAME=''
LIB_PULSEAUDIO='-lpulse-simple -lpulse  '
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/monitor/ekho-6.0/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='ekho'
PACKAGE_BUGREPORT='hgneng at gmail.com'
PACKAGE_NAME='ekho'
PACKAGE_STRING='ekho 6.0'
PACKAGE_TARNAME='ekho'
PACKAGE_URL=''
PACKAGE_VERSION='6.0'
PATH_SEPARATOR=':'
POW_LIB=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SPEECH_TOOLS_HEADER='./include/speech_tools/EST_dynamic_model.h ./include/speech_tools/EST_Token.h ./include/speech_tools/siod_est.h ./include/speech_tools/EST_math.h ./include/speech_tools/EST_system.h ./include/speech_tools/EST_Complex.h ./include/speech_tools/siod.h ./include/speech_tools/EST_TMatrix.h ./include/speech_tools/EST_track_aux.h ./include/speech_tools/EST_TSimpleMatrix.h ./include/speech_tools/EST_io_aux.h ./include/speech_tools/EST_tilt.h ./include/speech_tools/EST_model_types.h ./include/speech_tools/EST_SCFG_Chart.h ./include/speech_tools/EST_Track.h ./include/speech_tools/EST_ChannelType.h ./include/speech_tools/EST_sigpr.h ./include/speech_tools/EST_cluster.h ./include/speech_tools/EST_THash.h ./include/speech_tools/EST_cmd_line.h ./include/speech_tools/EST_Handleable.h ./include/speech_tools/EST_lattice_io.h ./include/speech_tools/siod_defs.h ./include/speech_tools/EST_inline_utils.h ./include/speech_tools/EST_DMatrix.h ./include/speech_tools/EST_TNamedEnum.h ./include/speech_tools/EST_Featured.h ./include/speech_tools/EST_Pathname.h ./include/speech_tools/EST_simplestats.h ./include/speech_tools/EST_Wave.h ./include/speech_tools/EST_TBox.h ./include/speech_tools/EST_FMatrix.h ./include/speech_tools/unix/EST_socket_unix.h ./include/speech_tools/unix/EST_defines_unix.h ./include/speech_tools/EST_TDeque.h ./include/speech_tools/EST_iostream.h ./include/speech_tools/EST_String.h ./include/speech_tools/EST_viterbi.h ./include/speech_tools/EST_TrackMap.h ./include/speech_tools/EST_Option.h ./include/speech_tools/EST_StringTrie.h ./include/speech_tools/EST_Server.h ./include/speech_tools/EST.h ./include/speech_tools/EST_TVector.h ./include/speech_tools/EST_Contents.h ./include/speech_tools/sigpr/EST_sigpr_frame.h ./include/speech_tools/sigpr/EST_fft.h ./include/speech_tools/sigpr/EST_sigpr_utt.h ./include/speech_tools/sigpr/EST_filter_design.h ./include/speech_tools/sigpr/EST_pitchmark.h ./include/speech_tools/sigpr/EST_misc_sigpr.h ./include/speech_tools/sigpr/EST_Window.h ./include/speech_tools/sigpr/EST_spectrogram.h ./include/speech_tools/sigpr/EST_filter.h ./include/speech_tools/EST_cmd_line_options.h ./include/speech_tools/EST_stats.h ./include/speech_tools/EST_Features.h ./include/speech_tools/EST_socket.h ./include/speech_tools/ling_class/EST_item_aux.h ./include/speech_tools/ling_class/EST_Relation_list.h ./include/speech_tools/ling_class/EST_item_content_aux.h ./include/speech_tools/ling_class/EST_Utterance.h ./include/speech_tools/ling_class/EST_FeatureFunctionPackage.h ./include/speech_tools/ling_class/EST_utterance_aux.h ./include/speech_tools/ling_class/EST_Relation_mls.h ./include/speech_tools/ling_class/EST_Relation_tree.h ./include/speech_tools/ling_class/EST_utterance_xml.h ./include/speech_tools/ling_class/EST_Item.h ./include/speech_tools/ling_class/EST_Item_Content.h ./include/speech_tools/ling_class/EST_relation_compare.h ./include/speech_tools/ling_class/EST_Relation.h ./include/speech_tools/ling_class/EST_relation_aux.h ./include/speech_tools/EST_grammar.h ./include/speech_tools/EST_Val.h ./include/speech_tools/EST_FringeServer.h ./include/speech_tools/rxp/input.h ./include/speech_tools/rxp/dtd.h ./include/speech_tools/rxp/string16.h ./include/speech_tools/rxp/xmlparser.h ./include/speech_tools/rxp/XML_Parser.h ./include/speech_tools/rxp/ctype16.h ./include/speech_tools/rxp/stdio16.h ./include/speech_tools/rxp/rxp.h ./include/speech_tools/rxp/system.h ./include/speech_tools/rxp/charset.h ./include/speech_tools/rxp/url.h ./include/speech_tools/EST_multistats.h ./include/speech_tools/EST_FileType.h ./include/speech_tools/EST_HMM.h ./include/speech_tools/EST_TSortable.h ./include/speech_tools/EST_IMatrix.h ./include/speech_tools/EST_Ngrammar.h ./include/speech_tools/EST_SingleChannelWave.h ./include/speech_tools/EST_cutils.h ./include/speech_tools/EST_types.h ./include/speech_tools/EST_wave_aux.h ./include/speech_tools/EST_WFST.h ./include/speech_tools/EST_util_class.h ./include/speech_tools/EST_kalman.h ./include/speech_tools/EST_error.h ./include/speech_tools/instantiate/EST_TKVLI.h ./include/speech_tools/instantiate/EST_TSortableI.h ./include/speech_tools/instantiate/EST_TStringHashI.h ./include/speech_tools/instantiate/EST_TIteratorI.h ./include/speech_tools/instantiate/EST_THashI.h ./include/speech_tools/instantiate/EST_TMatrixI.h ./include/speech_tools/instantiate/EST_TNamedEnumI.h ./include/speech_tools/instantiate/EST_TVectorI.h ./include/speech_tools/instantiate/EST_TSimpleVectorI.h ./include/speech_tools/instantiate/EST_TDequeI.h ./include/speech_tools/instantiate/EST_TSimpleMatrixI.h ./include/speech_tools/instantiate/EST_TListI.h ./include/speech_tools/EST_walloc.h ./include/speech_tools/EST_THandle.h ./include/speech_tools/EST_common.h ./include/speech_tools/EST_ServiceTable.h ./include/speech_tools/EST_unix.h ./include/speech_tools/EST_ling_class.h ./include/speech_tools/EST_UList.h ./include/speech_tools/EST_TTimeIndex.h ./include/speech_tools/EST_TBuffer.h ./include/speech_tools/EST_features_aux.h ./include/speech_tools/EST_TList.h ./include/speech_tools/EST_TIterator.h ./include/speech_tools/EST_Val_defs.h ./include/speech_tools/EST_SCFG.h ./include/speech_tools/EST_Event.h ./include/speech_tools/EST_speech_class.h ./include/speech_tools/EST_Chunk.h ./include/speech_tools/EST_TSimpleVector.h ./include/speech_tools/EST_bool.h ./include/speech_tools/EST_Regex.h ./include/speech_tools/EST_audio.h ./include/speech_tools/EST_SMatrix.h ./include/speech_tools/EST_strcasecmp.h ./include/speech_tools/EST_PST.h ./include/speech_tools/EST_lattice.h ./include/speech_tools/EST_string_aux.h ./include/speech_tools/win32/EST_iostream_win32.h ./include/speech_tools/win32/EST_defines_win32.h ./include/speech_tools/win32/EST_unix_win32.h ./include/speech_tools/win32/EST_socket_win32.h ./include/speech_tools/EST_sort.h ./include/speech_tools/EST_TKVL.h ./include/speech_tools/EST_FeatureData.h ./include/speech_tools/EST_Wagon.h ./include/speech_tools/EST_rw_status.h '
STRIP='strip'
VERSION='6.0'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='tar --format=posix -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/monitor/ekho-6.0/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}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "ekho"
#define PACKAGE_TARNAME "ekho"
#define PACKAGE_VERSION "6.0"
#define PACKAGE_STRING "ekho 6.0"
#define PACKAGE_BUGREPORT "hgneng at gmail.com"
#define PACKAGE_URL ""
#define PACKAGE "ekho"
#define VERSION "6.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBPTHREAD 1
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_LOCALE_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_MEMSET 1
#define HAVE_SETLOCALE 1
#define HAVE_STRSTR 1
#define HAVE_LIBSNDFILE 1
#define HAVE_PULSEAUDIO 1

configure: exit 1



展开
收起
爱吃鱼的程序员 2020-06-14 22:38:24 637 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    好详细的信息!问题在这行:

    error:estooltest failed

    需要安装esttool库

    回复 @黄冠能:好的感谢嘿嘿回复 @alanchenup:我没有特别的办法,这个要在搜索引擎搜一下了,比如搜lamecentos,要添加一个包含lame的软件库。lame是用来编码MP3格式的,MP3格式本身有一定的版权问题,所以不是所有Linux发行版都会自带这个软件。大哥,太给力了,神速啊!!非常感谢。问题已解决,谢谢!还有个小问题,有些包用yumsearchliblame-dev找不到不像Ubuntu下那么方便,不知道有什么办法找到这些RPM包?非常感谢
    2020-06-14 22:38:43
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载