Menu

Compiling on Centos 5.5

Help
2012-04-26
2012-09-22
  • davedavedave

    davedavedave - 2012-04-26

    Im trying to build sphinxbase-0.7 and pocketsphinx-0.7 on Centos 5.5 using
    ./conifgure, make, make install. I haven't found an RPM

    My 'make' of sphinxbase has some problems:

    Making all in src
    make[1]: Entering directory `/home/myUser/downloads/sphinx/sphinxbase-0.7/src'
    Making all in libsphinxbase
    make[2]: Entering directory `/home/myUser/downloads/sphinx/sphinxbase-0.7/src/libsphinxbase'
    Making all in util
    make[3]: Entering directory `/home/myUser/downloads/sphinx/sphinxbase-0.7/src/libsphinxbase/util'
    if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include   -I/opt/python2.7/include/python2.7 -I/opt/python2.7/include/python2.7  -g -O2 -Wall -MT bitvec.lo -MD -MP -MF ".deps/bitvec.Tpo" -c -o bitvec.lo bitvec.c; \
            then mv -f ".deps/bitvec.Tpo" ".deps/bitvec.Plo"; else rm -f ".deps/bitvec.Tpo"; exit 1; fi
    ../../../libtool: line 813: X--tag=CC: command not found
    ../../../libtool: line 846: libtool: ignoring unknown tag : command not found
    ../../../libtool: line 813: X--mode=compile: command not found
    ../../../libtool: line 979: *** Warning: inferring the mode of operation is deprecated.: command not found
    ../../../libtool: line 980: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
    ../../../libtool: line 1123: Xgcc: command not found
    ../../../libtool: line 1123: X-DHAVE_CONFIG_H: command not found
    ../../../libtool: line 1123: X-I.: command not found
    ../../../libtool: line 1123: X-I.: command not found
    ../../../libtool: line 1123: X-I../../../include: No such file or directory
    ../../../libtool: line 1123: X-I../../../include: No such file or directory
    ../../../libtool: line 1123: X-I../../../include/sphinxbase: No such file or directory
    ../../../libtool: line 1123: X-I../../../include: No such file or directory
    ../../../libtool: line 1123: X-I../../../include: No such file or directory
    ../../../libtool: line 1123: X-I/opt/python2.7/include/python2.7: No such file or directory
    ../../../libtool: line 1123: X-I/opt/python2.7/include/python2.7: No such file or directory
    ../../../libtool: line 1123: X-g: command not found
    ../../../libtool: line 1123: X-O2: command not found
    ../../../libtool: line 1123: X-Wall: command not found
    ../../../libtool: line 1123: X-MT: command not found
    ../../../libtool: line 1123: Xbitvec.lo: command not found
    ../../../libtool: line 1123: X-MD: command not found
    ../../../libtool: line 1123: X-MP: command not found
    ../../../libtool: line 1123: X-MF: command not found
    ../../../libtool: line 1123: X.deps/bitvec.Tpo: No such file or directory
    ../../../libtool: line 1123: X-c: command not found
    ../../../libtool: line 1175: Xbitvec.lo: command not found
    ../../../libtool: line 1180: libtool: compile: cannot determine name of library object from `': command not found
    make[3]: *** [bitvec.lo] Error 1
    make[3]: Leaving directory `/home/myUser/downloads/sphinx/sphinxbase-0.7/src/libsphinxbase/util'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/myUser/downloads/sphinx/sphinxbase-0.7/src/libsphinxbase'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/myUser/downloads/sphinx/sphinxbase-0.7/src'
    make: *** [all-recursive] Error 1
    

    I would be happy to attache config.log or any other information if needed.

    Thanks for your help.
    dave

     
  • davedavedave

    davedavedave - 2012-04-26
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    
    It was created by sphinxbase configure 0.7, which was
    generated by GNU Autoconf 2.59.  Invocation command line was
    
      $ ./configure
    
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = sv-astrisk.somebig-company.org
    uname -m = i686
    uname -r = 2.6.18-194.11.1.el5
    uname -s = Linux
    uname -v = #1 SMP Tue Aug 10 19:09:06 EDT 2010
    
    /usr/bin/uname -p = unknown
    /bin/uname -X     = unknown
    
    /bin/arch              = i686
    /usr/bin/arch -k       = unknown
    /usr/convex/getsysinfo = unknown
    hostinfo               = unknown
    /bin/machine           = unknown
    /usr/bin/oslevel       = unknown
    /bin/universe          = unknown
    
    PATH: /usr/kerberos/bin
    PATH: /usr/local/bin
    PATH: /bin
    PATH: /usr/bin
    PATH: /home/myUser/bin
    PATH: /opt/python2.7/bin
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    configure:1551: checking for a BSD-compatible install
    configure:1606: result: /usr/bin/install -c
    configure:1617: checking whether build environment is sane
    configure:1660: result: yes
    configure:1725: checking for gawk
    configure:1741: found /bin/gawk
    configure:1751: result: gawk
    configure:1761: checking whether make sets $(MAKE)
    configure:1781: result: yes
    configure:1960: checking build system type
    configure:1978: result: i686-redhat-linux-gnu
    configure:1986: checking host system type
    configure:2000: result: i686-redhat-linux-gnu
    configure:2035: checking for style of include used by make
    configure:2063: result: GNU
    configure:2134: checking for gcc
    configure:2150: found /usr/bin/gcc
    configure:2160: result: gcc
    configure:2404: checking for C compiler version
    configure:2407: gcc --version </dev/null >&5
    gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-51)
    Copyright (C) 2006 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:2410: $? = 0
    configure:2412: gcc -v </dev/null >&5
    Using built-in specs.
    Target: i386-redhat-linux
    Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
    Thread model: posix
    gcc version 4.1.2 20080704 (Red Hat 4.1.2-51)
    configure:2415: $? = 0
    configure:2417: gcc -V </dev/null >&5
    gcc: '-V' option must have argument
    configure:2420: $? = 1
    configure:2443: checking for C compiler default output file name
    configure:2446: gcc -g -O2 -Wall   conftest.c  >&5
    configure:2449: $? = 0
    configure:2495: result: a.out
    configure:2500: checking whether the C compiler works
    configure:2506: ./a.out
    configure:2509: $? = 0
    configure:2526: result: yes
    configure:2533: checking whether we are cross compiling
    configure:2535: result: no
    configure:2538: checking for suffix of executables
    configure:2540: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
    configure:2543: $? = 0
    configure:2568: result: 
    configure:2574: checking for suffix of object files
    configure:2595: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:2598: $? = 0
    configure:2620: result: o
    configure:2624: checking whether we are using the GNU C compiler
    configure:2648: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:2654: $? = 0
    configure:2658: test -z 
                 || test ! -s conftest.err
    configure:2661: $? = 0
    configure:2664: test -s conftest.o
    configure:2667: $? = 0
    configure:2680: result: yes
    configure:2686: checking whether gcc accepts -g
    configure:2707: gcc -c -g  conftest.c >&5
    configure:2713: $? = 0
    configure:2717: test -z 
                 || test ! -s conftest.err
    configure:2720: $? = 0
    configure:2723: test -s conftest.o
    configure:2726: $? = 0
    configure:2737: result: yes
    configure:2754: checking for gcc option to accept ANSI C
    configure:2824: gcc  -c -g -O2 -Wall  conftest.c >&5
    configure:2830: $? = 0
    configure:2834: test -z 
                 || test ! -s conftest.err
    configure:2837: $? = 0
    configure:2840: test -s conftest.o
    configure:2843: $? = 0
    configure:2861: result: none needed
    configure:2879: gcc -c -g -O2 -Wall  conftest.c >&5
    conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
    configure:2885: $? = 1
    configure: failed program was:
    | #ifndef __cplusplus
    |   choke me
    | #endif
    configure:3020: checking dependency style of gcc
    configure:3110: result: gcc3
    configure:3128: checking for library containing strerror
    configure:3158: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
    configure:3164: $? = 0
    configure:3168: test -z 
                 || test ! -s conftest.err
    configure:3171: $? = 0
    configure:3174: test -s conftest
    configure:3177: $? = 0
    configure:3247: result: none required
    configure:3300: checking for gcc
    configure:3326: result: gcc
    configure:3570: checking for C compiler version
    configure:3573: gcc --version </dev/null >&5
    gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-51)
    Copyright (C) 2006 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:3576: $? = 0
    configure:3578: gcc -v </dev/null >&5
    Using built-in specs.
    Target: i386-redhat-linux
    Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
    Thread model: posix
    gcc version 4.1.2 20080704 (Red Hat 4.1.2-51)
    configure:3581: $? = 0
    configure:3583: gcc -V </dev/null >&5
    gcc: '-V' option must have argument
    configure:3586: $? = 1
    configure:3589: checking whether we are using the GNU C compiler
    configure:3645: result: yes
    configure:3651: checking whether gcc accepts -g
    configure:3702: result: yes
    configure:3719: checking for gcc option to accept ANSI C
    configure:3826: result: none needed
    configure:3844: gcc -c -g -O2 -Wall  conftest.c >&5
    conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
    configure:3850: $? = 1
    configure: failed program was:
    | #ifndef __cplusplus
    |   choke me
    | #endif
    configure:3985: checking dependency style of gcc
    configure:4075: result: gcc3
    configure:4098: checking for bison
    configure:4114: found /usr/bin/bison
    configure:4125: result: bison -y
    configure:4145: checking how to run the C preprocessor
    configure:4180: gcc -E  conftest.c
    configure:4186: $? = 0
    configure:4218: gcc -E  conftest.c
    conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
    configure:4224: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "sphinxbase"
    | #define PACKAGE_TARNAME "sphinxbase"
    | #define PACKAGE_VERSION "0.7"
    | #define PACKAGE_STRING "sphinxbase 0.7"
    | #define PACKAGE_BUGREPORT ""
    | /* end confdefs.h.  */
    | #include <ac_nonexistent.h>
    configure:4263: result: gcc -E
    configure:4287: gcc -E  conftest.c
    configure:4293: $? = 0
    configure:4325: gcc -E  conftest.c
    conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
    configure:4331: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "sphinxbase"
    | #define PACKAGE_TARNAME "sphinxbase"
    | #define PACKAGE_VERSION "0.7"
    | #define PACKAGE_STRING "sphinxbase 0.7"
    | #define PACKAGE_BUGREPORT ""
    | /* end confdefs.h.  */
    | #include <ac_nonexistent.h>
    configure:4375: checking for egrep
    configure:4385: result: grep -E
    configure:4390: checking for ANSI C header files
    configure:4415: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:4421: $? = 0
    configure:4425: test -z 
                 || test ! -s conftest.err
    configure:4428: $? = 0
    configure:4431: test -s conftest.o
    configure:4434: $? = 0
    configure:4523: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
    conftest.c: In function 'main':
    conftest.c:26: warning: implicit declaration of function 'exit'
    conftest.c:26: warning: incompatible implicit declaration of built-in function 'exit'
    configure:4526: $? = 0
    configure:4528: ./conftest
    configure:4531: $? = 0
    configure:4546: result: yes
    configure:4556: checking whether byte ordering is bigendian
    configure:4583: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:4589: $? = 0
    configure:4593: test -z 
                 || test ! -s conftest.err
    configure:4596: $? = 0
    configure:4599: test -s conftest.o
    configure:4602: $? = 0
    configure:4626: gcc -c -g -O2 -Wall  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:17: error: 'not' undeclared (first use in this function)
    conftest.c:17: error: (Each undeclared identifier is reported only once
    conftest.c:17: error: for each function it appears in.)
    conftest.c:17: error: expected ';' before 'big'
    configure:4632: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "sphinxbase"
    | #define PACKAGE_TARNAME "sphinxbase"
    | #define PACKAGE_VERSION "0.7"
    | #define PACKAGE_STRING "sphinxbase 0.7"
    | #define PACKAGE_BUGREPORT ""
    | #define STDC_HEADERS 1
    | /* end confdefs.h.  */
    | #include <sys/types.h>
    | #include <sys/param.h>
    | 
    | int
    | main ()
    | {
    | #if BYTE_ORDER != BIG_ENDIAN
    |  not big endian
    | #endif
    | 
    |   ;
    |   return 0;
    | }
    configure:4767: result: no
    configure:4786: checking return type of signal handlers
    configure:4817: gcc -c -g -O2 -Wall  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:24: warning: unused variable 'i'
    configure:4823: $? = 0
    configure:4827: test -z 
                 || test ! -s conftest.err
    configure:4830: $? = 0
    configure:4833: test -s conftest.o
    configure:4836: $? = 0
    configure:4847: result: void
    configure:4869: checking for sys/types.h
    configure:4885: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:4891: $? = 0
    configure:4895: test -z 
                 || test ! -s conftest.err
    configure:4898: $? = 0
    configure:4901: test -s conftest.o
    configure:4904: $? = 0
    configure:4915: result: yes
    configure:4869: checking for sys/stat.h
    configure:4885: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:4891: $? = 0
    configure:4895: test -z 
                 || test ! -s conftest.err
    configure:4898: $? = 0
    configure:4901: test -s conftest.o
    configure:4904: $? = 0
    configure:4915: result: yes
    configure:4869: checking for stdlib.h
    configure:4885: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:4891: $? = 0
    configure:4895: test -z 
                 || test ! -s conftest.err
    configure:4898: $? = 0
    configure:4901: test -s conftest.o
    configure:4904: $? = 0
    configure:4915: result: yes
    configure:4869: checking for string.h
    configure:4885: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:4891: $? = 0
    configure:4895: test -z 
                 || test ! -s conftest.err
    configure:4898: $? = 0
    configure:4901: test -s conftest.o
    configure:4904: $? = 0
    configure:4915: result: yes
    configure:4869: checking for memory.h
    configure:4885: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:4891: $? = 0
    configure:4895: test -z 
                 || test ! -s conftest.err
    configure:4898: $? = 0
    configure:4901: test -s conftest.o
    configure:4904: $? = 0
    configure:4915: result: yes
    configure:4869: checking for strings.h
    configure:4885: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:4891: $? = 0
    configure:4895: test -z 
                 || test ! -s conftest.err
    configure:4898: $? = 0
    configure:4901: test -s conftest.o
    configure:4904: $? = 0
    configure:4915: result: yes
    configure:4869: checking for inttypes.h
    configure:4885: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:4891: $? = 0
    configure:4895: test -z 
                 || test ! -s conftest.err
    configure:4898: $? = 0
    configure:4901: test -s conftest.o
    configure:4904: $? = 0
    configure:4915: result: yes
    configure:4869: checking for stdint.h
    configure:4885: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:4891: $? = 0
    configure:4895: test -z 
                 || test ! -s conftest.err
    configure:4898: $? = 0
    configure:4901: test -s conftest.o
    configure:4904: $? = 0
    configure:4915: result: yes
    configure:4869: checking for unistd.h
    configure:4885: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:4891: $? = 0
    configure:4895: test -z 
                 || test ! -s conftest.err
    configure:4898: $? = 0
    configure:4901: test -s conftest.o
    configure:4904: $? = 0
    configure:4915: result: yes
    configure:4927: checking for long long
    configure:4951: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:4957: $? = 0
    configure:4961: test -z 
                 || test ! -s conftest.err
    configure:4964: $? = 0
    configure:4967: test -s conftest.o
    configure:4970: $? = 0
    configure:4981: result: yes
    configure:4992: checking for long long
    configure:5046: result: yes
    configure:5049: checking size of long long
    configure:5368: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
    configure:5371: $? = 0
    configure:5373: ./conftest
    configure:5376: $? = 0
    configure:5399: result: 8
    configure:5406: checking for long
    configure:5430: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:5436: $? = 0
    configure:5440: test -z 
                 || test ! -s conftest.err
    configure:5443: $? = 0
    configure:5446: test -s conftest.o
    configure:5449: $? = 0
    configure:5460: result: yes
    configure:5463: checking size of long
    configure:5782: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
    configure:5785: $? = 0
    configure:5787: ./conftest
    configure:5790: $? = 0
    configure:5813: result: 4
    configure:5826: checking for popen
    configure:5883: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
    configure:5889: $? = 0
    configure:5893: test -z 
                 || test ! -s conftest.err
    configure:5896: $? = 0
    configure:5899: test -s conftest
    configure:5902: $? = 0
    configure:5914: result: yes
    configure:5826: checking for perror
    configure:5883: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
    configure:5889: $? = 0
    configure:5893: test -z 
                 || test ! -s conftest.err
    configure:5896: $? = 0
    configure:5899: test -s conftest
    configure:5902: $? = 0
    configure:5914: result: yes
    configure:5826: checking for snprintf
    configure:5883: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
    conftest.c:49: warning: conflicting types for built-in function 'snprintf'
    configure:5889: $? = 0
    configure:5893: test -z 
                 || test ! -s conftest.err
    configure:5896: $? = 0
    configure:5899: test -s conftest
    configure:5902: $? = 0
    configure:5914: result: yes
    configure:5934: checking errno.h usability
    configure:5946: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:5952: $? = 0
    configure:5956: test -z 
                 || test ! -s conftest.err
    configure:5959: $? = 0
    configure:5962: test -s conftest.o
    configure:5965: $? = 0
    configure:5975: result: yes
    configure:5979: checking errno.h presence
    configure:5989: gcc -E  conftest.c
    configure:5995: $? = 0
    configure:6015: result: yes
    configure:6050: checking for errno.h
    configure:6057: result: yes
    configure:6103: checking for ld used by GCC
    configure:6167: result: /usr/bin/ld
    configure:6176: checking if the linker (/usr/bin/ld) is GNU ld
    configure:6189: result: yes
    configure:6196: checking for shared library run path origin
    configure:6209: result: done
    configure:6673: checking for iconv
    configure:6700: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
    configure:6706: $? = 0
    configure:6710: test -z 
                 || test ! -s conftest.err
    configure:6713: $? = 0
    configure:6716: test -s conftest
    configure:6719: $? = 0
    configure:6785: result: yes
    configure:6808: checking for iconv declaration
    configure:6842: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:6848: $? = 0
    configure:6852: test -z 
                 || test ! -s conftest.err
    configure:6855: $? = 0
    configure:6858: test -s conftest.o
    configure:6861: $? = 0
    configure:6876: result: 
             extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
    configure:6901: checking for sgesv_ in -llapack
    configure:6931: gcc -o conftest -g -O2 -Wall   conftest.c -llapack   >&5
    /usr/bin/ld: cannot find -llapack
    collect2: ld returned 1 exit status
    configure:6937: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "sphinxbase"
    | #define PACKAGE_TARNAME "sphinxbase"
    | #define PACKAGE_VERSION "0.7"
    | #define PACKAGE_STRING "sphinxbase 0.7"
    | #define PACKAGE_BUGREPORT ""
    | #define STDC_HEADERS 1
    | #define RETSIGTYPE void
    | #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_LONG_LONG 1
    | #define SIZEOF_LONG_LONG 8
    | #define SIZEOF_LONG 4
    | #define HAVE_POPEN 1
    | #define HAVE_PERROR 1
    | #define HAVE_SNPRINTF 1
    | #define HAVE_ICONV 1
    | #define ICONV_CONST 
    | /* end 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 sgesv_ ();
    | int
    | main ()
    | {
    | sgesv_ ();
    |   ;
    |   return 0;
    | }
    configure:6963: result: no
    configure:7082: checking for log in -lm
    configure:7112: gcc -o conftest -g -O2 -Wall   conftest.c -lm   >&5
    conftest.c:36: warning: conflicting types for built-in function 'log'
    configure:7118: $? = 0
    configure:7122: test -z 
                 || test ! -s conftest.err
    configure:7125: $? = 0
    configure:7128: test -s conftest
    configure:7131: $? = 0
    configure:7144: result: yes
    configure:7187: checking pthread.h usability
    configure:7199: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:7205: $? = 0
    configure:7209: test -z 
                 || test ! -s conftest.err
    configure:7212: $? = 0
    configure:7215: test -s conftest.o
    configure:7218: $? = 0
    configure:7228: result: yes
    configure:7232: checking pthread.h presence
    configure:7242: gcc -E  conftest.c
    configure:7248: $? = 0
    configure:7268: result: yes
    configure:7303: checking for pthread.h
    configure:7310: result: yes
    configure:7324: checking for pthread_create in -lpthread
    configure:7354: gcc -o conftest -g -O2 -Wall   conftest.c -lpthread  -lm  >&5
    configure:7360: $? = 0
    configure:7364: test -z 
                 || test ! -s conftest.err
    configure:7367: $? = 0
    configure:7370: test -s conftest
    configure:7373: $? = 0
    configure:7386: result: yes
    configure:7501: checking alsa/asoundlib.h usability
    configure:7513: gcc -c -g -O2 -Wall  conftest.c >&5
    conftest.c:67:28: error: alsa/asoundlib.h: No such file or directory
    configure:7519: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "sphinxbase"
    | #define PACKAGE_TARNAME "sphinxbase"
    | #define PACKAGE_VERSION "0.7"
    | #define PACKAGE_STRING "sphinxbase 0.7"
    | #define PACKAGE_BUGREPORT ""
    | #define STDC_HEADERS 1
    | #define RETSIGTYPE void
    | #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_LONG_LONG 1
    | #define SIZEOF_LONG_LONG 8
    | #define SIZEOF_LONG 4
    | #define HAVE_POPEN 1
    | #define HAVE_PERROR 1
    | #define HAVE_SNPRINTF 1
    | #define HAVE_ICONV 1
    | #define ICONV_CONST 
    | #define WITH_LAPACK
    | #define HAVE_LIBM 1
    | #define HAVE_PTHREAD_H 1
    | #define HAVE_LIBPTHREAD 1
    | #define ENABLE_THREADS
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #else
    | # if HAVE_STDINT_H
    | #  include <stdint.h>
    | # endif
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <alsa/asoundlib.h>
    configure:7542: result: no
    configure:7546: checking alsa/asoundlib.h presence
    configure:7556: gcc -E  conftest.c
    conftest.c:33:28: error: alsa/asoundlib.h: No such file or directory
    configure:7562: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "sphinxbase"
    | #define PACKAGE_TARNAME "sphinxbase"
    | #define PACKAGE_VERSION "0.7"
    | #define PACKAGE_STRING "sphinxbase 0.7"
    | #define PACKAGE_BUGREPORT ""
    | #define STDC_HEADERS 1
    | #define RETSIGTYPE void
    | #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_LONG_LONG 1
    | #define SIZEOF_LONG_LONG 8
    | #define SIZEOF_LONG 4
    | #define HAVE_POPEN 1
    | #define HAVE_PERROR 1
    | #define HAVE_SNPRINTF 1
    | #define HAVE_ICONV 1
    | #define ICONV_CONST 
    | #define WITH_LAPACK
    | #define HAVE_LIBM 1
    | #define HAVE_PTHREAD_H 1
    | #define HAVE_LIBPTHREAD 1
    | #define ENABLE_THREADS
    | /* end confdefs.h.  */
    | #include <alsa/asoundlib.h>
    configure:7582: result: no
    configure:7617: checking for alsa/asoundlib.h
    configure:7624: result: no
    configure:7777: checking for a sed that does not truncate output
    configure:7833: result: /bin/sed
    configure:7849: checking for fgrep
    configure:7859: result: grep -F
    configure:7894: checking for ld used by gcc
    configure:7961: result: /usr/bin/ld
    configure:7970: checking if the linker (/usr/bin/ld) is GNU ld
    configure:7985: result: yes
    configure:7997: checking for BSD- or MS-compatible name lister (nm)
    configure:8046: result: /usr/bin/nm -B
    configure:8151: checking the name lister (/usr/bin/nm -B) interface
    configure:8158: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:8161: /usr/bin/nm -B "conftest.o"
    configure:8164: output
    00000000 B some_variable
    configure:8171: result: BSD nm
    configure:8174: checking whether ln -s works
    configure:8178: result: yes
    configure:8186: checking the maximum length of command line arguments
    configure:8306: result: 98304
    configure:8323: checking whether the shell understands some XSI constructs
    configure:8333: result: yes
    configure:8337: checking whether the shell understands "+="
    configure:8343: result: yes
    configure:8378: checking for /usr/bin/ld option to reload object files
    configure:8385: result: -r
    configure:8452: checking for objdump
    configure:8468: found /usr/bin/objdump
    configure:8479: result: objdump
    configure:8501: checking how to recognize dependent libraries
    configure:8697: result: pass_all
    configure:8755: checking for ar
    configure:8771: found /usr/bin/ar
    configure:8782: result: ar
    configure:8848: checking for strip
    configure:8864: found /usr/bin/strip
    configure:8875: result: strip
    configure:8935: checking for ranlib
    configure:8951: found /usr/bin/ranlib
    configure:8962: result: ranlib
    configure:9042: checking command to parse /usr/bin/nm -B output from gcc object
    configure:9160: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:9163: $? = 0
    configure:9167: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
    configure:9170: $? = 0
    configure:9224: gcc -o conftest -g -O2 -Wall   conftest.c conftstm.o >&5
    configure:9227: $? = 0
    configure:9265: result: ok
    configure:10068: checking for dlfcn.h
    configure:10084: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:10090: $? = 0
    configure:10094: test -z 
                 || test ! -s conftest.err
    configure:10097: $? = 0
    configure:10100: test -s conftest.o
    configure:10103: $? = 0
    configure:10114: result: yes
    configure:10298: checking for objdir
    configure:10313: result: .libs
    configure:10609: checking if gcc supports -fno-rtti -fno-exceptions
    configure:10627: gcc -c -g -O2 -Wall  -fno-rtti -fno-exceptions conftest.c >&5
    cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
    configure:10631: $? = 0
    configure:10644: result: no
    configure:10664: checking for gcc option to produce PIC
    configure:10936: result: -fPIC -DPIC
    configure:10948: checking if gcc PIC flag -fPIC -DPIC works
    configure:10966: gcc -c -g -O2 -Wall  -fPIC -DPIC -DPIC conftest.c >&5
    configure:10970: $? = 0
    configure:10983: result: yes
    configure:11007: checking if gcc static flag -static works
    configure:11035: result: yes
    configure:11050: checking if gcc supports -c -o file.o
    configure:11071: gcc -c -g -O2 -Wall  -o out/conftest2.o conftest.c >&5
    configure:11075: $? = 0
    configure:11097: result: yes
    configure:11105: checking if gcc supports -c -o file.o
    configure:11152: result: yes
    configure:11185: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
    configure:12253: result: yes
    configure:12290: checking whether -lc should be explicitly linked in
    configure:12295: gcc -c -g -O2 -Wall  conftest.c >&5
    configure:12298: $? = 0
    configure:12313: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
    configure:12316: $? = 0
    configure:12328: result: no
    configure:12492: checking dynamic linker characteristics
    configure:12930: gcc -o conftest -g -O2 -Wall   -Wl,-rpath -Wl,/foo conftest.c -lpthread -lm  >&5
    configure:12936: $? = 0
    configure:12940: test -z 
                 || test ! -s conftest.err
    configure:12943: $? = 0
    configure:12946: test -s conftest
    configure:12949: $? = 0
    configure:13176: result: GNU/Linux ld.so
    configure:13278: checking how to hardcode library paths into programs
    configure:13303: result: immediate
    configure:14141: checking whether stripping libraries is possible
    configure:14146: result: yes
    configure:14181: checking if libtool supports shared libraries
    configure:14183: result: yes
    configure:14186: checking whether to build shared libraries
    configure:14207: result: yes
    configure:14210: checking whether to build static libraries
    configure:14214: result: yes
    configure:14252: checking for doxygen
    configure:14268: found /usr/bin/doxygen
    configure:14279: result: yes
    configure:14322: checking for python
    configure:14340: found /usr/bin/python
    configure:14353: result: /usr/bin/python
    configure:14362: checking for python-config
    configure:14380: found /opt/python2.7/bin/python-config
    configure:14393: result: /opt/python2.7/bin/python-config
    configure:14414: checking Python.h usability
    configure:14426: gcc -c -g -O2 -Wall  -I/opt/python2.7/include/python2.7 -I/opt/python2.7/include/python2.7 conftest.c >&5
    configure:14432: $? = 0
    configure:14436: test -z 
                 || test ! -s conftest.err
    configure:14439: $? = 0
    configure:14442: test -s conftest.o
    configure:14445: $? = 0
    configure:14455: result: yes
    configure:14459: checking Python.h presence
    configure:14469: gcc -E  -I/opt/python2.7/include/python2.7 -I/opt/python2.7/include/python2.7 conftest.c
    configure:14475: $? = 0
    configure:14495: result: yes
    configure:14530: checking for Python.h
    configure:14537: result: yes
    configure:14571: checking for cython
    configure:14598: result: no
    configure:14619: checking for pkg-config
    configure:14635: found /usr/bin/pkg-config
    configure:14646: result: yes
    configure:14703: checking for pkg-config
    configure:14721: found /usr/bin/pkg-config
    configure:14733: result: /usr/bin/pkg-config
    configure:14748: checking pkg-config is at least version 0.9.0
    configure:14751: result: yes
    configure:14762: checking for SNDFILE
    configure:14770: $PKG_CONFIG --exists --print-errors "sndfile"
    Package sndfile was not found in the pkg-config search path.
    Perhaps you should add the directory containing `sndfile.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'sndfile' found
    configure:14773: $? = 1
    configure:14788: $PKG_CONFIG --exists --print-errors "sndfile"
    Package sndfile was not found in the pkg-config search path.
    Perhaps you should add the directory containing `sndfile.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'sndfile' found
    configure:14791: $? = 1
    No package 'sndfile' found
    configure:14819: result: no
    configure:14845: checking sndfile.h usability
    configure:14857: gcc -c -g -O2 -Wall  -I/opt/python2.7/include/python2.7 -I/opt/python2.7/include/python2.7 conftest.c >&5
    conftest.c:70:21: error: sndfile.h: No such file or directory
    configure:14863: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "sphinxbase"
    | #define PACKAGE_TARNAME "sphinxbase"
    | #define PACKAGE_VERSION "0.7"
    | #define PACKAGE_STRING "sphinxbase 0.7"
    | #define PACKAGE_BUGREPORT ""
    | #define STDC_HEADERS 1
    | #define RETSIGTYPE void
    | #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_LONG_LONG 1
    | #define SIZEOF_LONG_LONG 8
    | #define SIZEOF_LONG 4
    | #define HAVE_POPEN 1
    | #define HAVE_PERROR 1
    | #define HAVE_SNPRINTF 1
    | #define HAVE_ICONV 1
    | #define ICONV_CONST 
    | #define WITH_LAPACK
    | #define HAVE_LIBM 1
    | #define HAVE_PTHREAD_H 1
    | #define HAVE_LIBPTHREAD 1
    | #define ENABLE_THREADS
    | #define AD_BACKEND_OSS
    | #define HAVE_DLFCN_H 1
    | #define LT_OBJDIR ".libs/"
    | /* end confdefs.h.  */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #else
    | # if HAVE_STDINT_H
    | #  include <stdint.h>
    | # endif
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sndfile.h>
    configure:14886: result: no
    configure:14890: checking sndfile.h presence
    configure:14900: gcc -E  -I/opt/python2.7/include/python2.7 -I/opt/python2.7/include/python2.7 conftest.c
    conftest.c:36:21: error: sndfile.h: No such file or directory
    configure:14906: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "sphinxbase"
    | #define PACKAGE_TARNAME "sphinxbase"
    | #define PACKAGE_VERSION "0.7"
    | #define PACKAGE_STRING "sphinxbase 0.7"
    | #define PACKAGE_BUGREPORT ""
    | #define STDC_HEADERS 1
    | #define RETSIGTYPE void
    | #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_LONG_LONG 1
    | #define SIZEOF_LONG_LONG 8
    | #define SIZEOF_LONG 4
    | #define HAVE_POPEN 1
    | #define HAVE_PERROR 1
    | #define HAVE_SNPRINTF 1
    | #define HAVE_ICONV 1
    | #define ICONV_CONST 
    | #define WITH_LAPACK
    | #define HAVE_LIBM 1
    | #define HAVE_PTHREAD_H 1
    | #define HAVE_LIBPTHREAD 1
    | #define ENABLE_THREADS
    | #define AD_BACKEND_OSS
    | #define HAVE_DLFCN_H 1
    | #define LT_OBJDIR ".libs/"
    | /* end confdefs.h.  */
    | #include <sndfile.h>
    configure:14926: result: no
    configure:14961: checking for sndfile.h
    configure:14968: result: no
    configure:15152: creating ./config.status
    
    ## ---------------------- ##
    ## Running config.status. ##
    ## ---------------------- ##
    
    This file was extended by sphinxbase config.status 0.7, which was
    generated by GNU Autoconf 2.59.  Invocation command line was
    
      CONFIG_FILES    = 
      CONFIG_HEADERS  = 
      CONFIG_LINKS    = 
      CONFIG_COMMANDS = 
      $ ./config.status
    
    on sv-astrisk.somebig-company.org
    
    config.status:977: creating sphinxbase.pc
    config.status:977: creating Makefile
    config.status:977: creating include/Makefile
    config.status:977: creating include/sphinxbase/Makefile
    config.status:977: creating python/Makefile
    config.status:977: creating python/setup.py
    config.status:977: creating src/Makefile
    config.status:977: creating src/libsphinxad/Makefile
    config.status:977: creating src/libsphinxbase/Makefile
    config.status:977: creating src/libsphinxbase/util/Makefile
    config.status:977: creating src/libsphinxbase/feat/Makefile
    config.status:977: creating src/libsphinxbase/fe/Makefile
    config.status:977: creating src/libsphinxbase/lm/Makefile
    config.status:977: creating src/sphinx_fe/Makefile
    config.status:977: creating src/sphinx_cepview/Makefile
    config.status:977: creating src/sphinx_jsgf2fsg/Makefile
    config.status:977: creating src/sphinx_adtools/Makefile
    config.status:977: creating src/sphinx_lmtools/Makefile
    config.status:977: creating doc/Makefile
    config.status:977: creating doc/doxyfile
    config.status:977: creating test/Makefile
    config.status:977: creating test/unit/testfuncs.sh
    config.status:977: creating test/unit/Makefile
    config.status:977: creating test/unit/test_ad/Makefile
    config.status:977: creating test/unit/test_alloc/Makefile
    config.status:977: creating test/unit/test_bitvec/Makefile
    config.status:977: creating test/unit/test_case/Makefile
    config.status:977: creating test/unit/test_string/Makefile
    config.status:977: creating test/unit/test_cmdln/Makefile
    config.status:977: creating test/unit/test_hash/Makefile
    config.status:977: creating test/unit/test_matrix/Makefile
    config.status:977: creating test/unit/test_feat/Makefile
    config.status:977: creating test/unit/test_fe/Makefile
    config.status:977: creating test/unit/test_logmath/Makefile
    config.status:977: creating test/unit/test_ngram/Makefile
    config.status:977: creating test/unit/test_fsg/Makefile
    config.status:977: creating test/unit/test_thread/Makefile
    config.status:977: creating test/unit/test_util/Makefile
    config.status:977: creating test/regression/testfuncs.sh
    config.status:977: creating test/regression/Makefile
    config.status:1081: creating include/config.h
    config.status:1217: include/config.h is unchanged
    config.status:1081: creating include/sphinx_config.h
    config.status:1217: include/sphinx_config.h is unchanged
    config.status:1397: executing depfiles commands
    config.status:1397: executing libtool commands
    
    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##
    
    ac_cv_build=i686-redhat-linux-gnu
    ac_cv_build_alias=i686-redhat-linux-gnu
    ac_cv_c_bigendian=no
    ac_cv_c_compiler_gnu=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_PKG_CONFIG_set=
    ac_cv_env_PKG_CONFIG_value=
    ac_cv_env_SNDFILE_CFLAGS_set=
    ac_cv_env_SNDFILE_CFLAGS_value=
    ac_cv_env_SNDFILE_LIBS_set=
    ac_cv_env_SNDFILE_LIBS_value=
    ac_cv_env_YACC_set=
    ac_cv_env_YACC_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_exeext=
    ac_cv_func_perror=yes
    ac_cv_func_popen=yes
    ac_cv_func_snprintf=yes
    ac_cv_header_Python_h=yes
    ac_cv_header_alsa_asoundlib_h=no
    ac_cv_header_dlfcn_h=yes
    ac_cv_header_errno_h=yes
    ac_cv_header_inttypes_h=yes
    ac_cv_header_memory_h=yes
    ac_cv_header_pthread_h=yes
    ac_cv_header_sndfile_h=no
    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=i686-redhat-linux-gnu
    ac_cv_host_alias=i686-redhat-linux-gnu
    ac_cv_lib_lapack_sgesv_=no
    ac_cv_lib_m_log=yes
    ac_cv_lib_pthread_pthread_create=yes
    ac_cv_objext=o
    ac_cv_path_PYTHON=/usr/bin/python
    ac_cv_path_PYTHON_CONFIG=/opt/python2.7/bin/python-config
    ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
    ac_cv_path_install='/usr/bin/install -c'
    ac_cv_prog_AWK=gawk
    ac_cv_prog_CPP='gcc -E'
    ac_cv_prog_HAVE_CYTHON=no
    ac_cv_prog_HAVE_DOXYGEN=yes
    ac_cv_prog_HAVE_PKGCONFIG=yes
    ac_cv_prog_YACC='bison -y'
    ac_cv_prog_ac_ct_AR=ar
    ac_cv_prog_ac_ct_CC=gcc
    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_g=yes
    ac_cv_prog_cc_stdc=
    ac_cv_prog_egrep='grep -E'
    ac_cv_prog_fgrep='grep -F'
    ac_cv_prog_make_make_set=yes
    ac_cv_search_strerror='none required'
    ac_cv_sizeof_long=4
    ac_cv_sizeof_long_long=8
    ac_cv_type_long=yes
    ac_cv_type_long_long=yes
    ac_cv_type_signal=void
    acl_cv_hardcode_direct=no
    acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
    acl_cv_hardcode_libdir_separator=
    acl_cv_hardcode_minus_L=no
    acl_cv_libext=a
    acl_cv_path_LD=/usr/bin/ld
    acl_cv_prog_gnu_ld=yes
    acl_cv_rpath=done
    acl_cv_shlibext=so
    acl_cv_wl=-Wl,
    am_cv_CC_dependencies_compiler_type=gcc3
    am_cv_func_iconv=yes
    am_cv_lib_iconv=no
    am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
    am_cv_proto_iconv_arg1=
    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_NM='/usr/bin/nm -B'
    lt_cv_path_SED=/bin/sed
    lt_cv_prog_compiler_c_o=yes
    lt_cv_prog_compiler_pic_works=yes
    lt_cv_prog_compiler_rtti_exceptions=no
    lt_cv_prog_compiler_static_works=yes
    lt_cv_prog_gnu_ld=yes
    lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
    lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (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=98304
    
    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##
    
    ACLOCAL='${SHELL} /home/myUser/downloads/sphinx/sphinxbase-0.7/missing --run aclocal-1.9'
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /home/myUser/downloads/sphinx/sphinxbase-0.7/missing --run tar'
    AR='ar'
    AUTOCONF='${SHELL} /home/myUser/downloads/sphinx/sphinxbase-0.7/missing --run autoconf'
    AUTOHEADER='${SHELL} /home/myUser/downloads/sphinx/sphinxbase-0.7/missing --run autoheader'
    AUTOMAKE='${SHELL} /home/myUser/downloads/sphinx/sphinxbase-0.7/missing --run automake-1.9'
    AWK='gawk'
    BUILD_CYTHON_FALSE=''
    BUILD_CYTHON_TRUE='#'
    BUILD_DOXYGEN_FALSE='#'
    BUILD_DOXYGEN_TRUE=''
    BUILD_PYTHON_FALSE='#'
    BUILD_PYTHON_TRUE=''
    CC='gcc'
    CCDEPMODE='depmode=gcc3'
    CFLAGS='-g -O2 -Wall'
    CPP='gcc -E'
    CPPFLAGS=' -I/opt/python2.7/include/python2.7 -I/opt/python2.7/include/python2.7'
    CYGPATH_W='echo'
    DEFS='-DHAVE_CONFIG_H'
    DEPDIR='.deps'
    DSYMUTIL=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP='grep -E'
    EXEEXT=''
    FGREP='grep -F'
    FIXED_POINT_FALSE=''
    FIXED_POINT_TRUE='#'
    GREP='grep'
    HAVE_CYTHON='no'
    HAVE_DOXYGEN='yes'
    HAVE_PKGCONFIG='yes'
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
    LAPACK_LITE_FALSE='#'
    LAPACK_LITE_TRUE=''
    LD='/usr/bin/ld'
    LDFLAGS=''
    LIBICONV=''
    LIBOBJS=''
    LIBS='-lpthread -lm '
    LIBTOOL='$(SHELL) $(top_builddir)/libtool'
    LIPO=''
    LN_S='ln -s'
    LTLIBICONV=''
    LTLIBOBJS=''
    MAKEINFO='${SHELL} /home/myUser/downloads/sphinx/sphinxbase-0.7/missing --run makeinfo'
    NM='/usr/bin/nm -B'
    NMEDIT=''
    OBJDUMP='objdump'
    OBJEXT='o'
    OTOOL64=''
    OTOOL=''
    PACKAGE='sphinxbase'
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME='sphinxbase'
    PACKAGE_STRING='sphinxbase 0.7'
    PACKAGE_TARNAME='sphinxbase'
    PACKAGE_VERSION='0.7'
    PATH_SEPARATOR=':'
    PKG_CONFIG='/usr/bin/pkg-config'
    PYTHON='/usr/bin/python'
    PYTHON_CONFIG='/opt/python2.7/bin/python-config'
    RANLIB='ranlib'
    SED='/bin/sed'
    SET_MAKE=''
    SHELL='/bin/sh'
    SNDFILE_CFLAGS=''
    SNDFILE_LIBS=''
    STRIP='strip'
    USE_LAPACK_FALSE='#'
    USE_LAPACK_TRUE=''
    USE_THREADS_FALSE='#'
    USE_THREADS_TRUE=''
    VERSION='0.7'
    YACC='bison -y'
    ac_ct_AR='ar'
    ac_ct_CC='gcc'
    ac_ct_DSYMUTIL=''
    ac_ct_DUMPBIN=''
    ac_ct_LIPO=''
    ac_ct_NMEDIT=''
    ac_ct_OBJDUMP='objdump'
    ac_ct_OTOOL64=''
    ac_ct_OTOOL=''
    ac_ct_RANLIB='ranlib'
    ac_ct_STRIP='strip'
    ac_pt_PKG_CONFIG='/usr/bin/pkg-config'
    ad_backend='AD_BACKEND_OSS'
    ad_files='ad_oss.lo'
    ad_libs=''
    am__fastdepCC_FALSE='#'
    am__fastdepCC_TRUE=''
    am__include='include'
    am__leading_dot='.'
    am__quote=''
    am__tar='${AMTAR} chof - "$$tardir"'
    am__untar='${AMTAR} xf -'
    bindir='${exec_prefix}/bin'
    build='i686-redhat-linux-gnu'
    build_alias=''
    build_cpu='i686'
    build_os='linux-gnu'
    build_vendor='redhat'
    datadir='${prefix}/share'
    exec_prefix='${prefix}'
    host='i686-redhat-linux-gnu'
    host_alias=''
    host_cpu='i686'
    host_os='linux-gnu'
    host_vendor='redhat'
    includedir='${prefix}/include'
    infodir='${prefix}/info'
    install_sh='/home/myUser/downloads/sphinx/sphinxbase-0.7/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localstatedir='${prefix}/var'
    lt_ECHO='echo'
    mandir='${prefix}/man'
    mkdir_p='mkdir -p --'
    oldincludedir='/usr/include'
    prefix='/usr/local'
    program_transform_name='s,x,x,'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    
    ## ----------- ##
    ## confdefs.h. ##
    ## ----------- ##
    
    #define AD_BACKEND_OSS
    #define ENABLE_THREADS
    #define HAVE_DLFCN_H 1
    #define HAVE_ICONV 1
    #define HAVE_INTTYPES_H 1
    #define HAVE_LIBM 1
    #define HAVE_LIBPTHREAD 1
    #define HAVE_LONG_LONG 1
    #define HAVE_MEMORY_H 1
    #define HAVE_PERROR 1
    #define HAVE_POPEN 1
    #define HAVE_PTHREAD_H 1
    #define HAVE_SNPRINTF 1
    #define HAVE_STDINT_H 1
    #define HAVE_STDLIB_H 1
    #define HAVE_STRINGS_H 1
    #define HAVE_STRING_H 1
    #define HAVE_SYS_STAT_H 1
    #define HAVE_SYS_TYPES_H 1
    #define HAVE_UNISTD_H 1
    #define ICONV_CONST 
    #define LT_OBJDIR ".libs/"
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE_NAME "sphinxbase"
    #define PACKAGE_STRING "sphinxbase 0.7"
    #define PACKAGE_TARNAME "sphinxbase"
    #define PACKAGE_VERSION "0.7"
    #define RETSIGTYPE void
    #define SIZEOF_LONG 4
    #define SIZEOF_LONG_LONG 8
    #define STDC_HEADERS 1
    #define WITH_LAPACK
    
    configure: exit 0
    
     
  • davedavedave

    davedavedave - 2012-04-26

    FIXED:

    Installed new libtool, automake, autoconf from source.

    Run autogen

    Now it builds

    Why does asteriskNow using Centos 5.5 . . . ugh :(

     

Log in to post a comment.