Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by pocketsphinx configure 5prealpha, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- $ ./configure
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = Belisarius.local
- uname -m = x86_64
- uname -r = 16.4.0
- uname -s = Darwin
- uname -v = Darwin Kernel Version 16.4.0: Thu Dec 22 22:53:21 PST 2016; root:xnu-3789.41.3~3/RELEASE_X86_64
- /usr/bin/uname -p = i386
- /bin/uname -X = unknown
- /bin/arch = unknown
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = Mach kernel version:
- Darwin Kernel Version 16.4.0: Thu Dec 22 22:53:21 PST 2016; root:xnu-3789.41.3~3/RELEASE_X86_64
- Kernel configured for up to 4 processors.
- 2 processors are physically available.
- 4 processors are logically available.
- Processor type: x86_64h (Intel x86-64h Haswell)
- Processors active: 0 1 2 3
- Primary memory available: 8.00 gigabytes
- Default processor set: 308 tasks, 1456 threads, 4 processors
- Load average: 1.99, Mach factor: 2.10
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /opt/local/bin
- PATH: /opt/local/sbin
- PATH: /opt/local/bin
- PATH: /opt/local/sbin
- PATH: /Applications/anaconda/bin
- PATH: /Users/benroye/.rvm/gems/ruby-2.1.1/bin
- PATH: /Users/benroye/.rvm/gems/ruby-2.1.1@global/bin
- PATH: /Users/benroye/.rvm/rubies/ruby-2.1.1/bin
- PATH: /opt/local/bin
- PATH: /opt/local/sbin
- PATH: /usr/local/bin
- PATH: /usr/bin
- PATH: /bin
- PATH: /usr/sbin
- PATH: /sbin
- PATH: /opt/X11/bin
- PATH: /usr/local/git/bin
- PATH: /Users/benroye/bin
- PATH: /Users/benroye/.rvm/bin
- PATH: /Users/benroye/.rvm/bin
- PATH: /bin/bash
- PATH: /Users/benroye/.rvm/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2553: checking for a BSD-compatible install
- configure:2621: result: /usr/bin/install -c
- configure:2632: checking whether build environment is sane
- configure:2687: result: yes
- configure:2838: checking for a thread-safe mkdir -p
- configure:2877: result: ./install-sh -c -d
- configure:2884: checking for gawk
- configure:2900: found /opt/local/bin/gawk
- configure:2911: result: gawk
- configure:2922: checking whether make sets $(MAKE)
- configure:2944: result: yes
- configure:2973: checking whether make supports nested variables
- configure:2990: result: yes
- configure:3115: checking build system type
- configure:3129: result: x86_64-apple-darwin16.4.0
- configure:3149: checking host system type
- configure:3162: result: x86_64-apple-darwin16.4.0
- configure:3230: checking for gcc
- configure:3246: found /usr/bin/gcc
- configure:3257: result: gcc
- configure:3486: checking for C compiler version
- configure:3495: gcc --version >&5
- Apple LLVM version 8.0.0 (clang-800.0.42.1)
- Target: x86_64-apple-darwin16.4.0
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
- Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
- configure:3506: $? = 0
- configure:3495: gcc -v >&5
- Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
- Apple LLVM version 8.0.0 (clang-800.0.42.1)
- Target: x86_64-apple-darwin16.4.0
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
- configure:3506: $? = 0
- configure:3495: gcc -V >&5
- clang: error: argument to '-V' is missing (expected 1 value)
- clang: error: no input files
- configure:3506: $? = 1
- configure:3495: gcc -qversion >&5
- clang: error: unknown argument: '-qversion'
- clang: error: no input files
- configure:3506: $? = 1
- configure:3526: checking whether the C compiler works
- configure:3548: gcc -g -O2 -Wall conftest.c >&5
- configure:3552: $? = 0
- configure:3600: result: yes
- configure:3603: checking for C compiler default output file name
- configure:3605: result: a.out
- configure:3611: checking for suffix of executables
- configure:3618: gcc -o conftest -g -O2 -Wall conftest.c >&5
- configure:3622: $? = 0
- configure:3644: result:
- configure:3666: checking whether we are cross compiling
- configure:3674: gcc -o conftest -g -O2 -Wall conftest.c >&5
- configure:3678: $? = 0
- configure:3685: ./conftest
- configure:3689: $? = 0
- configure:3704: result: no
- configure:3709: checking for suffix of object files
- configure:3731: gcc -c -g -O2 -Wall conftest.c >&5
- configure:3735: $? = 0
- configure:3756: result: o
- configure:3760: checking whether we are using the GNU C compiler
- configure:3779: gcc -c -g -O2 -Wall conftest.c >&5
- configure:3779: $? = 0
- configure:3788: result: yes
- configure:3797: checking whether gcc accepts -g
- configure:3817: gcc -c -g conftest.c >&5
- configure:3817: $? = 0
- configure:3858: result: yes
- configure:3875: checking for gcc option to accept ISO C89
- configure:3938: gcc -c -g -O2 -Wall conftest.c >&5
- configure:3938: $? = 0
- configure:3951: result: none needed
- configure:3976: checking whether gcc understands -c and -o together
- configure:3998: gcc -c conftest.c -o conftest2.o
- configure:4001: $? = 0
- configure:3998: gcc -c conftest.c -o conftest2.o
- configure:4001: $? = 0
- configure:4013: result: yes
- configure:4041: checking for style of include used by make
- configure:4069: result: GNU
- configure:4095: checking dependency style of gcc
- configure:4206: result: gcc3
- configure:4227: checking how to run the C preprocessor
- configure:4258: gcc -E conftest.c
- configure:4258: $? = 0
- configure:4272: gcc -E conftest.c
- conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
- #include <ac_nonexistent.h>
- ^
- 1 error generated.
- configure:4272: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "pocketsphinx"
- | #define PACKAGE_TARNAME "pocketsphinx"
- | #define PACKAGE_VERSION "5prealpha"
- | #define PACKAGE_STRING "pocketsphinx 5prealpha"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4297: result: gcc -E
- configure:4317: gcc -E conftest.c
- configure:4317: $? = 0
- configure:4331: gcc -E conftest.c
- conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
- #include <ac_nonexistent.h>
- ^
- 1 error generated.
- configure:4331: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "pocketsphinx"
- | #define PACKAGE_TARNAME "pocketsphinx"
- | #define PACKAGE_VERSION "5prealpha"
- | #define PACKAGE_STRING "pocketsphinx 5prealpha"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4360: checking for grep that handles long lines and -e
- configure:4418: result: /opt/local/bin/grep
- configure:4423: checking for egrep
- configure:4485: result: /opt/local/bin/grep -E
- configure:4490: checking for ANSI C header files
- configure:4510: gcc -c -g -O2 -Wall conftest.c >&5
- configure:4510: $? = 0
- configure:4583: gcc -o conftest -g -O2 -Wall conftest.c >&5
- configure:4583: $? = 0
- configure:4583: ./conftest
- configure:4583: $? = 0
- configure:4594: result: yes
- configure:4607: checking for sys/types.h
- configure:4607: gcc -c -g -O2 -Wall conftest.c >&5
- configure:4607: $? = 0
- configure:4607: result: yes
- configure:4607: checking for sys/stat.h
- configure:4607: gcc -c -g -O2 -Wall conftest.c >&5
- configure:4607: $? = 0
- configure:4607: result: yes
- configure:4607: checking for stdlib.h
- configure:4607: gcc -c -g -O2 -Wall conftest.c >&5
- configure:4607: $? = 0
- configure:4607: result: yes
- configure:4607: checking for string.h
- configure:4607: gcc -c -g -O2 -Wall conftest.c >&5
- configure:4607: $? = 0
- configure:4607: result: yes
- configure:4607: checking for memory.h
- configure:4607: gcc -c -g -O2 -Wall conftest.c >&5
- configure:4607: $? = 0
- configure:4607: result: yes
- configure:4607: checking for strings.h
- configure:4607: gcc -c -g -O2 -Wall conftest.c >&5
- configure:4607: $? = 0
- configure:4607: result: yes
- configure:4607: checking for inttypes.h
- configure:4607: gcc -c -g -O2 -Wall conftest.c >&5
- configure:4607: $? = 0
- configure:4607: result: yes
- configure:4607: checking for stdint.h
- configure:4607: gcc -c -g -O2 -Wall conftest.c >&5
- configure:4607: $? = 0
- configure:4607: result: yes
- configure:4607: checking for unistd.h
- configure:4607: gcc -c -g -O2 -Wall conftest.c >&5
- configure:4607: $? = 0
- configure:4607: result: yes
- configure:4619: checking for long long
- configure:4619: gcc -c -g -O2 -Wall conftest.c >&5
- configure:4619: $? = 0
- configure:4619: gcc -c -g -O2 -Wall conftest.c >&5
- conftest.c:55:24: error: expected expression
- if (sizeof ((long long)))
- ^
- 1 error generated.
- configure:4619: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "pocketsphinx"
- | #define PACKAGE_TARNAME "pocketsphinx"
- | #define PACKAGE_VERSION "5prealpha"
- | #define PACKAGE_STRING "pocketsphinx 5prealpha"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #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
- | /* 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 ((long long)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:4619: result: yes
- configure:4633: checking size of long long
- configure:4638: gcc -o conftest -g -O2 -Wall conftest.c >&5
- configure:4638: $? = 0
- configure:4638: ./conftest
- configure:4638: $? = 0
- configure:4652: result: 8
- configure:4709: checking how to print strings
- configure:4736: result: printf
- configure:4757: checking for a sed that does not truncate output
- configure:4821: result: /opt/local/bin/gsed
- configure:4839: checking for fgrep
- configure:4901: result: /opt/local/bin/grep -F
- configure:4936: checking for ld used by gcc
- configure:5003: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- configure:5010: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
- configure:5025: result: no
- configure:5037: checking for BSD- or MS-compatible name lister (nm)
- configure:5091: result: /usr/bin/nm -B
- configure:5221: checking the name lister (/usr/bin/nm -B) interface
- configure:5228: gcc -c -g -O2 -Wall conftest.c >&5
- configure:5231: /usr/bin/nm -B "conftest.o"
- configure:5234: output
- 00000000000001fc S _some_variable
- configure:5241: result: BSD nm
- configure:5244: checking whether ln -s works
- configure:5248: result: yes
- configure:5256: checking the maximum length of command line arguments
- configure:5387: result: 196608
- configure:5435: checking how to convert x86_64-apple-darwin16.4.0 file names to x86_64-apple-darwin16.4.0 format
- configure:5475: result: func_convert_file_noop
- configure:5482: checking how to convert x86_64-apple-darwin16.4.0 file names to toolchain format
- configure:5502: result: func_convert_file_noop
- configure:5509: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
- configure:5516: result: -r
- configure:5590: checking for objdump
- configure:5606: found /usr/bin/objdump
- configure:5617: result: objdump
- configure:5649: checking how to recognize dependent libraries
- configure:5849: result: pass_all
- configure:5934: checking for dlltool
- configure:5964: result: no
- configure:5994: checking how to associate runtime and link libraries
- configure:6021: result: printf %s\n
- configure:6081: checking for ar
- configure:6097: found /opt/local/bin/ar
- configure:6108: result: ar
- configure:6145: checking for archiver @FILE support
- configure:6162: gcc -c -g -O2 -Wall conftest.c >&5
- configure:6162: $? = 0
- configure:6165: ar cru libconftest.a @conftest.lst >&5
- ar: @conftest.lst: No such file or directory
- configure:6168: $? = 1
- configure:6188: result: no
- configure:6246: checking for strip
- configure:6262: found /opt/local/bin/strip
- configure:6273: result: strip
- configure:6345: checking for ranlib
- configure:6361: found /opt/local/bin/ranlib
- configure:6372: result: ranlib
- configure:6474: checking command to parse /usr/bin/nm -B output from gcc object
- configure:6627: gcc -c -g -O2 -Wall conftest.c >&5
- configure:6630: $? = 0
- configure:6634: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
- configure:6637: $? = 0
- cannot find nm_test_var in conftest.nm
- configure:6627: gcc -c -g -O2 -Wall conftest.c >&5
- configure:6630: $? = 0
- configure:6634: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
- configure:6637: $? = 0
- configure:6703: gcc -o conftest -g -O2 -Wall conftest.c conftstm.o >&5
- warning: (x86_64) could not find object file symbol for symbol _main
- configure:6706: $? = 0
- configure:6744: result: ok
- configure:6791: checking for sysroot
- configure:6821: result: no
- configure:6828: checking for a working dd
- configure:6866: result: /bin/dd
- configure:6870: checking how to truncate binary pipes
- configure:6885: result: /bin/dd bs=4096 count=1
- configure:7214: checking for mt
- configure:7244: result: no
- configure:7264: checking if : is a manifest tool
- configure:7270: : '-?'
- configure:7278: result: no
- configure:7334: checking for dsymutil
- configure:7350: found /usr/bin/dsymutil
- configure:7361: result: dsymutil
- configure:7426: checking for nmedit
- configure:7442: found /opt/local/bin/nmedit
- configure:7453: result: nmedit
- configure:7518: checking for lipo
- configure:7534: found /opt/local/bin/lipo
- configure:7545: result: lipo
- configure:7610: checking for otool
- configure:7626: found /opt/local/bin/otool
- configure:7637: result: otool
- configure:7702: checking for otool64
- configure:7732: result: no
- configure:7777: checking for -single_module linker flag
- gcc -g -O2 -Wall -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
- configure:7810: result: yes
- configure:7813: checking for -exported_symbols_list linker flag
- configure:7833: gcc -o conftest -g -O2 -Wall -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
- configure:7833: $? = 0
- configure:7843: result: yes
- configure:7846: checking for -force_load linker flag
- gcc -g -O2 -Wall -c -o conftest.o conftest.c
- ar cru libconftest.a conftest.o
- ranlib libconftest.a
- gcc -g -O2 -Wall -o conftest conftest.c -Wl,-force_load,./libconftest.a
- configure:7878: result: yes
- configure:7952: checking for dlfcn.h
- configure:7952: gcc -c -g -O2 -Wall conftest.c >&5
- configure:7952: $? = 0
- configure:7952: result: yes
- configure:8208: checking for objdir
- configure:8223: result: .libs
- configure:8487: checking if gcc supports -fno-rtti -fno-exceptions
- configure:8505: gcc -c -g -O2 -Wall -fno-rtti -fno-exceptions conftest.c >&5
- configure:8509: $? = 0
- configure:8522: result: yes
- configure:8880: checking for gcc option to produce PIC
- configure:8887: result: -fno-common -DPIC
- configure:8895: checking if gcc PIC flag -fno-common -DPIC works
- configure:8913: gcc -c -g -O2 -Wall -fno-common -DPIC -DPIC conftest.c >&5
- configure:8917: $? = 0
- configure:8930: result: yes
- configure:8959: checking if gcc static flag -static works
- configure:8987: result: no
- configure:9002: checking if gcc supports -c -o file.o
- configure:9023: gcc -c -g -O2 -Wall -o out/conftest2.o conftest.c >&5
- configure:9027: $? = 0
- configure:9049: result: yes
- configure:9057: checking if gcc supports -c -o file.o
- configure:9104: result: yes
- configure:9137: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
- configure:10396: result: yes
- configure:10636: checking dynamic linker characteristics
- configure:11454: result: darwin16.4.0 dyld
- configure:11576: checking how to hardcode library paths into programs
- configure:11601: result: immediate
- configure:12149: checking whether stripping libraries is possible
- configure:12163: result: yes
- configure:12189: checking if libtool supports shared libraries
- configure:12191: result: yes
- configure:12194: checking whether to build shared libraries
- configure:12219: result: yes
- configure:12222: checking whether to build static libraries
- configure:12226: result: yes
- configure:12266: checking for pkg-config
- configure:12282: found /opt/local/bin/pkg-config
- configure:12294: result: yes
- configure:12305: checking for doxygen
- configure:12333: result: no
- configure:12393: checking for a Python interpreter with version >= 2.6
- configure:12410: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
- configure:12413: $? = 0
- configure:12419: result: python
- configure:12427: checking for python
- configure:12445: found /Applications/anaconda/bin/python
- configure:12457: result: /Applications/anaconda/bin/python
- configure:12475: checking for python version
- configure:12482: result: 2.7
- configure:12494: checking for python platform
- configure:12501: result: darwin
- configure:12527: checking for python script directory
- configure:12562: result: ${prefix}/lib/python2.7/site-packages
- configure:12571: checking for python extension module directory
- configure:12606: result: ${exec_prefix}/lib/python2.7/site-packages
- configure:12627: checking for python2.7
- configure:12657: result: /Applications/anaconda/bin/python
- configure:12673: checking for a version of Python >= '2.1.0'
- configure:12699: result: yes
- configure:12730: checking for the distutils Python package
- configure:12734: result: yes
- configure:12748: checking for Python include path
- configure:12764: result: -I/Applications/anaconda/include/python2.7
- configure:12771: checking for Python library path
- configure:12848: result: -L/Applications/anaconda/lib -lpython2.7
- configure:12855: checking for Python site-packages path
- configure:12861: result: /Applications/anaconda/lib/python2.7/site-packages
- configure:12868: checking python extra libraries
- configure:12875: result: -ldl -framework CoreFoundation
- configure:12882: checking python extra linking flags
- configure:12889: result: -u _PyMac_Error
- configure:12896: checking consistency of all components of python development environment
- configure:12922: gcc -o conftest -g -O2 -Wall -I/Applications/anaconda/include/python2.7 conftest.c -L/Applications/anaconda/lib -lpython2.7 -u _PyMac_Error -ldl -framework CoreFoundation >&5
- configure:12922: $? = 0
- configure:12939: result: yes
- configure:12970: checking for swig
- configure:12988: found /usr/local/bin/swig
- configure:13000: result: /usr/local/bin/swig
- configure:13014: checking SWIG version
- configure:13017: result: 3.0.10
- configure:13066: checking for SWIG library
- configure:13069: result: /usr/local/Cellar/swig/3.0.10_1/share/swig/3.0.10
- configure:13145: checking for pkg-config
- configure:13163: found /opt/local/bin/pkg-config
- configure:13175: result: /opt/local/bin/pkg-config
- configure:13200: checking pkg-config is at least version 0.9.0
- configure:13203: result: yes
- configure:13214: checking for GStreamer
- configure:13224: $PKG_CONFIG --exists --print-errors "gstreamer-$GST_MAJORMINOR >= 1.0
- gstreamer-base-$GST_MAJORMINOR >= 1.0
- gstreamer-plugins-base-$GST_MAJORMINOR >= 1.0"
- configure:13229: $? = 0
- configure:13248: $PKG_CONFIG --exists --print-errors "gstreamer-$GST_MAJORMINOR >= 1.0
- gstreamer-base-$GST_MAJORMINOR >= 1.0
- gstreamer-plugins-base-$GST_MAJORMINOR >= 1.0"
- configure:13253: $? = 0
- configure:13295: result: yes
- configure:13347: checking for sphinxbase in /Users/benroye/forge/cmusphinx/pocketsphinx/../sphinxbase
- configure:13351: result: yes
- configure:13591: checking that generated files are newer than configure
- configure:13597: result: done
- configure:13632: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by pocketsphinx config.status 5prealpha, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on Belisarius.local
- config.status:1139: creating pocketsphinx.pc
- config.status:1139: creating Makefile
- config.status:1139: creating include/Makefile
- config.status:1139: creating src/Makefile
- config.status:1139: creating swig/Makefile
- config.status:1139: creating swig/python/Makefile
- config.status:1139: creating swig/python/test/Makefile
- config.status:1139: creating src/libpocketsphinx/Makefile
- config.status:1139: creating src/programs/Makefile
- config.status:1139: creating src/gst-plugin/Makefile
- config.status:1139: creating doc/Makefile
- config.status:1139: creating doc/doxyfile
- config.status:1139: creating model/Makefile
- config.status:1139: creating test/Makefile
- config.status:1139: creating test/testfuncs.sh
- config.status:1139: creating test/unit/Makefile
- config.status:1139: creating test/regression/Makefile
- config.status:1139: creating include/config.h
- config.status:1320: include/config.h is unchanged
- config.status:1368: executing depfiles commands
- config.status:1368: executing libtool commands
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-apple-darwin16.4.0
- 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_GStreamer_CFLAGS_set=
- ac_cv_env_GStreamer_CFLAGS_value=
- ac_cv_env_GStreamer_LIBS_set=
- ac_cv_env_GStreamer_LIBS_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_LT_SYS_LIBRARY_PATH_set=
- ac_cv_env_LT_SYS_LIBRARY_PATH_value=
- ac_cv_env_PKG_CONFIG_set=
- ac_cv_env_PKG_CONFIG_value=
- ac_cv_env_PYTHON_VERSION_set=
- ac_cv_env_PYTHON_VERSION_value=
- ac_cv_env_PYTHON_set=
- ac_cv_env_PYTHON_value=
- ac_cv_env_SPHINXBASE_CFLAGS_set=
- ac_cv_env_SPHINXBASE_CFLAGS_value=
- ac_cv_env_SPHINXBASE_LIBS_set=
- ac_cv_env_SPHINXBASE_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_header_dlfcn_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_stdc=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_host=x86_64-apple-darwin16.4.0
- ac_cv_objext=o
- ac_cv_path_EGREP='/opt/local/bin/grep -E'
- ac_cv_path_FGREP='/opt/local/bin/grep -F'
- ac_cv_path_GREP=/opt/local/bin/grep
- ac_cv_path_PYTHON=/Applications/anaconda/bin/python
- ac_cv_path_SED=/opt/local/bin/gsed
- ac_cv_path_SWIG=/usr/local/bin/swig
- ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_lt_DD=/bin/dd
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_HAVE_DOXYGEN=no
- ac_cv_prog_HAVE_PKGCONFIG=yes
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
- ac_cv_prog_ac_ct_LIPO=lipo
- ac_cv_prog_ac_ct_NMEDIT=nmedit
- ac_cv_prog_ac_ct_OBJDUMP=objdump
- ac_cv_prog_ac_ct_OTOOL=otool
- 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_make_make_set=yes
- ac_cv_sizeof_long_long=8
- ac_cv_type_long_long=yes
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_make_support_nested_variables=yes
- am_cv_pathless_PYTHON=python
- am_cv_prog_cc_c_o=yes
- am_cv_python_platform=darwin
- am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
- am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
- am_cv_python_version=2.7
- lt_cv_apple_cc_single_mod=yes
- lt_cv_ar_at_file=no
- lt_cv_deplibs_check_method=pass_all
- lt_cv_file_magic_cmd='$MAGIC_CMD'
- lt_cv_file_magic_test_file=
- lt_cv_ld_exported_symbols_list=yes
- lt_cv_ld_force_load=yes
- lt_cv_ld_reload_flag=-r
- lt_cv_nm_interface='BSD nm'
- lt_cv_objdir=.libs
- lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- 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_pic='-fno-common -DPIC'
- lt_cv_prog_compiler_pic_works=yes
- lt_cv_prog_compiler_rtti_exceptions=yes
- lt_cv_prog_compiler_static_works=no
- lt_cv_prog_gnu_ld=no
- lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
- lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
- lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
- lt_cv_sys_global_symbol_to_import=
- lt_cv_sys_max_cmd_len=196608
- lt_cv_to_host_file_cmd=func_convert_file_noop
- lt_cv_to_tool_file_cmd=func_convert_file_noop
- lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
- pkg_cv_GStreamer_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/gstreamer/1.10.3/include/gstreamer-1.0 -I/usr/local/Cellar/gst-plugins-base/1.10.3/include/gstreamer-1.0 -I/usr/local/Cellar/gstreamer/1.10.3/include/gstreamer-1.0 -I/usr/local/Cellar/glib/2.50.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.50.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.39/include'
- pkg_cv_GStreamer_LIBS='-L/usr/local/Cellar/gstreamer/1.10.3/lib -L/usr/local/Cellar/gst-plugins-base/1.10.3/lib -L/usr/local/Cellar/gstreamer/1.10.3/lib -L/usr/local/Cellar/glib/2.50.2/lib -L/usr/local/opt/gettext/lib -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lintl'
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /Users/benroye/forge/cmusphinx/pocketsphinx/missing aclocal-1.15'
- 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} /Users/benroye/forge/cmusphinx/pocketsphinx/missing autoconf'
- AUTOHEADER='${SHELL} /Users/benroye/forge/cmusphinx/pocketsphinx/missing autoheader'
- AUTOMAKE='${SHELL} /Users/benroye/forge/cmusphinx/pocketsphinx/missing automake-1.15'
- AWK='gawk'
- BUILD_DOXYGEN_FALSE=''
- BUILD_DOXYGEN_TRUE='#'
- BUILD_GST_FALSE='#'
- BUILD_GST_TRUE=''
- BUILD_SWIG_FALSE='#'
- BUILD_SWIG_TRUE=''
- CC='gcc'
- CCDEPMODE='depmode=gcc3'
- CFLAGS='-g -O2 -Wall'
- CPP='gcc -E'
- CPPFLAGS=' -I/Users/benroye/forge/cmusphinx/pocketsphinx/../sphinxbase/include -I/Users/benroye/forge/cmusphinx/pocketsphinx/../sphinxbase/include/sphinxbase'
- CYGPATH_W='echo'
- DEFS='-DHAVE_CONFIG_H'
- DEPDIR='.deps'
- DLLTOOL='false'
- DSYMUTIL='dsymutil'
- DUMPBIN=''
- ECHO_C='\c'
- ECHO_N=''
- ECHO_T=''
- EGREP='/opt/local/bin/grep -E'
- EXEEXT=''
- FGREP='/opt/local/bin/grep -F'
- GREP='/opt/local/bin/grep'
- GST_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/gstreamer/1.10.3/include/gstreamer-1.0 -I/usr/local/Cellar/gst-plugins-base/1.10.3/include/gstreamer-1.0 -I/usr/local/Cellar/gstreamer/1.10.3/include/gstreamer-1.0 -I/usr/local/Cellar/glib/2.50.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.50.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.39/include '
- GST_LIBS='-L/usr/local/Cellar/gstreamer/1.10.3/lib -L/usr/local/Cellar/gst-plugins-base/1.10.3/lib -L/usr/local/Cellar/gstreamer/1.10.3/lib -L/usr/local/Cellar/glib/2.50.2/lib -L/usr/local/opt/gettext/lib -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lintl'
- GST_MAJORMINOR='1.0'
- GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex _*\(gst_\|Gst\|GST_\).*'
- GStreamer_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/gstreamer/1.10.3/include/gstreamer-1.0 -I/usr/local/Cellar/gst-plugins-base/1.10.3/include/gstreamer-1.0 -I/usr/local/Cellar/gstreamer/1.10.3/include/gstreamer-1.0 -I/usr/local/Cellar/glib/2.50.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.50.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.39/include'
- GStreamer_LIBS='-L/usr/local/Cellar/gstreamer/1.10.3/lib -L/usr/local/Cellar/gst-plugins-base/1.10.3/lib -L/usr/local/Cellar/gstreamer/1.10.3/lib -L/usr/local/Cellar/glib/2.50.2/lib -L/usr/local/opt/gettext/lib -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lintl'
- HAVE_DOXYGEN='no'
- HAVE_PKGCONFIG='yes'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
- LDFLAGS=' -L/Users/benroye/forge/cmusphinx/pocketsphinx/../sphinxbase/lib -L/Users/benroye/forge/cmusphinx/pocketsphinx/../sphinxbase/src/libsphinxad -L/Users/benroye/forge/cmusphinx/pocketsphinx/../sphinxbase/src/libsphinxbase'
- LIBOBJS=''
- LIBS=' -lsphinxbase'
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIPO='lipo'
- LN_S='ln -s'
- LTLIBOBJS=''
- LT_SYS_LIBRARY_PATH=''
- MAKEINFO='${SHELL} /Users/benroye/forge/cmusphinx/pocketsphinx/missing makeinfo'
- MANIFEST_TOOL=':'
- MKDIR_P='./install-sh -c -d'
- NM='/usr/bin/nm -B'
- NMEDIT='nmedit'
- OBJDUMP='objdump'
- OBJEXT='o'
- OTOOL64=':'
- OTOOL='otool'
- PACKAGE='pocketsphinx'
- PACKAGE_BUGREPORT=''
- PACKAGE_NAME='pocketsphinx'
- PACKAGE_STRING='pocketsphinx 5prealpha'
- PACKAGE_TARNAME='pocketsphinx'
- PACKAGE_URL=''
- PACKAGE_VERSION='5prealpha'
- PATH_SEPARATOR=':'
- PKG_CONFIG='/opt/local/bin/pkg-config'
- PYTHON='/Applications/anaconda/bin/python'
- PYTHON_CPPFLAGS='-I/Applications/anaconda/include/python2.7'
- PYTHON_EXEC_PREFIX='${exec_prefix}'
- PYTHON_EXTRA_LDFLAGS='-u _PyMac_Error'
- PYTHON_EXTRA_LIBS='-ldl -framework CoreFoundation '
- PYTHON_LDFLAGS='-L/Applications/anaconda/lib -lpython2.7'
- PYTHON_PLATFORM='darwin'
- PYTHON_PREFIX='${prefix}'
- PYTHON_SITE_PKG='/Applications/anaconda/lib/python2.7/site-packages'
- PYTHON_VERSION='2.7'
- RANLIB='ranlib'
- SED='/opt/local/bin/gsed'
- SET_MAKE=''
- SHELL='/bin/sh'
- SPHINXBASE_CFLAGS=''
- SPHINXBASE_LIBS=''
- SPHINXBASE_SWIG='/Users/benroye/forge/cmusphinx/pocketsphinx/../sphinxbase/swig'
- STRIP='strip'
- SWIG='/usr/local/bin/swig'
- SWIG_LIB='/usr/local/Cellar/swig/3.0.10_1/share/swig/3.0.10'
- VERSION='5prealpha'
- ac_ct_AR='ar'
- ac_ct_CC='gcc'
- ac_ct_DUMPBIN=''
- am__EXEEXT_FALSE=''
- am__EXEEXT_TRUE='#'
- am__fastdepCC_FALSE='#'
- am__fastdepCC_TRUE=''
- am__include='include'
- am__isrc=''
- am__leading_dot='.'
- am__nodep='_no'
- am__quote=''
- am__tar='$${TAR-tar} chof - "$$tardir"'
- am__untar='$${TAR-tar} xf -'
- bindir='${exec_prefix}/bin'
- build='x86_64-apple-darwin16.4.0'
- build_alias=''
- build_cpu='x86_64'
- build_os='darwin16.4.0'
- build_vendor='apple'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- host='x86_64-apple-darwin16.4.0'
- host_alias=''
- host_cpu='x86_64'
- host_os='darwin16.4.0'
- host_vendor='apple'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /Users/benroye/forge/cmusphinx/pocketsphinx/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- mkdir_p='$(MKDIR_P)'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- pkgpyexecdir='${pyexecdir}/pocketsphinx'
- pkgpythondir='${pythondir}/pocketsphinx'
- plugindir='$(libdir)/gstreamer-1.0'
- prefix='/usr/local'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
- pythondir='${prefix}/lib/python2.7/site-packages'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "pocketsphinx"
- #define PACKAGE_TARNAME "pocketsphinx"
- #define PACKAGE_VERSION "5prealpha"
- #define PACKAGE_STRING "pocketsphinx 5prealpha"
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_URL ""
- #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_LONG_LONG 1
- #define SIZEOF_LONG_LONG 8
- #define HAVE_DLFCN_H 1
- #define LT_OBJDIR ".libs/"
- #define HAVE_PYTHON "2.7"
- configure: exit 0
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by pocketsphinx config.status 5prealpha, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status include/config.h
- on Belisarius.local
- config.status:1139: creating include/config.h
- config.status:1320: include/config.h is unchanged
Advertisement
Add Comment
Please, Sign In to add comment