Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- patrick@jennifer-N53SV:~/git/jasper-client$ git pull
- Updating 4adcfda..9c240ba
- Fast-forward
- client/modules/Weather.py | 10 ++++++++--
- client/populate.py | 24 +++++++++++++++++-------
- client/requirements.txt | 7 -------
- 3 files changed, 25 insertions(+), 16 deletions(-)
- patrick@jennifer-N53SV:~/git/jasper-client$ aptitude search sphinx
- p gstreamer0.10-pocketsphinx - lightweight speech recognition - GStreamer
- p gstreamer0.10-pocketsphinx:i386 - lightweight speech recognition - GStreamer
- p libjs-sphinxdoc - JavaScript support for Sphinx documentatio
- p libpocketsphinx-dev - lightweight speech recognition - developme
- p libpocketsphinx-dev:i386 - lightweight speech recognition - developme
- i A libpocketsphinx1 - lightweight speech recognition - library
- p libpocketsphinx1:i386 - lightweight speech recognition - library
- p libsphinx-search-perl - Perl module for Sphinx search engine
- p libsphinxbase-dev - Sphinx base libraries - development files
- p libsphinxbase-dev:i386 - Sphinx base libraries - development files
- i A libsphinxbase1 - Sphinx base libraries
- p libsphinxbase1:i386 - Sphinx base libraries
- p pocketsphinx-hmm-tidigits - lightweight speech recognition - TIDIGITS
- p pocketsphinx-hmm-wsj1 - lightweight speech recognition - WSJ1 acou
- p pocketsphinx-lm-wsj - lightweight speech recognition - WSJ langu
- p pocketsphinx-utils - lightweight speech recognition - command-l
- p pocketsphinx-utils:i386 - lightweight speech recognition - command-l
- i python-pocketsphinx - lightweight speech recognition - Python mo
- p python-pocketsphinx:i386 - lightweight speech recognition - Python mo
- p python-pocketsphinx-dbg - lightweight speech recognition - Python mo
- p python-pocketsphinx-dbg:i386 - lightweight speech recognition - Python mo
- p python-repoze.sphinx.autointerf - Sphinx extension that auto-generates API d
- p python-sphinx - documentation generator for Python project
- p python-sphinx-issuetracker - Sphinx integration with different issue tr
- i A python-sphinxbase - Sphinx base libraries - Python module
- p python-sphinxbase:i386 - Sphinx base libraries - Python module
- p python-sphinxbase-dbg - Sphinx base libraries - Python module (deb
- p python-sphinxbase-dbg:i386 - Sphinx base libraries - Python module (deb
- p python-sphinxcontrib.issuetrack - Sphinx integration with different issue tr
- p python-sphinxcontrib.spelling - Sphinx "spelling" extension
- v python2.7-pocketsphinx -
- v python2.7-pocketsphinx:i386 -
- v python2.7-pocketsphinx-dbg -
- v python2.7-pocketsphinx-dbg:i386 -
- v python2.7-sphinxbase -
- v python2.7-sphinxbase:i386 -
- v python2.7-sphinxbase-dbg -
- v python2.7-sphinxbase-dbg:i386 -
- p python3-sphinx - documentation generator for Python project
- p sphinx-common - documentation generator for Python project
- p sphinx-doc - documentation generator for Python project
- p sphinxbase-utils - Sphinx base libraries - utilities
- p sphinxbase-utils:i386 - Sphinx base libraries - utilities
- p sphinxsearch - Fast standalone full-text SQL search engin
- p sphinxsearch:i386 - Fast standalone full-text SQL search engin
- patrick@jennifer-N53SV:~/git/jasper-client$ sudo apt-get remove python-sphinxbase
- [sudo] password for patrick:
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following packages were automatically installed and are no longer required:
- libpocketsphinx1 libsphinxbase1
- Use 'apt-get autoremove' to remove them.
- The following packages will be REMOVED:
- python-pocketsphinx python-sphinxbase
- 0 upgraded, 0 newly installed, 2 to remove and 37 not upgraded.
- After this operation, 184 kB disk space will be freed.
- Do you want to continue [Y/n]? ^Cpatrick@jennifer-N53SV:~/git/jasper-client$ sudo apt-get autoremove python-sphinxbase
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following packages will be REMOVED:
- libpocketsphinx1 libsphinxbase1 python-pocketsphinx python-sphinxbase
- 0 upgraded, 0 newly installed, 4 to remove and 37 not upgraded.
- After this operation, 719 kB disk space will be freed.
- Do you want to continue [Y/n]?
- (Reading database ... 614608 files and directories currently installed.)
- Removing python-pocketsphinx ...
- Removing libpocketsphinx1 ...
- Removing python-sphinxbase ...
- Removing libsphinxbase1 ...
- Processing triggers for python-support ...
- Processing triggers for libc-bin ...
- ldconfig deferred processing now taking place
- patrick@jennifer-N53SV:~/git/jasper-client$ cd ~
- patrick@jennifer-N53SV:~$ mkdir src
- patrick@jennifer-N53SV:~$ cd src
- patrick@jennifer-N53SV:~/src$ wget http://downloads.sourceforge.net/project/cmusphinx/sphinxbase/0.8/sphinxbase-0.8.tar.gz
- --2014-04-11 11:04:59-- http://downloads.sourceforge.net/project/cmusphinx/sphinxbase/0.8/sphinxbase-0.8.tar.gz
- Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
- Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
- HTTP request sent, awaiting response... 302 Found
- Location: http://freefr.dl.sourceforge.net/project/cmusphinx/sphinxbase/0.8/sphinxbase-0.8.tar.gz [following]
- --2014-04-11 11:04:59-- http://freefr.dl.sourceforge.net/project/cmusphinx/sphinxbase/0.8/sphinxbase-0.8.tar.gz
- Resolving freefr.dl.sourceforge.net (freefr.dl.sourceforge.net)... 88.191.250.136, 2a01:e0d:1:8:58bf:fa88:0:1
- Connecting to freefr.dl.sourceforge.net (freefr.dl.sourceforge.net)|88.191.250.136|:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 3313197 (3.2M) [application/x-gzip]
- Saving to: `sphinxbase-0.8.tar.gz'
- 100%[===========================================================================================================================================================================>] 3,313,197 581K/s in 5.6s
- 2014-04-11 11:05:07 (581 KB/s) - `sphinxbase-0.8.tar.gz' saved [3313197/3313197]
- patrick@jennifer-N53SV:~/src$ wget http://downloads.sourceforge.net/project/cmusphinx/pocketsphinx/0.8/pocketsphinx-0.8.tar.gz
- --2014-04-11 11:05:07-- http://downloads.sourceforge.net/project/cmusphinx/pocketsphinx/0.8/pocketsphinx-0.8.tar.gz
- Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
- Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
- HTTP request sent, awaiting response... 302 Found
- Location: http://sunet.dl.sourceforge.net/project/cmusphinx/pocketsphinx/0.8/pocketsphinx-0.8.tar.gz [following]
- --2014-04-11 11:05:07-- http://sunet.dl.sourceforge.net/project/cmusphinx/pocketsphinx/0.8/pocketsphinx-0.8.tar.gz
- Resolving sunet.dl.sourceforge.net (sunet.dl.sourceforge.net)... 194.71.11.73
- Connecting to sunet.dl.sourceforge.net (sunet.dl.sourceforge.net)|194.71.11.73|:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 23781837 (23M) [application/x-gzip]
- Saving to: `pocketsphinx-0.8.tar.gz'
- 100%[===========================================================================================================================================================================>] 23,781,837 2.36M/s in 11s
- 2014-04-11 11:05:18 (2.11 MB/s) - `pocketsphinx-0.8.tar.gz'"+="... yes
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for ar... ar
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
- checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
- checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
- checking if gcc -std=gnu99 static flag -static works... yes
- checking if gcc -std=gnu99 supports -c -o file.o... yes
- checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
- checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking for doxygen... no
- checking for python... /usr/bin/python
- checking for python-config... /usr/bin/python-config
- checking Python.h usability... yes
- checking Python.h presence... yes
- checking for Python.h... yes
- checking for cython... no
- checking for pkg-config... yes
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for SNDFILE... no
- checking sndfile.h usability... no
- checking sndfile.h presence... no
- checking for sndfile.h... no
- checking for SAMPLERATE... no
- checking samplerate.h usability... no
- checking samplerate.h presence... no
- checking for samplerate.h... no
- configure: creating ./config.status
- config.status: creating sphinxbase.pc
- config.status: creating Makefile
- config.status: creating include/Makefile
- config.status: creating include/sphinxbase/Makefile
- config.status: creating python/Makefile
- config.status: creating python/setup.py
- config.status: creating src/Makefile
- config.status: creating src/libsphinxad/Makefile
- config.status: creating src/libsphinxbase/Makefile
- config.status: creating src/libsphinxbase/util/Makefile
- config.status: creating src/libsphinxbase/feat/Makefile
- config.status: creating src/libsphinxbase/fe/Makefile
- config.status: creating src/libsphinxbase/lm/Makefile
- config.status: creating src/sphinx_fe/Makefile
- config.status: creating src/sphinx_cepview/Makefile
- config.status: creating src/sphinx_jsgf2fsg/Makefile
- config.status: creating src/sphinx_adtools/Makefile
- config.status: creating src/sphinx_lmtools/Makefile
- config.status: creating doc/Makefile
- config.status: creating doc/doxyfile
- config.status: creating test/Makefile
- config.status: creating test/unit/testfuncs.sh
- config.status: creating test/unit/Makefile
- config.status: creating test/unit/test_ad/Makefile
- config.status: creating test/unit/test_alloc/Makefile
- config.status: creating test/unit/test_bitvec/Makefile
- config.status: creating test/unit/test_case/Makefile
- config.status: creating test/unit/test_string/Makefile
- config.status: creating test/unit/test_cmdln/Makefile
- config.status: creating test/unit/test_hash/Makefile
- config.status: creating test/unit/test_matrix/Makefile
- config.status: creating test/unit/test_feat/Makefile
- config.status: creating test/unit/test_fe/Makefile
- config.status: creating test/unit/test_logmath/Makefile
- config.status: creating test/unit/test_lineiter/Makefile
- config.status: creating test/unit/test_ngram/Makefile
- config.status: creating test/unit/test_fsg/Makefile
- config.status: creating test/unit/test_thread/Makefile
- config.status: creating test/unit/test_util/Makefile
- config.status: creating test/regression/testfuncs.sh
- config.status: creating test/regression/Makefile
- config.status: creating include/config.h
- config.status: creating include/sphinx_config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- patrick@jennifer-N53SV:~/src/sphinxbase-0.8$ make
- Making all in src
- make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/src'
- Making all in libsphinxbase
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
- Making all in util
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util'
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT bitvec.lo -MD -MP -MF .deps/bitvec.Tpo -c -o bitvec.lo bitvec.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT bitvec.lo -MD -MP -MF .deps/bitvec.Tpo -c bitvec.c -fPIC -DPIC -o .libs/bitvec.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT bitvec.lo -MD -MP -MF .deps/bitvec.Tpo -c bitvec.c -o bitvec.o >/dev/null 2>&1
- mv -f .deps/bitvec.Tpo .deps/bitvec.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT bio.lo -MD -MP -MF .deps/bio.Tpo -c -o bio.lo bio.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT bio.lo -MD -MP -MF .deps/bio.Tpo -c bio.c -fPIC -DPIC -o .libs/bio.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT bio.lo -MD -MP -MF .deps/bio.Tpo -c bio.c -o bio.o >/dev/null 2>&1
- mv -f .deps/bio.Tpo .deps/bio.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT case.lo -MD -MP -MF .deps/case.Tpo -c -o case.lo case.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT case.lo -MD -MP -MF .deps/case.Tpo -c case.c -fPIC -DPIC -o .libs/case.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT case.lo -MD -MP -MF .deps/case.Tpo -c case.c -o case.o >/dev/null 2>&1
- mv -f .deps/case.Tpo .deps/case.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ckd_alloc.lo -MD -MP -MF .deps/ckd_alloc.Tpo -c -o ckd_alloc.lo ckd_alloc.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ckd_alloc.lo -MD -MP -MF .deps/ckd_alloc.Tpo -c ckd_alloc.c -fPIC -DPIC -o .libs/ckd_alloc.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ckd_alloc.lo -MD -MP -MF .deps/ckd_alloc.Tpo -c ckd_alloc.c -o ckd_alloc.o >/dev/null 2>&1
- mv -f .deps/ckd_alloc.Tpo .deps/ckd_alloc.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT dtoa.lo -MD -MP -MF .deps/dtoa.Tpo -c -o dtoa.lo dtoa.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT dtoa.lo -MD -MP -MF .deps/dtoa.Tpo -c dtoa.c -fPIC -DPIC -o .libs/dtoa.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT dtoa.lo -MD -MP -MF .deps/dtoa.Tpo -c dtoa.c -o dtoa.o >/dev/null 2>&1
- mv -f .deps/dtoa.Tpo .deps/dtoa.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT listelem_alloc.lo -MD -MP -MF .deps/listelem_alloc.Tpo -c -o listelem_alloc.lo listelem_alloc.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT listelem_alloc.lo -MD -MP -MF .deps/listelem_alloc.Tpo -c listelem_alloc.c -fPIC -DPIC -o .libs/listelem_alloc.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT listelem_alloc.lo -MD -MP -MF .deps/listelem_alloc.Tpo -c listelem_alloc.c -o listelem_alloc.o >/dev/null 2>&1
- mv -f .deps/listelem_alloc.Tpo .deps/listelem_alloc.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cmd_ln.lo -MD -MP -MF .deps/cmd_ln.Tpo -c -o cmd_ln.lo cmd_ln.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cmd_ln.lo -MD -MP -MF .deps/cmd_ln.Tpo -c cmd_ln.c -fPIC -DPIC -o .libs/cmd_ln.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cmd_ln.lo -MD -MP -MF .deps/cmd_ln.Tpo -c cmd_ln.c -o cmd_ln.o >/dev/null 2>&1
- mv -f .deps/cmd_ln.Tpo .deps/cmd_ln.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT err.lo -MD -MP -MF .deps/err.Tpo -c -o err.lo err.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT err.lo -MD -MP -MF .deps/err.Tpo -c err.c -fPIC -DPIC -o .libs/err.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT err.lo -MD -MP -MF .deps/err.Tpo -c err.c -o err.o >/dev/null 2>&1
- mv -f .deps/err.Tpo .deps/err.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT filename.lo -MD -MP -MF .deps/filename.Tpo -c -o filename.lo filename.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT filename.lo -MD -MP -MF .deps/filename.Tpo -c filename.c -fPIC -DPIC -o .libs/filename.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT filename.lo -MD -MP -MF .deps/filename.Tpo -c filename.c -o filename.o >/dev/null 2>&1
- mv -f .deps/filename.Tpo .deps/filename.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT genrand.lo -MD -MP -MF .deps/genrand.Tpo -c -o genrand.lo genrand.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT genrand.lo -MD -MP -MF .deps/genrand.Tpo -c genrand.c -fPIC -DPIC -o .libs/genrand.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT genrand.lo -MD -MP -MF .deps/genrand.Tpo -c genrand.c -o genrand.o >/dev/null 2>&1
- mv -f .deps/genrand.Tpo .deps/genrand.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT glist.lo -MD -MP -MF .deps/glist.Tpo -c -o glist.lo glist.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT glist.lo -MD -MP -MF .deps/glist.Tpo -c glist.c -fPIC -DPIC -o .libs/glist.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT glist.lo -MD -MP -MF .deps/glist.Tpo -c glist.c -o glist.o >/dev/null 2>&1
- mv -f .deps/glist.Tpo .deps/glist.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT hash_table.lo -MD -MP -MF .deps/hash_table.Tpo -c -o hash_table.lo hash_table.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT hash_table.lo -MD -MP -MF .deps/hash_table.Tpo -c hash_table.c -fPIC -DPIC -o .libs/hash_table.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT hash_table.lo -MD -MP -MF .deps/hash_table.Tpo -c hash_table.c -o hash_table.o >/dev/null 2>&1
- mv -f .deps/hash_table.Tpo .deps/hash_table.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT heap.lo -MD -MP -MF .deps/heap.Tpo -c -o heap.lo heap.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT heap.lo -MD -MP -MF .deps/heap.Tpo -c heap.c -fPIC -DPIC -o .libs/heap.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT heap.lo -MD -MP -MF .deps/heap.Tpo -c heap.c -o heap.o >/dev/null 2>&1
- mv -f .deps/heap.Tpo .deps/heap.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT huff_code.lo -MD -MP -MF .deps/huff_code.Tpo -c -o huff_code.lo huff_code.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT huff_code.lo -MD -MP -MF .deps/huff_code.Tpo -c huff_code.c -fPIC -DPIC -o .libs/huff_code.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT huff_code.lo -MD -MP -MF .deps/huff_code.Tpo -c huff_code.c -o huff_code.o >/dev/null 2>&1
- mv -f .deps/huff_code.Tpo .deps/huff_code.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT info.lo -MD -MP -MF .deps/info.Tpo -c -o info.lo info.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -fPIC -DPIC -o .libs/info.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -o info.o >/dev/null 2>&1
- mv -f .deps/info.Tpo .deps/info.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT logmath.lo -MD -MP -MF .deps/logmath.Tpo -c -o logmath.lo logmath.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT logmath.lo -MD -MP -MF .deps/logmath.Tpo -c logmath.c -fPIC -DPIC -o .libs/logmath.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT logmath.lo -MD -MP -MF .deps/logmath.Tpo -c logmath.c -o logmath.o >/dev/null 2>&1
- mv -f .deps/logmath.Tpo .deps/logmath.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT mmio.lo -MD -MP -MF .deps/mmio.Tpo -c -o mmio.lo mmio.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT mmio.lo -MD -MP -MF .deps/mmio.Tpo -c mmio.c -fPIC -DPIC -o .libs/mmio.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT mmio.lo -MD -MP -MF .deps/mmio.Tpo -c mmio.c -o mmio.o >/dev/null 2>&1
- mv -f .deps/mmio.Tpo .deps/mmio.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT pio.lo -MD -MP -MF .deps/pio.Tpo -c -o pio.lo pio.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT pio.lo -MD -MP -MF .deps/pio.Tpo -c pio.c -fPIC -DPIC -o .libs/pio.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT pio.lo -MD -MP -MF .deps/pio.Tpo -c pio.c -o pio.o >/dev/null 2>&1
- mv -f .deps/pio.Tpo .deps/pio.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c -o matrix.lo matrix.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c matrix.c -fPIC -DPIC -o .libs/matrix.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c matrix.c -o matrix.o >/dev/null 2>&1
- mv -f .deps/matrix.Tpo .deps/matrix.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT profile.lo -MD -MP -MF .deps/profile.Tpo -c -o profile.lo profile.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT profile.lo -MD -MP -MF .deps/profile.Tpo -c profile.c -fPIC -DPIC -o .libs/profile.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT profile.lo -MD -MP -MF .deps/profile.Tpo -c profile.c -o profile.o >/dev/null 2>&1
- mv -f .deps/profile.Tpo .deps/profile.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT sbthread.lo -MD -MP -MF .deps/sbthread.Tpo -c -o sbthread.lo sbthread.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT sbthread.lo -MD -MP -MF .deps/sbthread.Tpo -c sbthread.c -fPIC -DPIC -o .libs/sbthread.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT sbthread.lo -MD -MP -MF .deps/sbthread.Tpo -c sbthread.c -o sbthread.o >/dev/null 2>&1
- mv -f .deps/sbthread.Tpo .deps/sbthread.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT strfuncs.lo -MD -MP -MF .deps/strfuncs.Tpo -c -o strfuncs.lo strfuncs.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT strfuncs.lo -MD -MP -MF .deps/strfuncs.Tpo -c strfuncs.c -fPIC -DPIC -o .libs/strfuncs.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT strfuncs.lo -MD -MP -MF .deps/strfuncs.Tpo -c strfuncs.c -o strfuncs.o >/dev/null 2>&1
- mv -f .deps/strfuncs.Tpo .deps/strfuncs.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT unlimit.lo -MD -MP -MF .deps/unlimit.Tpo -c -o unlimit.lo unlimit.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT unlimit.lo -MD -MP -MF .deps/unlimit.Tpo -c unlimit.c -fPIC -DPIC -o .libs/unlimit.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT unlimit.lo -MD -MP -MF .deps/unlimit.Tpo -c unlimit.c -o unlimit.o >/dev/null 2>&1
- mv -f .deps/unlimit.Tpo .deps/unlimit.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c -o utf8.lo utf8.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c utf8.c -fPIC -DPIC -o .libs/utf8.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c utf8.c -o utf8.o >/dev/null 2>&1
- mv -f .deps/utf8.Tpo .deps/utf8.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT slamch.lo -MD -MP -MF .deps/slamch.Tpo -c -o slamch.lo slamch.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT slamch.lo -MD -MP -MF .deps/slamch.Tpo -c slamch.c -fPIC -DPIC -o .libs/slamch.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT slamch.lo -MD -MP -MF .deps/slamch.Tpo -c slamch.c -o slamch.o >/dev/null 2>&1
- mv -f .deps/slamch.Tpo .deps/slamch.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT slapack_lite.lo -MD -MP -MF .deps/slapack_lite.Tpo -c -o slapack_lite.lo slapack_lite.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT slapack_lite.lo -MD -MP -MF .deps/slapack_lite.Tpo -c slapack_lite.c -fPIC -DPIC -o .libs/slapack_lite.o
- slapack_lite.c: In function ‘ilaenv_’:
- slapack_lite.c:346:2: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
- slapack_lite.c:347:3: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
- slapack_lite.c:351:3: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
- slapack_lite.c:352:4: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT slapack_lite.lo -MD -MP -MF .deps/slapack_lite.Tpo -c slapack_lite.c -o slapack_lite.o >/dev/null 2>&1
- mv -f .deps/slapack_lite.Tpo .deps/slapack_lite.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT blas_lite.lo -MD -MP -MF .deps/blas_lite.Tpo -c -o blas_lite.lo blas_lite.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT blas_lite.lo -MD -MP -MF .deps/blas_lite.Tpo -c blas_lite.c -fPIC -DPIC -o .libs/blas_lite.o
- blas_lite.c: In function ‘lsame_’:
- blas_lite.c:101:2: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
- blas_lite.c:102:3: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
- blas_lite.c:105:2: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
- blas_lite.c:106:3: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
- blas_lite.c: In function ‘sgemm_’:
- blas_lite.c:425:5: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
- blas_lite.c:237:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable]
- blas_lite.c: In function ‘sgemv_’:
- blas_lite.c:726:5: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
- blas_lite.c: In function ‘ssymm_’:
- blas_lite.c:1138:5: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
- blas_lite.c: In function ‘ssyrk_’:
- blas_lite.c:1450:5: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT blas_lite.lo -MD -MP -MF .deps/blas_lite.Tpo -c blas_lite.c -o blas_lite.o >/dev/null 2>&1
- mv -f .deps/blas_lite.Tpo .deps/blas_lite.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT f2c_lite.lo -MD -MP -MF .deps/f2c_lite.Tpo -c -o f2c_lite.lo f2c_lite.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT f2c_lite.lo -MD -MP -MF .deps/f2c_lite.Tpo -c f2c_lite.c -fPIC -DPIC -o .libs/f2c_lite.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT f2c_lite.lo -MD -MP -MF .deps/f2c_lite.Tpo -c f2c_lite.c -o f2c_lite.o >/dev/null 2>&1
- mv -f .deps/f2c_lite.Tpo .deps/f2c_lite.Plo
- /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -o libsphinxutil.la bitvec.lo bio.lo case.lo ckd_alloc.lo dtoa.lo listelem_alloc.lo cmd_ln.lo err.lo filename.lo genrand.lo glist.lo hash_table.lo heap.lo huff_code.lo info.lo logmath.lo mmio.lo pio.lo matrix.lo profile.lo sbthread.lo strfuncs.lo unlimit.lo utf8.lo slamch.lo slapack_lite.lo blas_lite.lo f2c_lite.lo -lpthread -lm
- libtool: link: ar cru .libs/libsphinxutil.a .libs/bitvec.o .libs/bio.o .libs/case.o .libs/ckd_alloc.o .libs/dtoa.o .libs/listelem_alloc.o .libs/cmd_ln.o .libs/err.o .libs/filename.o .libs/genrand.o .libs/glist.o .libs/hash_table.o .libs/heap.o .libs/huff_code.o .libs/info.o .libs/logmath.o .libs/mmio.o .libs/pio.o .libs/matrix.o .libs/profile.o .libs/sbthread.o .libs/strfuncs.o .libs/unlimit.o .libs/utf8.o .libs/slamch.o .libs/slapack_lite.o .libs/blas_lite.o .libs/f2c_lite.o
- libtool: link: ranlib .libs/libsphinxutil.a
- libtool: link: ( cd ".libs" && rm -f "libsphinxutil.la" && ln -s "../libsphinxutil.la" "libsphinxutil.la" )
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util'
- Making all in fe
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe'
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_interface.lo -MD -MP -MF .deps/fe_interface.Tpo -c -o fe_interface.lo fe_interface.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_interface.lo -MD -MP -MF .deps/fe_interface.Tpo -c fe_interface.c -fPIC -DPIC -o .libs/fe_interface.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_interface.lo -MD -MP -MF .deps/fe_interface.Tpo -c fe_interface.c -o fe_interface.o >/dev/null 2>&1
- mv -f .deps/fe_interface.Tpo .deps/fe_interface.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_sigproc.lo -MD -MP -MF .deps/fe_sigproc.Tpo -c -o fe_sigproc.lo fe_sigproc.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_sigproc.lo -MD -MP -MF .deps/fe_sigproc.Tpo -c fe_sigproc.c -fPIC -DPIC -o .libs/fe_sigproc.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_sigproc.lo -MD -MP -MF .deps/fe_sigproc.Tpo -c fe_sigproc.c -o fe_sigproc.o >/dev/null 2>&1
- mv -f .deps/fe_sigproc.Tpo .deps/fe_sigproc.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_warp_affine.lo -MD -MP -MF .deps/fe_warp_affine.Tpo -c -o fe_warp_affine.lo fe_warp_affine.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_warp_affine.lo -MD -MP -MF .deps/fe_warp_affine.Tpo -c fe_warp_affine.c -fPIC -DPIC -o .libs/fe_warp_affine.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_warp_affine.lo -MD -MP -MF .deps/fe_warp_affine.Tpo -c fe_warp_affine.c -o fe_warp_affine.o >/dev/null 2>&1
- mv -f .deps/fe_warp_affine.Tpo .deps/fe_warp_affine.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_warp.lo -MD -MP -MF .deps/fe_warp.Tpo -c -o fe_warp.lo fe_warp.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_warp.lo -MD -MP -MF .deps/fe_warp.Tpo -c fe_warp.c -fPIC -DPIC -o .libs/fe_warp.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_warp.lo -MD -MP -MF .deps/fe_warp.Tpo -c fe_warp.c -o fe_warp.o >/dev/null 2>&1
- mv -f .deps/fe_warp.Tpo .deps/fe_warp.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_warp_inverse_linear.lo -MD -MP -MF .deps/fe_warp_inverse_linear.Tpo -c -o fe_warp_inverse_linear.lo fe_warp_inverse_linear.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_warp_inverse_linear.lo -MD -MP -MF .deps/fe_warp_inverse_linear.Tpo -c fe_warp_inverse_linear.c -fPIC -DPIC -o .libs/fe_warp_inverse_linear.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_warp_inverse_linear.lo -MD -MP -MF .deps/fe_warp_inverse_linear.Tpo -c fe_warp_inverse_linear.c -o fe_warp_inverse_linear.o >/dev/null 2>&1
- mv -f .deps/fe_warp_inverse_linear.Tpo .deps/fe_warp_inverse_linear.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_warp_piecewise_linear.lo -MD -MP -MF .deps/fe_warp_piecewise_linear.Tpo -c -o fe_warp_piecewise_linear.lo fe_warp_piecewise_linear.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_warp_piecewise_linear.lo -MD -MP -MF .deps/fe_warp_piecewise_linear.Tpo -c fe_warp_piecewise_linear.c -fPIC -DPIC -o .libs/fe_warp_piecewise_linear.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fe_warp_piecewise_linear.lo -MD -MP -MF .deps/fe_warp_piecewise_linear.Tpo -c fe_warp_piecewise_linear.c -o fe_warp_piecewise_linear.o >/dev/null 2>&1
- mv -f .deps/fe_warp_piecewise_linear.Tpo .deps/fe_warp_piecewise_linear.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fixlog.lo -MD -MP -MF .deps/fixlog.Tpo -c -o fixlog.lo fixlog.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fixlog.lo -MD -MP -MF .deps/fixlog.Tpo -c fixlog.c -fPIC -DPIC -o .libs/fixlog.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fixlog.lo -MD -MP -MF .deps/fixlog.Tpo -c fixlog.c -o fixlog.o >/dev/null 2>&1
- mv -f .deps/fixlog.Tpo .deps/fixlog.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT yin.lo -MD -MP -MF .deps/yin.Tpo -c -o yin.lo yin.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT yin.lo -MD -MP -MF .deps/yin.Tpo -c yin.c -fPIC -DPIC -o .libs/yin.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT yin.lo -MD -MP -MF .deps/yin.Tpo -c yin.c -o yin.o >/dev/null 2>&1
- mv -f .deps/yin.Tpo .deps/yin.Plo
- /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -o libsphinxfe.la fe_interface.lo fe_sigproc.lo fe_warp_affine.lo fe_warp.lo fe_warp_inverse_linear.lo fe_warp_piecewise_linear.lo fixlog.lo yin.lo -lpthread -lm
- libtool: link: ar cru .libs/libsphinxfe.a .libs/fe_interface.o .libs/fe_sigproc.o .libs/fe_warp_affine.o .libs/fe_warp.o .libs/fe_warp_inverse_linear.o .libs/fe_warp_piecewise_linear.o .libs/fixlog.o .libs/yin.o
- libtool: link: ranlib .libs/libsphinxfe.a
- libtool: link: ( cd ".libs" && rm -f "libsphinxfe.la" && ln -s "../libsphinxfe.la" "libsphinxfe.la" )
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe'
- Making all in feat
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat'
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT agc.lo -MD -MP -MF .deps/agc.Tpo -c -o agc.lo agc.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT agc.lo -MD -MP -MF .deps/agc.Tpo -c agc.c -fPIC -DPIC -o .libs/agc.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT agc.lo -MD -MP -MF .deps/agc.Tpo -c agc.c -o agc.o >/dev/null 2>&1
- mv -f .deps/agc.Tpo .deps/agc.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cmn.lo -MD -MP -MF .deps/cmn.Tpo -c -o cmn.lo cmn.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cmn.lo -MD -MP -MF .deps/cmn.Tpo -c cmn.c -fPIC -DPIC -o .libs/cmn.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cmn.lo -MD -MP -MF .deps/cmn.Tpo -c cmn.c -o cmn.o >/dev/null 2>&1
- mv -f .deps/cmn.Tpo .deps/cmn.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cmn_prior.lo -MD -MP -MF .deps/cmn_prior.Tpo -c -o cmn_prior.lo cmn_prior.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cmn_prior.lo -MD -MP -MF .deps/cmn_prior.Tpo -c cmn_prior.c -fPIC -DPIC -o .libs/cmn_prior.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cmn_prior.lo -MD -MP -MF .deps/cmn_prior.Tpo -c cmn_prior.c -o cmn_prior.o >/dev/null 2>&1
- mv -f .deps/cmn_prior.Tpo .deps/cmn_prior.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT lda.lo -MD -MP -MF .deps/lda.Tpo -c -o lda.lo lda.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT lda.lo -MD -MP -MF .deps/lda.Tpo -c lda.c -fPIC -DPIC -o .libs/lda.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT lda.lo -MD -MP -MF .deps/lda.Tpo -c lda.c -o lda.o >/dev/null 2>&1
- mv -f .deps/lda.Tpo .deps/lda.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT feat.lo -MD -MP -MF .deps/feat.Tpo -c -o feat.lo feat.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT feat.lo -MD -MP -MF .deps/feat.Tpo -c feat.c -fPIC -DPIC -o .libs/feat.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT feat.lo -MD -MP -MF .deps/feat.Tpo -c feat.c -o feat.o >/dev/null 2>&1
- mv -f .deps/feat.Tpo .deps/feat.Plo
- /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -o libsphinxfeat.la agc.lo cmn.lo cmn_prior.lo lda.lo feat.lo -lpthread -lm
- libtool: link: ar cru .libs/libsphinxfeat.a .libs/agc.o .libs/cmn.o .libs/cmn_prior.o .libs/lda.o .libs/feat.o
- libtool: link: ranlib .libs/libsphinxfeat.a
- libtool: link: ( cd ".libs" && rm -f "libsphinxfeat.la" && ln -s "../libsphinxfeat.la" "libsphinxfeat.la" )
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat'
- Making all in lm
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
- make all-am
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT lm3g_model.lo -MD -MP -MF .deps/lm3g_model.Tpo -c -o lm3g_model.lo lm3g_model.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT lm3g_model.lo -MD -MP -MF .deps/lm3g_model.Tpo -c lm3g_model.c -fPIC -DPIC -o .libs/lm3g_model.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT lm3g_model.lo -MD -MP -MF .deps/lm3g_model.Tpo -c lm3g_model.c -o lm3g_model.o >/dev/null 2>&1
- mv -f .deps/lm3g_model.Tpo .deps/lm3g_model.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model.lo -MD -MP -MF .deps/ngram_model.Tpo -c -o ngram_model.lo ngram_model.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model.lo -MD -MP -MF .deps/ngram_model.Tpo -c ngram_model.c -fPIC -DPIC -o .libs/ngram_model.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model.lo -MD -MP -MF .deps/ngram_model.Tpo -c ngram_model.c -o ngram_model.o >/dev/null 2>&1
- mv -f .deps/ngram_model.Tpo .deps/ngram_model.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model_arpa.lo -MD -MP -MF .deps/ngram_model_arpa.Tpo -c -o ngram_model_arpa.lo ngram_model_arpa.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model_arpa.lo -MD -MP -MF .deps/ngram_model_arpa.Tpo -c ngram_model_arpa.c -fPIC -DPIC -o .libs/ngram_model_arpa.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model_arpa.lo -MD -MP -MF .deps/ngram_model_arpa.Tpo -c ngram_model_arpa.c -o ngram_model_arpa.o >/dev/null 2>&1
- mv -f .deps/ngram_model_arpa.Tpo .deps/ngram_model_arpa.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model_dmp.lo -MD -MP -MF .deps/ngram_model_dmp.Tpo -c -o ngram_model_dmp.lo ngram_model_dmp.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model_dmp.lo -MD -MP -MF .deps/ngram_model_dmp.Tpo -c ngram_model_dmp.c -fPIC -DPIC -o .libs/ngram_model_dmp.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model_dmp.lo -MD -MP -MF .deps/ngram_model_dmp.Tpo -c ngram_model_dmp.c -o ngram_model_dmp.o >/dev/null 2>&1
- mv -f .deps/ngram_model_dmp.Tpo .deps/ngram_model_dmp.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model_dmp32.lo -MD -MP -MF .deps/ngram_model_dmp32.Tpo -c -o ngram_model_dmp32.lo ngram_model_dmp32.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model_dmp32.lo -MD -MP -MF .deps/ngram_model_dmp32.Tpo -c ngram_model_dmp32.c -fPIC -DPIC -o .libs/ngram_model_dmp32.o
- ngram_model_dmp32.c:93:22: warning: ‘ngram_model_dmp32_funcs’ defined but not used [-Wunused-variable]
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model_dmp32.lo -MD -MP -MF .deps/ngram_model_dmp32.Tpo -c ngram_model_dmp32.c -o ngram_model_dmp32.o >/dev/null 2>&1
- mv -f .deps/ngram_model_dmp32.Tpo .deps/ngram_model_dmp32.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model_set.lo -MD -MP -MF .deps/ngram_model_set.Tpo -c -o ngram_model_set.lo ngram_model_set.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model_set.lo -MD -MP -MF .deps/ngram_model_set.Tpo -c ngram_model_set.c -fPIC -DPIC -o .libs/ngram_model_set.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_model_set.lo -MD -MP -MF .deps/ngram_model_set.Tpo -c ngram_model_set.c -o ngram_model_set.o >/dev/null 2>&1
- mv -f .deps/ngram_model_set.Tpo .deps/ngram_model_set.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fsg_model.lo -MD -MP -MF .deps/fsg_model.Tpo -c -o fsg_model.lo fsg_model.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fsg_model.lo -MD -MP -MF .deps/fsg_model.Tpo -c fsg_model.c -fPIC -DPIC -o .libs/fsg_model.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fsg_model.lo -MD -MP -MF .deps/fsg_model.Tpo -c fsg_model.c -o fsg_model.o >/dev/null 2>&1
- mv -f .deps/fsg_model.Tpo .deps/fsg_model.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT jsgf.lo -MD -MP -MF .deps/jsgf.Tpo -c -o jsgf.lo jsgf.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT jsgf.lo -MD -MP -MF .deps/jsgf.Tpo -c jsgf.c -fPIC -DPIC -o .libs/jsgf.o
- jsgf.c: In function ‘jsgf_parse_file’:
- jsgf.c:755:5: warning: implicit declaration of function ‘yyparse’ [-Wimplicit-function-declaration]
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT jsgf.lo -MD -MP -MF .deps/jsgf.Tpo -c jsgf.c -o jsgf.o >/dev/null 2>&1
- mv -f .deps/jsgf.Tpo .deps/jsgf.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT jsgf_scanner.lo -MD -MP -MF .deps/jsgf_scanner.Tpo -c -o jsgf_scanner.lo jsgf_scanner.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT jsgf_scanner.lo -MD -MP -MF .deps/jsgf_scanner.Tpo -c jsgf_scanner.c -fPIC -DPIC -o .libs/jsgf_scanner.o
- jsgf_scanner.c:1394:17: warning: ‘yyunput’ defined but not used [-Wunused-function]
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT jsgf_scanner.lo -MD -MP -MF .deps/jsgf_scanner.Tpo -c jsgf_scanner.c -o jsgf_scanner.o >/dev/null 2>&1
- mv -f .deps/jsgf_scanner.Tpo .deps/jsgf_scanner.Plo
- /bin/bash ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT jsgf_parser.lo -MD -MP -MF .deps/jsgf_parser.Tpo -c -o jsgf_parser.lo jsgf_parser.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT jsgf_parser.lo -MD -MP -MF .deps/jsgf_parser.Tpo -c jsgf_parser.c -fPIC -DPIC -o .libs/jsgf_parser.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/sphinxbase -I../../../include -I../../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT jsgf_parser.lo -MD -MP -MF .deps/jsgf_parser.Tpo -c jsgf_parser.c -o jsgf_parser.o >/dev/null 2>&1
- mv -f .deps/jsgf_parser.Tpo .deps/jsgf_parser.Plo
- /bin/bash ../../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -o libsphinxlm.la lm3g_model.lo ngram_model.lo ngram_model_arpa.lo ngram_model_dmp.lo ngram_model_dmp32.lo ngram_model_set.lo fsg_model.lo jsgf.lo jsgf_scanner.lo jsgf_parser.lo -lpthread -lm
- libtool: link: ar cru .libs/libsphinxlm.a .libs/lm3g_model.o .libs/ngram_model.o .libs/ngram_model_arpa.o .libs/ngram_model_dmp.o .libs/ngram_model_dmp32.o .libs/ngram_model_set.o .libs/fsg_model.o .libs/jsgf.o .libs/jsgf_scanner.o .libs/jsgf_parser.o
- libtool: link: ranlib .libs/libsphinxlm.a
- libtool: link: ( cd ".libs" && rm -f "libsphinxlm.la" && ln -s "../libsphinxlm.la" "libsphinxlm.la" )
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
- /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -version-info 2:1:1 -o libsphinxbase.la -rpath /usr/local/lib util/libsphinxutil.la fe/libsphinxfe.la feat/libsphinxfeat.la lm/libsphinxlm.la -lpthread -lm
- libtool: link: gcc -std=gnu99 -shared -Wl,--whole-archive util/.libs/libsphinxutil.a fe/.libs/libsphinxfe.a feat/.libs/libsphinxfeat.a lm/.libs/libsphinxlm.a -Wl,--no-whole-archive -lpthread -lm -Wl,-soname -Wl,libsphinxbase.so.1 -o .libs/libsphinxbase.so.1.1.1
- libtool: link: (cd ".libs" && rm -f "libsphinxbase.so.1" && ln -s "libsphinxbase.so.1.1.1" "libsphinxbase.so.1")
- libtool: link: (cd ".libs" && rm -f "libsphinxbase.so" && ln -s "libsphinxbase.so.1.1.1" "libsphinxbase.so")
- libtool: link: (cd .libs/libsphinxbase.lax/libsphinxutil.a && ar x "/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util/.libs/libsphinxutil.a")
- libtool: link: (cd .libs/libsphinxbase.lax/libsphinxfe.a && ar x "/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe/.libs/libsphinxfe.a")
- libtool: link: (cd .libs/libsphinxbase.lax/libsphinxfeat.a && ar x "/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat/.libs/libsphinxfeat.a")
- libtool: link: (cd .libs/libsphinxbase.lax/libsphinxlm.a && ar x "/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm/.libs/libsphinxlm.a")
- libtool: link: ar cru .libs/libsphinxbase.a .libs/libsphinxbase.lax/libsphinxutil.a/strfuncs.o .libs/libsphinxbase.lax/libsphinxutil.a/profile.o .libs/libsphinxbase.lax/libsphinxutil.a/utf8.o .libs/libsphinxbase.lax/libsphinxutil.a/blas_lite.o .libs/libsphinxbase.lax/libsphinxutil.a/hash_table.o .libs/libsphinxbase.lax/libsphinxutil.a/slapack_lite.o .libs/libsphinxbase.lax/libsphinxutil.a/heap.o .libs/libsphinxbase.lax/libsphinxutil.a/f2c_lite.o .libs/libsphinxbase.lax/libsphinxutil.a/matrix.o .libs/libsphinxbase.lax/libsphinxutil.a/bio.o .libs/libsphinxbase.lax/libsphinxutil.a/pio.o .libs/libsphinxbase.lax/libsphinxutil.a/ckd_alloc.o .libs/libsphinxbase.lax/libsphinxutil.a/unlimit.o .libs/libsphinxbase.lax/libsphinxutil.a/cmd_ln.o .libs/libsphinxbase.lax/libsphinxutil.a/mmio.o .libs/libsphinxbase.lax/libsphinxutil.a/listelem_alloc.o .libs/libsphinxbase.lax/libsphinxutil.a/case.o .libs/libsphinxbase.lax/libsphinxutil.a/sbthread.o .libs/libsphinxbase.lax/libsphinxutil.a/genrand.o .libs/libsphinxbase.lax/libsphinxutil.a/glist.o .libs/libsphinxbase.lax/libsphinxutil.a/bitvec.o .libs/libsphinxbase.lax/libsphinxutil.a/info.o .libs/libsphinxbase.lax/libsphinxutil.a/slamch.o .libs/libsphinxbase.lax/libsphinxutil.a/logmath.o .libs/libsphinxbase.lax/libsphinxutil.a/dtoa.o .libs/libsphinxbase.lax/libsphinxutil.a/filename.o .libs/libsphinxbase.lax/libsphinxutil.a/err.o .libs/libsphinxbase.lax/libsphinxutil.a/huff_code.o .libs/libsphinxbase.lax/libsphinxfe.a/fe_warp_affine.o .libs/libsphinxbase.lax/libsphinxfe.a/fe_sigproc.o .libs/libsphinxbase.lax/libsphinxfe.a/yin.o .libs/libsphinxbase.lax/libsphinxfe.a/fe_warp_piecewise_linear.o .libs/libsphinxbase.lax/libsphinxfe.a/fe_interface.o .libs/libsphinxbase.lax/libsphinxfe.a/fixlog.o .libs/libsphinxbase.lax/libsphinxfe.a/fe_warp_inverse_linear.o .libs/libsphinxbase.lax/libsphinxfe.a/fe_warp.o .libs/libsphinxbase.lax/libsphinxfeat.a/cmn.o .libs/libsphinxbase.lax/libsphinxfeat.a/lda.o .libs/libsphinxbase.lax/libsphinxfeat.a/agc.o .libs/libsphinxbase.lax/libsphinxfeat.a/cmn_prior.o .libs/libsphinxbase.lax/libsphinxfeat.a/feat.o .libs/libsphinxbase.lax/libsphinxlm.a/ngram_model_dmp.o .libs/libsphinxbase.lax/libsphinxlm.a/fsg_model.o .libs/libsphinxbase.lax/libsphinxlm.a/jsgf_parser.o .libs/libsphinxbase.lax/libsphinxlm.a/ngram_model_dmp32.o .libs/libsphinxbase.lax/libsphinxlm.a/ngram_model_arpa.o .libs/libsphinxbase.lax/libsphinxlm.a/ngram_model.o .libs/libsphinxbase.lax/libsphinxlm.a/lm3g_model.o .libs/libsphinxbase.lax/libsphinxlm.a/ngram_model_set.o .libs/libsphinxbase.lax/libsphinxlm.a/jsgf_scanner.o .libs/libsphinxbase.lax/libsphinxlm.a/jsgf.o
- libtool: link: ranlib .libs/libsphinxbase.a
- libtool: link: rm -fr .libs/libsphinxbase.lax
- libtool: link: ( cd ".libs" && rm -f "libsphinxbase.la" && ln -s "../libsphinxbase.la" "libsphinxbase.la" )
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
- Making all in libsphinxad
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxad'
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include/sphinxbase -I../../include -I../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cont_ad_base.lo -MD -MP -MF .deps/cont_ad_base.Tpo -c -o cont_ad_base.lo cont_ad_base.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include/sphinxbase -I../../include -I../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cont_ad_base.lo -MD -MP -MF .deps/cont_ad_base.Tpo -c cont_ad_base.c -fPIC -DPIC -o .libs/cont_ad_base.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include/sphinxbase -I../../include -I../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cont_ad_base.lo -MD -MP -MF .deps/cont_ad_base.Tpo -c cont_ad_base.c -o cont_ad_base.o >/dev/null 2>&1
- mv -f .deps/cont_ad_base.Tpo .deps/cont_ad_base.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include/sphinxbase -I../../include -I../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ad_oss.lo -MD -MP -MF .deps/ad_oss.Tpo -c -o ad_oss.lo ad_oss.c
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include/sphinxbase -I../../include -I../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ad_oss.lo -MD -MP -MF .deps/ad_oss.Tpo -c ad_oss.c -fPIC -DPIC -o .libs/ad_oss.o
- libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include/sphinxbase -I../../include -I../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ad_oss.lo -MD -MP -MF .deps/ad_oss.Tpo -c ad_oss.c -o ad_oss.o >/dev/null 2>&1
- mv -f .deps/ad_oss.Tpo .deps/ad_oss.Plo
- /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -version-info 0:1:0 -o libsphinxad.la -rpath /usr/local/lib cont_ad_base.lo ad_oss.lo ../../src/libsphinxbase/libsphinxbase.la -lpthread -lm
- libtool: link: gcc -std=gnu99 -shared .libs/cont_ad_base.o .libs/ad_oss.o -Wl,-rpath -Wl,/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/.libs ../../src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm -Wl,-soname -Wl,libsphinxad.so.0 -o .libs/libsphinxad.so.0.0.1
- libtool: link: (cd ".libs" && rm -f "libsphinxad.so.0" && ln -s "libsphinxad.so.0.0.1" "libsphinxad.so.0")
- libtool: link: (cd ".libs" && rm -f "libsphinxad.so" && ln -s "libsphinxad.so.0.0.1" "libsphinxad.so")
- libtool: link: ar cru .libs/libsphinxad.a cont_ad_base.o ad_oss.o
- libtool: link: ranlib .libs/libsphinxad.a
- libtool: link: ( cd ".libs" && rm -f "libsphinxad.la" && ln -s "../libsphinxad.la" "libsphinxad.la" )
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxad'
- Making all in sphinx_fe
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_fe'
- gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -I../../src/libsphinxbase/fe -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT sphinx_fe.o -MD -MP -MF .deps/sphinx_fe.Tpo -c -o sphinx_fe.o sphinx_fe.c
- sphinx_fe.c: In function ‘output_frames_text’:
- sphinx_fe.c:708:13: warning: format ‘%g’ expects argument of type ‘double’, but argument 3 has type ‘mfcc_t’ [-Wformat]
- mv -f .deps/sphinx_fe.Tpo .deps/sphinx_fe.Po
- /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -o sphinx_fe sphinx_fe.o ../../src/libsphinxbase/libsphinxbase.la -lpthread -lm
- libtool: link: gcc -std=gnu99 -g -O2 -Wall -o .libs/sphinx_fe sphinx_fe.o ../../src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_fe'
- Making all in sphinx_cepview
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_cepview'
- gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT main_cepview.o -MD -MP -MF .deps/main_cepview.Tpo -c -o main_cepview.o main_cepview.c
- mv -f .deps/main_cepview.Tpo .deps/main_cepview.Po
- /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -o sphinx_cepview main_cepview.o ../../src/libsphinxbase/libsphinxbase.la -lpthread -lm
- libtool: link: gcc -std=gnu99 -g -O2 -Wall -o .libs/sphinx_cepview main_cepview.o ../../src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_cepview'
- Making all in sphinx_jsgf2fsg
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_jsgf2fsg'
- gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
- mv -f .deps/main.Tpo .deps/main.Po
- /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -o sphinx_jsgf2fsg main.o ../../src/libsphinxbase/libsphinxbase.la -lpthread -lm
- libtool: link: gcc -std=gnu99 -g -O2 -Wall -o .libs/sphinx_jsgf2fsg main.o ../../src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_jsgf2fsg'
- Making all in sphinx_adtools
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_adtools'
- gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cont_adseg.o -MD -MP -MF .deps/cont_adseg.Tpo -c -o cont_adseg.o cont_adseg.c
- mv -f .deps/cont_adseg.Tpo .deps/cont_adseg.Po
- /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -o sphinx_cont_adseg cont_adseg.o ../../src/libsphinxbase/libsphinxbase.la ../../src/libsphinxad/libsphinxad.la -lpthread -lm
- libtool: link: gcc -std=gnu99 -g -O2 -Wall -o .libs/sphinx_cont_adseg cont_adseg.o ../../src/libsphinxbase/.libs/libsphinxbase.so ../../src/libsphinxad/.libs/libsphinxad.so /home/patrick/src/sphinxbase-0.8/src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm
- gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT cont_fileseg.o -MD -MP -MF .deps/cont_fileseg.Tpo -c -o cont_fileseg.o cont_fileseg.c
- mv -f .deps/cont_fileseg.Tpo .deps/cont_fileseg.Po
- /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -o sphinx_cont_fileseg cont_fileseg.o ../../src/libsphinxbase/libsphinxbase.la ../../src/libsphinxad/libsphinxad.la -lpthread -lm
- libtool: link: gcc -std=gnu99 -g -O2 -Wall -o .libs/sphinx_cont_fileseg cont_fileseg.o ../../src/libsphinxbase/.libs/libsphinxbase.so ../../src/libsphinxad/.libs/libsphinxad.so /home/patrick/src/sphinxbase-0.8/src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm
- gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT sphinx_pitch.o -MD -MP -MF .deps/sphinx_pitch.Tpo -c -o sphinx_pitch.o sphinx_pitch.c
- mv -f .deps/sphinx_pitch.Tpo .deps/sphinx_pitch.Po
- /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -o sphinx_pitch sphinx_pitch.o ../../src/libsphinxbase/libsphinxbase.la ../../src/libsphinxad/libsphinxad.la -lpthread -lm
- libtool: link: gcc -std=gnu99 -g -O2 -Wall -o .libs/sphinx_pitch sphinx_pitch.o ../../src/libsphinxbase/.libs/libsphinxbase.so ../../src/libsphinxad/.libs/libsphinxad.so /home/patrick/src/sphinxbase-0.8/src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_adtools'
- Making all in sphinx_lmtools
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_lmtools'
- gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -I../../src/libsphinxlm -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT sphinx_lm_eval.o -MD -MP -MF .deps/sphinx_lm_eval.Tpo -c -o sphinx_lm_eval.o sphinx_lm_eval.c
- sphinx_lm_eval.c: In function ‘main’:
- sphinx_lm_eval.c:230:22: warning: ‘lscr’ may be used uninitialized in this function [-Wuninitialized]
- sphinx_lm_eval.c:196:29: note: ‘lscr’ was declared here
- mv -f .deps/sphinx_lm_eval.Tpo .deps/sphinx_lm_eval.Po
- /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -o sphinx_lm_eval sphinx_lm_eval.o ../../src/libsphinxbase/libsphinxbase.la ../../src/libsphinxbase/lm/libsphinxlm.la -lpthread -lm
- libtool: link: gcc -std=gnu99 -g -O2 -Wall -o .libs/sphinx_lm_eval sphinx_lm_eval.o ../../src/libsphinxbase/.libs/libsphinxbase.so ../../src/libsphinxbase/lm/.libs/libsphinxlm.a -lpthread -lm
- gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -I../../src/libsphinxlm -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT sphinx_lm_convert.o -MD -MP -MF .deps/sphinx_lm_convert.Tpo -c -o sphinx_lm_convert.o sphinx_lm_convert.c
- mv -f .deps/sphinx_lm_convert.Tpo .deps/sphinx_lm_convert.Po
- /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -o sphinx_lm_convert sphinx_lm_convert.o ../../src/libsphinxbase/libsphinxbase.la ../../src/libsphinxbase/lm/libsphinxlm.la -lpthread -lm
- libtool: link: gcc -std=gnu99 -g -O2 -Wall -o .libs/sphinx_lm_convert sphinx_lm_convert.o ../../src/libsphinxbase/.libs/libsphinxbase.so ../../src/libsphinxbase/lm/.libs/libsphinxlm.a -lpthread -lm
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_lmtools'
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src'
- make[2]: Nothing to be done for `all-am'.
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src'
- make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src'
- Making all in doc
- make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/doc'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/doc'
- Making all in include
- make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/include'
- make all-recursive
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/include'
- Making all in sphinxbase
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/include/sphinxbase'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include/sphinxbase'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/include'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include'
- make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include'
- Making all in test
- make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/test'
- Making all in unit
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit'
- Making all in test_ad
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ad'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ad'
- Making all in test_alloc
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_alloc'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_alloc'
- Making all in test_bitvec
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_bitvec'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_bitvec'
- Making all in test_case
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_case'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_case'
- Making all in test_string
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_string'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_string'
- Making all in test_cmdln
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_cmdln'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_cmdln'
- Making all in test_hash
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_hash'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_hash'
- Making all in test_matrix
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_matrix'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_matrix'
- Making all in test_fe
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fe'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fe'
- Making all in test_feat
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_feat'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_feat'
- Making all in test_lineiter
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_lineiter'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_lineiter'
- Making all in test_logmath
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_logmath'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_logmath'
- Making all in test_ngram
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ngram'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ngram'
- Making all in test_fsg
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fsg'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fsg'
- Making all in test_util
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_util'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_util'
- Making all in test_thread
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_thread'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_thread'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit'
- make[3]: Nothing to be done for `all-am'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit'
- Making all in regression
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/regression'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/regression'
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/test'
- make[2]: Nothing to be done for `all-am'.
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test'
- make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test'
- Making all in python
- make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/python'
- test -z "" || cp "./sphinxbase.c" sphinxbase.c
- /usr/bin/python setup.py build
- running build
- running build_ext
- building 'sphinxbase' extension
- creating build
- creating build/temp.linux-x86_64-2.7
- gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I../include -I../include -I/usr/include/python2.7 -c sphinxbase.c -o build/temp.linux-x86_64-2.7/sphinxbase.o
- sphinxbase.c: In function ‘__pyx_pf_10sphinxbase_binstr’:
- sphinxbase.c:3858:14: warning: variable ‘__pyx_t_1’ set but not used [-Wunused-but-set-variable]
- sphinxbase.c: In function ‘__pyx_pf_10sphinxbase_bincw’:
- sphinxbase.c:4081:7: warning: variable ‘__pyx_v_i’ set but not used [-Wunused-but-set-variable]
- sphinxbase.c: At top level:
- sphinxbase.c:851:13: warning: ‘__pyx_doc_10sphinxbase_7LogMath___dealloc__’ defined but not used [-Wunused-variable]
- sphinxbase.c:1729:13: warning: ‘__pyx_doc_10sphinxbase_10NGramModel___dealloc__’ defined but not used [-Wunused-variable]
- creating build/lib.linux-x86_64-2.7
- gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/sphinxbase.o -L../src/libsphinxbase/.libs -lsphinxbase -o build/lib.linux-x86_64-2.7/sphinxbase.so
- touch pymod-build-stamp
- make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/python'
- make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8'
- make[1]: Nothing to be done for `all-am'.
- make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8'
- patrick@jennifer-N53SV:~/src/sphinxbase-0.8$ sudo make install
- Making install in src
- make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/src'
- Making install in libsphinxbase
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
- Making install in util
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util'
- Making install in fe
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe'
- Making install in feat
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat'
- Making install in lm
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
- make install-am
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
- make[5]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
- make[5]: Nothing to be done for `install-exec-am'.
- make[5]: Nothing to be done for `install-data-am'.
- make[5]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
- test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
- /bin/bash ../../libtool --mode=install /usr/bin/install -c libsphinxbase.la '/usr/local/lib'
- libtool: install: /usr/bin/install -c .libs/libsphinxbase.so.1.1.1 /usr/local/lib/libsphinxbase.so.1.1.1
- libtool: install: (cd /usr/local/lib && { ln -s -f libsphinxbase.so.1.1.1 libsphinxbase.so.1 || { rm -f libsphinxbase.so.1 && ln -s libsphinxbase.so.1.1.1 libsphinxbase.so.1; }; })
- libtool: install: (cd /usr/local/lib && { ln -s -f libsphinxbase.so.1.1.1 libsphinxbase.so || { rm -f libsphinxbase.so && ln -s libsphinxbase.so.1.1.1 libsphinxbase.so; }; })
- libtool: install: /usr/bin/install -c .libs/libsphinxbase.lai /usr/local/lib/libsphinxbase.la
- libtool: install: /usr/bin/install -c .libs/libsphinxbase.a /usr/local/lib/libsphinxbase.a
- libtool: install: chmod 644 /usr/local/lib/libsphinxbase.a
- libtool: install: ranlib /usr/local/lib/libsphinxbase.a
- libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /usr/local/lib
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the `-LLIBDIR'
- flag during linking and do at least one of the following:
- - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
- during execution
- - add LIBDIR to the `LD_RUN_PATH' environment variable
- during linking
- - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- - have your system administrator add LIBDIR to `/etc/ld.so.conf'
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
- Making install in libsphinxad
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxad'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxad'
- test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
- /bin/bash ../../libtool --mode=install /usr/bin/install -c libsphinxad.la '/usr/local/lib'
- libtool: install: warning: relinking `libsphinxad.la'
- libtool: install: (cd /home/patrick/src/sphinxbase-0.8/src/libsphinxad; /bin/bash /home/patrick/src/sphinxbase-0.8/libtool --tag CC --mode=relink gcc -std=gnu99 -g -O2 -Wall -version-info 0:1:0 -o libsphinxad.la -rpath /usr/local/lib cont_ad_base.lo ad_oss.lo ../../src/libsphinxbase/libsphinxbase.la -lpthread -lm )
- libtool: relink: gcc -std=gnu99 -shared .libs/cont_ad_base.o .libs/ad_oss.o -L/usr/local/lib -lsphinxbase -lpthread -lm -Wl,-soname -Wl,libsphinxad.so.0 -o .libs/libsphinxad.so.0.0.1
- libtool: install: /usr/bin/install -c .libs/libsphinxad.so.0.0.1T /usr/local/lib/libsphinxad.so.0.0.1
- libtool: install: (cd /usr/local/lib && { ln -s -f libsphinxad.so.0.0.1 libsphinxad.so.0 || { rm -f libsphinxad.so.0 && ln -s libsphinxad.so.0.0.1 libsphinxad.so.0; }; })
- libtool: install: (cd /usr/local/lib && { ln -s -f libsphinxad.so.0.0.1 libsphinxad.so || { rm -f libsphinxad.so && ln -s libsphinxad.so.0.0.1 libsphinxad.so; }; })
- libtool: install: /usr/bin/install -c .libs/libsphinxad.lai /usr/local/lib/libsphinxad.la
- libtool: install: /usr/bin/install -c .libs/libsphinxad.a /usr/local/lib/libsphinxad.a
- libtool: install: chmod 644 /usr/local/lib/libsphinxad.a
- libtool: install: ranlib /usr/local/lib/libsphinxad.a
- libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /usr/local/lib
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the `-LLIBDIR'
- flag during linking and do at least one of the following:
- - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
- during execution
- - add LIBDIR to the `LD_RUN_PATH' environment variable
- during linking
- - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- - have your system administrator add LIBDIR to `/etc/ld.so.conf'
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxad'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxad'
- Making install in sphinx_fe
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_fe'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_fe'
- test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
- /bin/bash ../../libtool --mode=install /usr/bin/install -c sphinx_fe '/usr/local/bin'
- libtool: install: /usr/bin/install -c .libs/sphinx_fe /usr/local/bin/sphinx_fe
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_fe'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_fe'
- Making install in sphinx_cepview
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_cepview'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_cepview'
- test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
- /bin/bash ../../libtool --mode=install /usr/bin/install -c sphinx_cepview '/usr/local/bin'
- libtool: install: /usr/bin/install -c .libs/sphinx_cepview /usr/local/bin/sphinx_cepview
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_cepview'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_cepview'
- Making install in sphinx_jsgf2fsg
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_jsgf2fsg'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_jsgf2fsg'
- test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
- /bin/bash ../../libtool --mode=install /usr/bin/install -c sphinx_jsgf2fsg '/usr/local/bin'
- libtool: install: /usr/bin/install -c .libs/sphinx_jsgf2fsg /usr/local/bin/sphinx_jsgf2fsg
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_jsgf2fsg'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_jsgf2fsg'
- Making install in sphinx_adtools
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_adtools'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_adtools'
- test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
- /bin/bash ../../libtool --mode=install /usr/bin/install -c sphinx_cont_adseg sphinx_cont_fileseg sphinx_pitch '/usr/local/bin'
- libtool: install: /usr/bin/install -c .libs/sphinx_cont_adseg /usr/local/bin/sphinx_cont_adseg
- libtool: install: /usr/bin/install -c .libs/sphinx_cont_fileseg /usr/local/bin/sphinx_cont_fileseg
- libtool: install: /usr/bin/install -c .libs/sphinx_pitch /usr/local/bin/sphinx_pitch
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_adtools'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_adtools'
- Making install in sphinx_lmtools
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_lmtools'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_lmtools'
- test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
- /bin/bash ../../libtool --mode=install /usr/bin/install -c sphinx_lm_eval sphinx_lm_convert '/usr/local/bin'
- libtool: install: /usr/bin/install -c .libs/sphinx_lm_eval /usr/local/bin/sphinx_lm_eval
- libtool: install: /usr/bin/install -c .libs/sphinx_lm_convert /usr/local/bin/sphinx_lm_convert
- test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
- /usr/bin/install -c sphinx_lm_sort '/usr/local/bin'
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_lmtools'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_lmtools'
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src'
- make[3]: Nothing to be done for `install-exec-am'.
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src'
- make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src'
- Making install in doc
- make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/doc'
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/doc'
- make[2]: Nothing to be done for `install-exec-am'.
- make[2]: Nothing to be done for `install-data-am'.
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/doc'
- make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/doc'
- Making install in include
- make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/include'
- Making install in sphinxbase
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/include/sphinxbase'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/include/sphinxbase'
- make[3]: Nothing to be done for `install-exec-am'.
- test -z "/usr/local/include/sphinxbase" || /bin/mkdir -p "/usr/local/include/sphinxbase"
- /usr/bin/install -c -m 644 ad.h agc.h bio.h bitvec.h byteorder.h case.h ckd_alloc.h clapack_lite.h cmd_ln.h cmn.h cont_ad.h err.h f2c.h feat.h fe.h filename.h fixpoint.h fsg_model.h genrand.h glist.h hash_table.h heap.h huff_code.h info.h jsgf.h listelem_alloc.h logmath.h matrix.h mmio.h mulaw.h ngram_model.h pio.h yin.h prim_type.h profile.h sbthread.h sphinxbase_export.h strfuncs.h unlimit.h '/usr/local/include/sphinxbase'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include/sphinxbase'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include/sphinxbase'
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/include'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/include'
- make[3]: Nothing to be done for `install-exec-am'.
- test -z "/usr/local/include/sphinxbase" || /bin/mkdir -p "/usr/local/include/sphinxbase"
- /usr/bin/install -c -m 644 sphinx_config.h '/usr/local/include/sphinxbase'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include'
- make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include'
- Making install in test
- make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/test'
- Making install in unit
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit'
- Making install in test_ad
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ad'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ad'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ad'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ad'
- Making install in test_alloc
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_alloc'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_alloc'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_alloc'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_alloc'
- Making install in test_bitvec
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_bitvec'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_bitvec'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_bitvec'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_bitvec'
- Making install in test_case
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_case'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_case'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_case'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_case'
- Making install in test_string
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_string'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_string'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_string'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_string'
- Making install in test_cmdln
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_cmdln'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_cmdln'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_cmdln'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_cmdln'
- Making install in test_hash
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_hash'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_hash'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_hash'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_hash'
- Making install in test_matrix
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_matrix'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_matrix'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_matrix'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_matrix'
- Making install in test_fe
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fe'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fe'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fe'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fe'
- Making install in test_feat
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_feat'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_feat'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_feat'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_feat'
- Making install in test_lineiter
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_lineiter'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_lineiter'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_lineiter'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_lineiter'
- Making install in test_logmath
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_logmath'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_logmath'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_logmath'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_logmath'
- Making install in test_ngram
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ngram'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ngram'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ngram'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ngram'
- Making install in test_fsg
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fsg'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fsg'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fsg'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fsg'
- Making install in test_util
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_util'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_util'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_util'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_util'
- Making install in test_thread
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_thread'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_thread'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_thread'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_thread'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit'
- make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit'
- make[4]: Nothing to be done for `install-exec-am'.
- make[4]: Nothing to be done for `install-data-am'.
- make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit'
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit'
- Making install in regression
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/regression'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/regression'
- make[3]: Nothing to be done for `install-exec-am'.
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/regression'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/regression'
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/test'
- make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test'
- make[3]: Nothing to be done for `install-exec-am'.
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test'
- make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test'
- Making install in python
- make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/python'
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/python'
- /usr/bin/python setup.py install --prefix /usr/local `python -c 'import setuptools' 2>/dev/null && echo --single-version-externally-managed --record filelist.txt`
- running install
- running build
- running build_ext
- running install_lib
- copying build/lib.linux-x86_64-2.7/sphinxbase.so -> /usr/local/lib/python2.7/dist-packages
- running install_egg_info
- running egg_info
- creating SphinxBase.egg-info
- writing SphinxBase.egg-info/PKG-INFO
- writing top-level names to SphinxBase.egg-info/top_level.txt
- writing dependency_links to SphinxBase.egg-info/dependency_links.txt
- writing manifest file 'SphinxBase.egg-info/SOURCES.txt'
- reading manifest file 'SphinxBase.egg-info/SOURCES.txt'
- writing manifest file 'SphinxBase.egg-info/SOURCES.txt'
- Copying SphinxBase.egg-info to /usr/local/lib/python2.7/dist-packages/SphinxBase-0.8-py2.7.egg-info
- running install_scripts
- writing list of installed files to 'filelist.txt'
- test -z "/usr/local/include/sphinxbase" || /bin/mkdir -p "/usr/local/include/sphinxbase"
- /usr/bin/install -c -m 644 sphinxbase.pxd '/usr/local/include/sphinxbase'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/python'
- make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/python'
- make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8'
- make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8'
- make[2]: Nothing to be done for `install-exec-am'.
- test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
- /usr/bin/install -c -m 644 sphinxbase.pc '/usr/local/lib/pkgconfig'
- make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8'
- make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8'
- patrick@jennifer-N53SV:~/src/sphinxbase-0.8$ cd ../pocketsphinx-0.8/
- patrick@jennifer-N53SV:~/src/pocketsphinx-0.8$ ./configure
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking for a sed that does not truncate output... /bin/sed
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for fgrep... /bin/grep -F
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for ar... ar
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking how to run the C preprocessor... gcc -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking whether byte ordering is bigendian... no
- checking for long long... yes
- checking size of long long... 8
- checking for dup2... yes
- checking for pkg-config... yes
- checking for doxygen... no
- checking for python... /usr/bin/python
- checking for python-config... /usr/bin/python-config
- checking Python.h usability... yes
- checking Python.h presence... yes
- checking for Python.h... yes
- checking for cython... no
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for GStreamer... no
- checking for sphinxbase in /home/patrick/src/pocketsphinx-0.8/../sphinxbase... no
- checking for sphinxbase in /home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8... yes
- checking for /home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include/sphinxbase/prim_type.h... yes
- checking for /home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/libsphinxbase.la... yes
- configure: creating ./config.status
- config.status: creating pocketsphinx.pc
- config.status: creating Makefile
- config.status: creating include/Makefile
- config.status: creating python/Makefile
- config.status: creating python/setup.py
- config.status: creating src/Makefile
- config.status: creating src/libpocketsphinx/Makefile
- config.status: creating src/programs/Makefile
- config.status: creating src/gst-plugin/Makefile
- config.status: creating doc/Makefile
- config.status: creating doc/doxyfile
- config.status: creating model/Makefile
- config.status: creating model/hmm/Makefile
- config.status: creating model/lm/Makefile
- config.status: creating test/Makefile
- config.status: creating test/testfuncs.sh
- config.status: creating test/unit/Makefile
- config.status: creating test/regression/Makefile
- config.status: executing depfiles commands
- config.status: executing libtool commands
- patrick@jennifer-N53SV:~/src/pocketsphinx-0.8$ make
- Making all in src
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src'
- Making all in libpocketsphinx
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/libpocketsphinx'
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT acmod.lo -MD -MP -MF .deps/acmod.Tpo -c -o acmod.lo acmod.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT acmod.lo -MD -MP -MF .deps/acmod.Tpo -c acmod.c -fPIC -DPIC -o .libs/acmod.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT acmod.lo -MD -MP -MF .deps/acmod.Tpo -c acmod.c -o acmod.o >/dev/null 2>&1
- mv -f .deps/acmod.Tpo .deps/acmod.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT bin_mdef.lo -MD -MP -MF .deps/bin_mdef.Tpo -c -o bin_mdef.lo bin_mdef.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT bin_mdef.lo -MD -MP -MF .deps/bin_mdef.Tpo -c bin_mdef.c -fPIC -DPIC -o .libs/bin_mdef.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT bin_mdef.lo -MD -MP -MF .deps/bin_mdef.Tpo -c bin_mdef.c -o bin_mdef.o >/dev/null 2>&1
- mv -f .deps/bin_mdef.Tpo .deps/bin_mdef.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT blkarray_list.lo -MD -MP -MF .deps/blkarray_list.Tpo -c -o blkarray_list.lo blkarray_list.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT blkarray_list.lo -MD -MP -MF .deps/blkarray_list.Tpo -c blkarray_list.c -fPIC -DPIC -o .libs/blkarray_list.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT blkarray_list.lo -MD -MP -MF .deps/blkarray_list.Tpo -c blkarray_list.c -o blkarray_list.o >/dev/null 2>&1
- mv -f .deps/blkarray_list.Tpo .deps/blkarray_list.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c -o dict.lo dict.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c -fPIC -DPIC -o .libs/dict.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c -o dict.o >/dev/null 2>&1
- mv -f .deps/dict.Tpo .deps/dict.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT dict2pid.lo -MD -MP -MF .deps/dict2pid.Tpo -c -o dict2pid.lo dict2pid.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT dict2pid.lo -MD -MP -MF .deps/dict2pid.Tpo -c dict2pid.c -fPIC -DPIC -o .libs/dict2pid.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT dict2pid.lo -MD -MP -MF .deps/dict2pid.Tpo -c dict2pid.c -o dict2pid.o >/dev/null 2>&1
- mv -f .deps/dict2pid.Tpo .deps/dict2pid.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fsg_history.lo -MD -MP -MF .deps/fsg_history.Tpo -c -o fsg_history.lo fsg_history.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fsg_history.lo -MD -MP -MF .deps/fsg_history.Tpo -c fsg_history.c -fPIC -DPIC -o .libs/fsg_history.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fsg_history.lo -MD -MP -MF .deps/fsg_history.Tpo -c fsg_history.c -o fsg_history.o >/dev/null 2>&1
- mv -f .deps/fsg_history.Tpo .deps/fsg_history.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fsg_lextree.lo -MD -MP -MF .deps/fsg_lextree.Tpo -c -o fsg_lextree.lo fsg_lextree.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fsg_lextree.lo -MD -MP -MF .deps/fsg_lextree.Tpo -c fsg_lextree.c -fPIC -DPIC -o .libs/fsg_lextree.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fsg_lextree.lo -MD -MP -MF .deps/fsg_lextree.Tpo -c fsg_lextree.c -o fsg_lextree.o >/dev/null 2>&1
- mv -f .deps/fsg_lextree.Tpo .deps/fsg_lextree.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fsg_search.lo -MD -MP -MF .deps/fsg_search.Tpo -c -o fsg_search.lo fsg_search.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fsg_search.lo -MD -MP -MF .deps/fsg_search.Tpo -c fsg_search.c -fPIC -DPIC -o .libs/fsg_search.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT fsg_search.lo -MD -MP -MF .deps/fsg_search.Tpo -c fsg_search.c -o fsg_search.o >/dev/null 2>&1
- mv -f .deps/fsg_search.Tpo .deps/fsg_search.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT hmm.lo -MD -MP -MF .deps/hmm.Tpo -c -o hmm.lo hmm.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT hmm.lo -MD -MP -MF .deps/hmm.Tpo -c hmm.c -fPIC -DPIC -o .libs/hmm.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT hmm.lo -MD -MP -MF .deps/hmm.Tpo -c hmm.c -o hmm.o >/dev/null 2>&1
- mv -f .deps/hmm.Tpo .deps/hmm.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT mdef.lo -MD -MP -MF .deps/mdef.Tpo -c -o mdef.lo mdef.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT mdef.lo -MD -MP -MF .deps/mdef.Tpo -c mdef.c -fPIC -DPIC -o .libs/mdef.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT mdef.lo -MD -MP -MF .deps/mdef.Tpo -c mdef.c -o mdef.o >/dev/null 2>&1
- mv -f .deps/mdef.Tpo .deps/mdef.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ms_gauden.lo -MD -MP -MF .deps/ms_gauden.Tpo -c -o ms_gauden.lo ms_gauden.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ms_gauden.lo -MD -MP -MF .deps/ms_gauden.Tpo -c ms_gauden.c -fPIC -DPIC -o .libs/ms_gauden.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ms_gauden.lo -MD -MP -MF .deps/ms_gauden.Tpo -c ms_gauden.c -o ms_gauden.o >/dev/null 2>&1
- mv -f .deps/ms_gauden.Tpo .deps/ms_gauden.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ms_mgau.lo -MD -MP -MF .deps/ms_mgau.Tpo -c -o ms_mgau.lo ms_mgau.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ms_mgau.lo -MD -MP -MF .deps/ms_mgau.Tpo -c ms_mgau.c -fPIC -DPIC -o .libs/ms_mgau.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ms_mgau.lo -MD -MP -MF .deps/ms_mgau.Tpo -c ms_mgau.c -o ms_mgau.o >/dev/null 2>&1
- mv -f .deps/ms_mgau.Tpo .deps/ms_mgau.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ms_senone.lo -MD -MP -MF .deps/ms_senone.Tpo -c -o ms_senone.lo ms_senone.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ms_senone.lo -MD -MP -MF .deps/ms_senone.Tpo -c ms_senone.c -fPIC -DPIC -o .libs/ms_senone.o
- ms_senone.c: In function ‘senone_eval’:
- ms_senone.c:377:13: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ms_senone.lo -MD -MP -MF .deps/ms_senone.Tpo -c ms_senone.c -o ms_senone.o >/dev/null 2>&1
- mv -f .deps/ms_senone.Tpo .deps/ms_senone.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_search.lo -MD -MP -MF .deps/ngram_search.Tpo -c -o ngram_search.lo ngram_search.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_search.lo -MD -MP -MF .deps/ngram_search.Tpo -c ngram_search.c -fPIC -DPIC -o .libs/ngram_search.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_search.lo -MD -MP -MF .deps/ngram_search.Tpo -c ngram_search.c -o ngram_search.o >/dev/null 2>&1
- mv -f .deps/ngram_search.Tpo .deps/ngram_search.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_search_fwdtree.lo -MD -MP -MF .deps/ngram_search_fwdtree.Tpo -c -o ngram_search_fwdtree.lo ngram_search_fwdtree.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_search_fwdtree.lo -MD -MP -MF .deps/ngram_search_fwdtree.Tpo -c ngram_search_fwdtree.c -fPIC -DPIC -o .libs/ngram_search_fwdtree.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_search_fwdtree.lo -MD -MP -MF .deps/ngram_search_fwdtree.Tpo -c ngram_search_fwdtree.c -o ngram_search_fwdtree.o >/dev/null 2>&1
- mv -f .deps/ngram_search_fwdtree.Tpo .deps/ngram_search_fwdtree.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_search_fwdflat.lo -MD -MP -MF .deps/ngram_search_fwdflat.Tpo -c -o ngram_search_fwdflat.lo ngram_search_fwdflat.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_search_fwdflat.lo -MD -MP -MF .deps/ngram_search_fwdflat.Tpo -c ngram_search_fwdflat.c -fPIC -DPIC -o .libs/ngram_search_fwdflat.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ngram_search_fwdflat.lo -MD -MP -MF .deps/ngram_search_fwdflat.Tpo -c ngram_search_fwdflat.c -o ngram_search_fwdflat.o >/dev/null 2>&1
- mv -f .deps/ngram_search_fwdflat.Tpo .deps/ngram_search_fwdflat.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT phone_loop_search.lo -MD -MP -MF .deps/phone_loop_search.Tpo -c -o phone_loop_search.lo phone_loop_search.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT phone_loop_search.lo -MD -MP -MF .deps/phone_loop_search.Tpo -c phone_loop_search.c -fPIC -DPIC -o .libs/phone_loop_search.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT phone_loop_search.lo -MD -MP -MF .deps/phone_loop_search.Tpo -c phone_loop_search.c -o phone_loop_search.o >/dev/null 2>&1
- mv -f .deps/phone_loop_search.Tpo .deps/phone_loop_search.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ps_alignment.lo -MD -MP -MF .deps/ps_alignment.Tpo -c -o ps_alignment.lo ps_alignment.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ps_alignment.lo -MD -MP -MF .deps/ps_alignment.Tpo -c ps_alignment.c -fPIC -DPIC -o .libs/ps_alignment.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ps_alignment.lo -MD -MP -MF .deps/ps_alignment.Tpo -c ps_alignment.c -o ps_alignment.o >/dev/null 2>&1
- mv -f .deps/ps_alignment.Tpo .deps/ps_alignment.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ps_lattice.lo -MD -MP -MF .deps/ps_lattice.Tpo -c -o ps_lattice.lo ps_lattice.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ps_lattice.lo -MD -MP -MF .deps/ps_lattice.Tpo -c ps_lattice.c -fPIC -DPIC -o .libs/ps_lattice.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ps_lattice.lo -MD -MP -MF .deps/ps_lattice.Tpo -c ps_lattice.c -o ps_lattice.o >/dev/null 2>&1
- mv -f .deps/ps_lattice.Tpo .deps/ps_lattice.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ps_mllr.lo -MD -MP -MF .deps/ps_mllr.Tpo -c -o ps_mllr.lo ps_mllr.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ps_mllr.lo -MD -MP -MF .deps/ps_mllr.Tpo -c ps_mllr.c -fPIC -DPIC -o .libs/ps_mllr.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ps_mllr.lo -MD -MP -MF .deps/ps_mllr.Tpo -c ps_mllr.c -o ps_mllr.o >/dev/null 2>&1
- mv -f .deps/ps_mllr.Tpo .deps/ps_mllr.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ptm_mgau.lo -MD -MP -MF .deps/ptm_mgau.Tpo -c -o ptm_mgau.lo ptm_mgau.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ptm_mgau.lo -MD -MP -MF .deps/ptm_mgau.Tpo -c ptm_mgau.c -fPIC -DPIC -o .libs/ptm_mgau.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT ptm_mgau.lo -MD -MP -MF .deps/ptm_mgau.Tpo -c ptm_mgau.c -o ptm_mgau.o >/dev/null 2>&1
- mv -f .deps/ptm_mgau.Tpo .deps/ptm_mgau.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT s2_semi_mgau.lo -MD -MP -MF .deps/s2_semi_mgau.Tpo -c -o s2_semi_mgau.lo s2_semi_mgau.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT s2_semi_mgau.lo -MD -MP -MF .deps/s2_semi_mgau.Tpo -c s2_semi_mgau.c -fPIC -DPIC -o .libs/s2_semi_mgau.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT s2_semi_mgau.lo -MD -MP -MF .deps/s2_semi_mgau.Tpo -c s2_semi_mgau.c -o s2_semi_mgau.o >/dev/null 2>&1
- mv -f .deps/s2_semi_mgau.Tpo .deps/s2_semi_mgau.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT state_align_search.lo -MD -MP -MF .deps/state_align_search.Tpo -c -o state_align_search.lo state_align_search.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT state_align_search.lo -MD -MP -MF .deps/state_align_search.Tpo -c state_align_search.c -fPIC -DPIC -o .libs/state_align_search.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT state_align_search.lo -MD -MP -MF .deps/state_align_search.Tpo -c state_align_search.c -o state_align_search.o >/dev/null 2>&1
- mv -f .deps/state_align_search.Tpo .deps/state_align_search.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT tmat.lo -MD -MP -MF .deps/tmat.Tpo -c -o tmat.lo tmat.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT tmat.lo -MD -MP -MF .deps/tmat.Tpo -c tmat.c -fPIC -DPIC -o .libs/tmat.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT tmat.lo -MD -MP -MF .deps/tmat.Tpo -c tmat.c -o tmat.o >/dev/null 2>&1
- mv -f .deps/tmat.Tpo .deps/tmat.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT vector.lo -MD -MP -MF .deps/vector.Tpo -c -o vector.lo vector.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT vector.lo -MD -MP -MF .deps/vector.Tpo -c vector.c -fPIC -DPIC -o .libs/vector.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT vector.lo -MD -MP -MF .deps/vector.Tpo -c vector.c -o vector.o >/dev/null 2>&1
- mv -f .deps/vector.Tpo .deps/vector.Plo
- /bin/bash ../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT pocketsphinx.lo -MD -MP -MF .deps/pocketsphinx.Tpo -c -o pocketsphinx.lo pocketsphinx.c
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT pocketsphinx.lo -MD -MP -MF .deps/pocketsphinx.Tpo -c pocketsphinx.c -fPIC -DPIC -o .libs/pocketsphinx.o
- libtool: compile: gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"pocketsphinx 0.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/share/pocketsphinx/model\" -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT pocketsphinx.lo -MD -MP -MF .deps/pocketsphinx.Tpo -c pocketsphinx.c -o pocketsphinx.o >/dev/null 2>&1
- mv -f .deps/pocketsphinx.Tpo .deps/pocketsphinx.Plo
- /bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -version-info 2:0:1 -lm -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxad -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs -o libpocketsphinx.la -rpath /usr/local/lib acmod.lo bin_mdef.lo blkarray_list.lo dict.lo dict2pid.lo fsg_history.lo fsg_lextree.lo fsg_search.lo hmm.lo mdef.lo ms_gauden.lo ms_mgau.lo ms_senone.lo ngram_search.lo ngram_search_fwdtree.lo ngram_search_fwdflat.lo phone_loop_search.lo ps_alignment.lo ps_lattice.lo ps_mllr.lo ptm_mgau.lo s2_semi_mgau.lo state_align_search.lo tmat.lo vector.lo pocketsphinx.lo -lsphinxbase
- libtool: link: gcc -shared .libs/acmod.o .libs/bin_mdef.o .libs/blkarray_list.o .libs/dict.o .libs/dict2pid.o .libs/fsg_history.o .libs/fsg_lextree.o .libs/fsg_search.o .libs/hmm.o .libs/mdef.o .libs/ms_gauden.o .libs/ms_mgau.o .libs/ms_senone.o .libs/ngram_search.o .libs/ngram_search_fwdtree.o .libs/ngram_search_fwdflat.o .libs/phone_loop_search.o .libs/ps_alignment.o .libs/ps_lattice.o .libs/ps_mllr.o .libs/ptm_mgau.o .libs/s2_semi_mgau.o .libs/state_align_search.o .libs/tmat.o .libs/vector.o .libs/pocketsphinx.o -Wl,-rpath -Wl,/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxad -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase /home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm -Wl,-soname -Wl,libpocketsphinx.so.1 -o .libs/libpocketsphinx.so.1.1.0
- libtool: link: (cd ".libs" && rm -f "libpocketsphinx.so.1" && ln -s "libpocketsphinx.so.1.1.0" "libpocketsphinx.so.1")
- libtool: link: (cd ".libs" && rm -f "libpocketsphinx.so" && ln -s "libpocketsphinx.so.1.1.0" "libpocketsphinx.so")
- libtool: link: ar cru .libs/libpocketsphinx.a acmod.o bin_mdef.o blkarray_list.o dict.o dict2pid.o fsg_history.o fsg_lextree.o fsg_search.o hmm.o mdef.o ms_gauden.o ms_mgau.o ms_senone.o ngram_search.o ngram_search_fwdtree.o ngram_search_fwdflat.o phone_loop_search.o ps_alignment.o ps_lattice.o ps_mllr.o ptm_mgau.o s2_semi_mgau.o state_align_search.o tmat.o vector.o pocketsphinx.o
- libtool: link: ranlib .libs/libpocketsphinx.a
- libtool: link: ( cd ".libs" && rm -f "libpocketsphinx.la" && ln -s "../libpocketsphinx.la" "libpocketsphinx.la" )
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/libpocketsphinx'
- Making all in programs
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/programs'
- gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../src/libpocketsphinx -I../../include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT batch.o -MD -MP -MF .deps/batch.Tpo -c -o batch.o batch.c
- mv -f .deps/batch.Tpo .deps/batch.Po
- /bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxad -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs -o pocketsphinx_batch batch.o ../../src/libpocketsphinx/libpocketsphinx.la -lsphinxbase
- libtool: link: gcc -g -O2 -Wall -o .libs/pocketsphinx_batch batch.o -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxad -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase ../../src/libpocketsphinx/.libs/libpocketsphinx.so /home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm
- gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../src/libpocketsphinx -I../../include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT continuous.o -MD -MP -MF .deps/continuous.Tpo -c -o continuous.o continuous.c
- continuous.c: In function ‘recognize_from_file’:
- continuous.c:144:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- mv -f .deps/continuous.Tpo .deps/continuous.Po
- /bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxad -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs -o pocketsphinx_continuous continuous.o ../../src/libpocketsphinx/libpocketsphinx.la -lsphinxad -lsphinxbase
- libtool: link: gcc -g -O2 -Wall -o .libs/pocketsphinx_continuous continuous.o -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxad -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase ../../src/libpocketsphinx/.libs/libpocketsphinx.so /home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxad/.libs/libsphinxad.so /home/patrick/src/sphinxbase-0.8/src/libsphinxbase/.libs/libsphinxbase.so /home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm
- gcc -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"pocketsphinx\ 0.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../src/libpocketsphinx -I../../include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -I/usr/include/python2.7 -g -O2 -Wall -MT mdef_convert.o -MD -MP -MF .deps/mdef_convert.Tpo -c -o mdef_convert.o mdef_convert.c
- mv -f .deps/mdef_convert.Tpo .deps/mdef_convert.Po
- /bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxad -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs -o pocketsphinx_mdef_convert mdef_convert.o ../../src/libpocketsphinx/libpocketsphinx.la -lsphinxbase
- libtool: link: gcc -g -O2 -Wall -o .libs/pocketsphinx_mdef_convert mdef_convert.o -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxad -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase ../../src/libpocketsphinx/.libs/libpocketsphinx.so /home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/programs'
- Making all in gst-plugin
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
- make all-am
- make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
- make[3]: Nothing to be done for `all-am'.
- make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src'
- make[2]: Nothing to be done for `all-am'.
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src'
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src'
- Making all in doc
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/doc'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/doc'
- Making all in model
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model'
- Making all in hmm
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model/hmm'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model/hmm'
- Making all in lm
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model/lm'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model/lm'
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model'
- make[2]: Nothing to be done for `all-am'.
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model'
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model'
- Making all in include
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/include'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/include'
- Making all in test
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test'
- Making all in unit
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test/unit'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test/unit'
- Making all in regression
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test/regression'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test/regression'
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test'
- make[2]: Nothing to be done for `all-am'.
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test'
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test'
- Making all in python
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/python'
- test -z "" || cp "./pocketsphinx.c" pocketsphinx.c
- /usr/bin/python setup.py build
- running build
- running build_ext
- building 'pocketsphinx' extension
- creating build
- creating build/temp.linux-x86_64-2.7
- gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I../include -I../include -I../python -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include -I/usr/include/python2.7 -c pocketsphinx.c -o build/temp.linux-x86_64-2.7/pocketsphinx.o
- pocketsphinx.c: In function ‘__pyx_f_12pocketsphinx_7LatNode_set_node’:
- pocketsphinx.c:1170:22: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
- pocketsphinx.c:1179:26: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
- pocketsphinx.c: In function ‘__pyx_f_12pocketsphinx_7LatLink_set_link’:
- pocketsphinx.c:1897:22: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
- pocketsphinx.c:1906:26: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
- pocketsphinx.c: In function ‘__pyx_pf_12pocketsphinx_7Decoder_process_raw’:
- pocketsphinx.c:4618:17: warning: assignment from incompatible pointer type [enabled by default]
- pocketsphinx.c: At top level:
- pocketsphinx.c:5580:18: warning: ‘__pyx_pf_10sphinxbase_10NGramModel_2lw___get__’ defined but not used [-Wunused-function]
- pocketsphinx.c:5604:18: warning: ‘__pyx_pf_10sphinxbase_10NGramModel_3wip___get__’ defined but not used [-Wunused-function]
- pocketsphinx.c:5628:18: warning: ‘__pyx_pf_10sphinxbase_10NGramModel_2uw___get__’ defined but not used [-Wunused-function]
- pocketsphinx.c:5660:18: warning: ‘__pyx_pf_10sphinxbase_9NGramIter_8log_prob___get__’ defined but not used [-Wunused-function]
- pocketsphinx.c:5684:18: warning: ‘__pyx_pf_10sphinxbase_9NGramIter_8log_bowt___get__’ defined but not used [-Wunused-function]
- pocketsphinx.c:5716:18: warning: ‘__pyx_pf_10sphinxbase_9NGramIter_5words___get__’ defined but not used [-Wunused-function]
- creating build/lib.linux-x86_64-2.7
- gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/pocketsphinx.o -L../src/libpocketsphinx/.libs -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs -lpocketsphinx -lsphinxbase -o build/lib.linux-x86_64-2.7/pocketsphinx.so
- touch pymod-build-stamp
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/python'
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8'
- make[1]: Nothing to be done for `all-am'.
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8'
- patrick@jennifer-N53SV:~/src/pocketsphinx-0.8$ sudo make install
- Making install in src
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src'
- Making install in libpocketsphinx
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/libpocketsphinx'
- make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/libpocketsphinx'
- test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
- /bin/bash ../../libtool --mode=install /usr/bin/install -c libpocketsphinx.la '/usr/local/lib'
- libtool: install: warning: relinking `libpocketsphinx.la'
- libtool: install: (cd /home/patrick/src/pocketsphinx-0.8/src/libpocketsphinx; /bin/bash /home/patrick/src/pocketsphinx-0.8/libtool --tag CC --mode=relink gcc -g -O2 -Wall -version-info 2:0:1 -lm -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxad -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs -o libpocketsphinx.la -rpath /usr/local/lib acmod.lo bin_mdef.lo blkarray_list.lo dict.lo dict2pid.lo fsg_history.lo fsg_lextree.lo fsg_search.lo hmm.lo mdef.lo ms_gauden.lo ms_mgau.lo ms_senone.lo ngram_search.lo ngram_search_fwdtree.lo ngram_search_fwdflat.lo phone_loop_search.lo ps_alignment.lo ps_lattice.lo ps_mllr.lo ptm_mgau.lo s2_semi_mgau.lo state_align_search.lo tmat.lo vector.lo pocketsphinx.lo -lsphinxbase )
- libtool: relink: gcc -shared .libs/acmod.o .libs/bin_mdef.o .libs/blkarray_list.o .libs/dict.o .libs/dict2pid.o .libs/fsg_history.o .libs/fsg_lextree.o .libs/fsg_search.o .libs/hmm.o .libs/mdef.o .libs/ms_gauden.o .libs/ms_mgau.o .libs/ms_senone.o .libs/ngram_search.o .libs/ngram_search_fwdtree.o .libs/ngram_search_fwdflat.o .libs/phone_loop_search.o .libs/ps_alignment.o .libs/ps_lattice.o .libs/ps_mllr.o .libs/ptm_mgau.o .libs/s2_semi_mgau.o .libs/state_align_search.o .libs/tmat.o .libs/vector.o .libs/pocketsphinx.o -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/.libs -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxad -L/home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase -L/usr/local/lib -lsphinxbase -lpthread -lm -Wl,-soname -Wl,libpocketsphinx.so.1 -o .libs/libpocketsphinx.so.1.1.0
- libtool: install: /usr/bin/install -c .libs/libpocketsphinx.so.1.1.0T /usr/local/lib/libpocketsphinx.so.1.1.0
- libtool: install: (cd /usr/local/lib && { ln -s -f libpocketsphinx.so.1.1.0 libpocketsphinx.so.1 || { rm -f libpocketsphinx.so.1 && ln -s libpocketsphinx.so.1.1.0 libpocketsphinx.so.1; }; })
- libtool: install: (cd /usr/local/lib && { ln -s -f libpocketsphinx.so.1.1.0 libpocketsphinx.so || { rm -f libpocketsphinx.so && ln -s libpocketsphinx.so.1.1.0 libpocketsphinx.so; }; })
- libtool: install: /usr/bin/install -c .libs/libpocketsphinx.lai /usr/local/lib/libpocketsphinx.la
- libtool: install: /usr/bin/install -c .libs/libpocketsphinx.a /usr/local/lib/libpocketsphinx.a
- libtool: install: chmod 644 /usr/local/lib/libpocketsphinx.a
- libtool: install: ranlib /usr/local/lib/libpocketsphinx.a
- libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /usr/local/lib
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the `-LLIBDIR'
- flag during linking and do at least one of the following:
- - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
- during execution
- - add LIBDIR to the `LD_RUN_PATH' environment variable
- during linking
- - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- - have your system administrator add LIBDIR to `/etc/ld.so.conf'
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/libpocketsphinx'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/libpocketsphinx'
- Making install in programs
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/programs'
- make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/programs'
- test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
- /bin/bash ../../libtool --mode=install /usr/bin/install -c pocketsphinx_batch pocketsphinx_continuous pocketsphinx_mdef_convert '/usr/local/bin'
- libtool: install: /usr/bin/install -c .libs/pocketsphinx_batch /usr/local/bin/pocketsphinx_batch
- libtool: install: /usr/bin/install -c .libs/pocketsphinx_continuous /usr/local/bin/pocketsphinx_continuous
- libtool: install: /usr/bin/install -c .libs/pocketsphinx_mdef_convert /usr/local/bin/pocketsphinx_mdef_convert
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/programs'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/programs'
- Making install in gst-plugin
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
- make install-am
- make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
- make[4]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
- make[4]: Nothing to be done for `install-exec-am'.
- test -z "/usr/local/lib/gstreamer-0.10" || /bin/mkdir -p "/usr/local/lib/gstreamer-0.10"
- make[4]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
- make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src'
- make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src'
- make[3]: Nothing to be done for `install-exec-am'.
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src'
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src'
- Making install in doc
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/doc'
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/doc'
- make[2]: Nothing to be done for `install-exec-am'.
- test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
- /usr/bin/install -c -m 644 pocketsphinx_batch.1 pocketsphinx_continuous.1 pocketsphinx_mdef_convert.1 '/usr/local/share/man/man1'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/doc'
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/doc'
- Making install in model
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model'
- Making install in hmm
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model/hmm'
- make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model/hmm'
- make[3]: Nothing to be done for `install-exec-am'.
- test -z "/usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k" || /bin/mkdir -p "/usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k"
- /usr/bin/install -c -m 644 en_US/hub4wsj_sc_8k/feat.params en_US/hub4wsj_sc_8k/mdef en_US/hub4wsj_sc_8k/means en_US/hub4wsj_sc_8k/noisedict en_US/hub4wsj_sc_8k/sendump en_US/hub4wsj_sc_8k/transition_matrices en_US/hub4wsj_sc_8k/variances '/usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k'
- test -z "/usr/local/share/pocketsphinx/model/hmm/zh/tdt_sc_8k" || /bin/mkdir -p "/usr/local/share/pocketsphinx/model/hmm/zh/tdt_sc_8k"
- /usr/bin/install -c -m 644 zh/tdt_sc_8k/feat.params zh/tdt_sc_8k/mdef zh/tdt_sc_8k/means zh/tdt_sc_8k/noisedict zh/tdt_sc_8k/sendump zh/tdt_sc_8k/transition_matrices zh/tdt_sc_8k/variances '/usr/local/share/pocketsphinx/model/hmm/zh/tdt_sc_8k'
- test -z "/usr/local/share/pocketsphinx/model/hmm/en/tidigits" || /bin/mkdir -p "/usr/local/share/pocketsphinx/model/hmm/en/tidigits"
- /usr/bin/install -c -m 644 en/tidigits/feat.params en/tidigits/mdef en/tidigits/means en/tidigits/sendump en/tidigits/transition_matrices en/tidigits/variances '/usr/local/share/pocketsphinx/model/hmm/en/tidigits'
- make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model/hmm'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model/hmm'
- Making install in lm
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model/lm'
- make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model/lm'
- make[3]: Nothing to be done for `install-exec-am'.
- test -z "/usr/local/share/pocketsphinx/model/lm/en" || /bin/mkdir -p "/usr/local/share/pocketsphinx/model/lm/en"
- /usr/bin/install -c -m 644 en/tidigits.dic en/tidigits.DMP en/tidigits.fsg en/turtle.dic en/turtle.DMP '/usr/local/share/pocketsphinx/model/lm/en'
- test -z "/usr/local/share/pocketsphinx/model/lm/en_US" || /bin/mkdir -p "/usr/local/share/pocketsphinx/model/lm/en_US"
- /usr/bin/install -c -m 644 en_US/cmu07a.dic en_US/hub4.5000.DMP en_US/hub4.5000.dic en_US/wsj0vp.5000.DMP '/usr/local/share/pocketsphinx/model/lm/en_US'
- test -z "/usr/local/share/pocketsphinx/model/lm/zh_CN" || /bin/mkdir -p "/usr/local/share/pocketsphinx/model/lm/zh_CN"
- /usr/bin/install -c -m 644 zh_CN/gigatdt.5000.DMP zh_CN/mandarin_notone.dic '/usr/local/share/pocketsphinx/model/lm/zh_CN'
- test -z "/usr/local/share/pocketsphinx/model/lm/zh_TW" || /bin/mkdir -p "/usr/local/share/pocketsphinx/model/lm/zh_TW"
- /usr/bin/install -c -m 644 zh_TW/gigatdt.5000.DMP zh_TW/mandarin_notone.dic '/usr/local/share/pocketsphinx/model/lm/zh_TW'
- make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model/lm'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model/lm'
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model'
- make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model'
- make[3]: Nothing to be done for `install-exec-am'.
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model'
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model'
- Making install in include
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/include'
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/include'
- make[2]: Nothing to be done for `install-exec-am'.
- test -z "/usr/local/include/pocketsphinx" || /bin/mkdir -p "/usr/local/include/pocketsphinx"
- /usr/bin/install -c -m 644 cmdln_macro.h fsg_set.h ps_lattice.h ps_mllr.h pocketsphinx_export.h pocketsphinx.h '/usr/local/include/pocketsphinx'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/include'
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/include'
- Making install in test
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test'
- Making install in unit
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test/unit'
- make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test/unit'
- make[3]: Nothing to be done for `install-exec-am'.
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test/unit'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test/unit'
- Making install in regression
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test/regression'
- make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test/regression'
- make[3]: Nothing to be done for `install-exec-am'.
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test/regression'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test/regression'
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test'
- make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test'
- make[3]: Nothing to be done for `install-exec-am'.
- make[3]: Nothing to be done for `install-data-am'.
- make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test'
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test'
- Making install in python
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/python'
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/python'
- /usr/bin/python setup.py install --prefix /usr/local `python -c 'import setuptools' 2>/dev/null && echo --single-version-externally-managed --record filelist.txt`
- running install
- running build
- running build_ext
- running install_lib
- copying build/lib.linux-x86_64-2.7/pocketsphinx.so -> /usr/local/lib/python2.7/dist-packages
- running install_egg_info
- running egg_info
- creating PocketSphinx.egg-info
- writing PocketSphinx.egg-info/PKG-INFO
- writing top-level names to PocketSphinx.egg-info/top_level.txt
- writing dependency_links to PocketSphinx.egg-info/dependency_links.txt
- writing manifest file 'PocketSphinx.egg-info/SOURCES.txt'
- reading manifest file 'PocketSphinx.egg-info/SOURCES.txt'
- writing manifest file 'PocketSphinx.egg-info/SOURCES.txt'
- Copying PocketSphinx.egg-info to /usr/local/lib/python2.7/dist-packages/PocketSphinx-0.8-py2.7.egg-info
- running install_scripts
- writing list of installed files to 'filelist.txt'
- test -z "/usr/local/include/pocketsphinx" || /bin/mkdir -p "/usr/local/include/pocketsphinx"
- /usr/bin/install -c -m 644 pocketsphinx.pxd '/usr/local/include/pocketsphinx'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/python'
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/python'
- make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8'
- make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8'
- make[2]: Nothing to be done for `install-exec-am'.
- test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
- /usr/bin/install -c -m 644 pocketsphinx.pc '/usr/local/lib/pkgconfig'
- make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8'
- make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8'
- patrick@jennifer-N53SV:~/src/pocketsphinx-0.8$ cd ..
- patrick@jennifer-N53SV:~/src$ ls
- pocketsphinx-0.8 pocketsphinx-0.8.tar.gz sphinxbase-0.8 sphinxbase-0.8.tar.gz
- patrick@jennifer-N53SV:~/src$ cd ~/git/jasper-client/client/
- patrick@jennifer-N53SV:~/git/jasper-client/client$ python main.py
- Traceback (most recent call last):
- File "main.py", line 3, in <module>
- from conversation import Conversation
- File "/home/patrick/git/jasper-client/client/conversation.py", line 2, in <module>
- from musicmode import *
- File "/home/patrick/git/jasper-client/client/musicmode.py", line 6, in <module>
- from mic import Mic
- File "/home/patrick/git/jasper-client/client/mic.py", line 17, in <module>
- import pocketsphinx as ps
- ImportError: libpocketsphinx.so.1: cannot open shared object file: No such file or directory
- patrick@jennifer-N53SV:~/git/jasper-client/client$ source ~/.bashrc
- patrick@jennifer-N53SV:~/git/jasper-client/client$ python main.py
- Traceback (most recent call last):
- File "main.py", line 3, in <module>
- from conversation import Conversation
- File "/home/patrick/git/jasper-client/client/conversation.py", line 2, in <module>
- from musicmode import *
- File "/home/patrick/git/jasper-client/client/musicmode.py", line 6, in <module>
- from mic import Mic
- File "/home/patrick/git/jasper-client/client/mic.py", line 17, in <module>
- import pocketsphinx as ps
- ImportError: libpocketsphinx.so.1: cannot open shared object file: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement