Advertisement
patvdleer

compile sphinx 8

Apr 11th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 259.47 KB | None | 0 0
  1. patrick@jennifer-N53SV:~/git/jasper-client$ git pull
  2. Updating 4adcfda..9c240ba
  3. Fast-forward
  4.  client/modules/Weather.py |   10 ++++++++--
  5.  client/populate.py        |   24 +++++++++++++++++-------
  6.  client/requirements.txt   |    7 -------
  7.  3 files changed, 25 insertions(+), 16 deletions(-)
  8. patrick@jennifer-N53SV:~/git/jasper-client$ aptitude search sphinx
  9. p   gstreamer0.10-pocketsphinx      - lightweight speech recognition - GStreamer
  10. p   gstreamer0.10-pocketsphinx:i386 - lightweight speech recognition - GStreamer
  11. p   libjs-sphinxdoc                 - JavaScript support for Sphinx documentatio
  12. p   libpocketsphinx-dev             - lightweight speech recognition - developme
  13. p   libpocketsphinx-dev:i386        - lightweight speech recognition - developme
  14. i A libpocketsphinx1                - lightweight speech recognition - library  
  15. p   libpocketsphinx1:i386           - lightweight speech recognition - library  
  16. p   libsphinx-search-perl           - Perl module for Sphinx search engine      
  17. p   libsphinxbase-dev               - Sphinx base libraries - development files
  18. p   libsphinxbase-dev:i386          - Sphinx base libraries - development files
  19. i A libsphinxbase1                  - Sphinx base libraries                    
  20. p   libsphinxbase1:i386             - Sphinx base libraries                    
  21. p   pocketsphinx-hmm-tidigits       - lightweight speech recognition - TIDIGITS
  22. p   pocketsphinx-hmm-wsj1           - lightweight speech recognition - WSJ1 acou
  23. p   pocketsphinx-lm-wsj             - lightweight speech recognition - WSJ langu
  24. p   pocketsphinx-utils              - lightweight speech recognition - command-l
  25. p   pocketsphinx-utils:i386         - lightweight speech recognition - command-l
  26. i   python-pocketsphinx             - lightweight speech recognition - Python mo
  27. p   python-pocketsphinx:i386        - lightweight speech recognition - Python mo
  28. p   python-pocketsphinx-dbg         - lightweight speech recognition - Python mo
  29. p   python-pocketsphinx-dbg:i386    - lightweight speech recognition - Python mo
  30. p   python-repoze.sphinx.autointerf - Sphinx extension that auto-generates API d
  31. p   python-sphinx                   - documentation generator for Python project
  32. p   python-sphinx-issuetracker      - Sphinx integration with different issue tr
  33. i A python-sphinxbase               - Sphinx base libraries - Python module    
  34. p   python-sphinxbase:i386          - Sphinx base libraries - Python module    
  35. p   python-sphinxbase-dbg           - Sphinx base libraries - Python module (deb
  36. p   python-sphinxbase-dbg:i386      - Sphinx base libraries - Python module (deb
  37. p   python-sphinxcontrib.issuetrack - Sphinx integration with different issue tr
  38. p   python-sphinxcontrib.spelling   - Sphinx "spelling" extension              
  39. v   python2.7-pocketsphinx          -                                          
  40. v   python2.7-pocketsphinx:i386     -                                          
  41. v   python2.7-pocketsphinx-dbg      -                                          
  42. v   python2.7-pocketsphinx-dbg:i386 -                                          
  43. v   python2.7-sphinxbase            -                                          
  44. v   python2.7-sphinxbase:i386       -                                          
  45. v   python2.7-sphinxbase-dbg        -                                          
  46. v   python2.7-sphinxbase-dbg:i386   -                                          
  47. p   python3-sphinx                  - documentation generator for Python project
  48. p   sphinx-common                   - documentation generator for Python project
  49. p   sphinx-doc                      - documentation generator for Python project
  50. p   sphinxbase-utils                - Sphinx base libraries - utilities        
  51. p   sphinxbase-utils:i386           - Sphinx base libraries - utilities        
  52. p   sphinxsearch                    - Fast standalone full-text SQL search engin
  53. p   sphinxsearch:i386               - Fast standalone full-text SQL search engin
  54. patrick@jennifer-N53SV:~/git/jasper-client$ sudo apt-get remove python-sphinxbase
  55. [sudo] password for patrick:
  56. Reading package lists... Done
  57. Building dependency tree      
  58. Reading state information... Done
  59. The following packages were automatically installed and are no longer required:
  60.   libpocketsphinx1 libsphinxbase1
  61. Use 'apt-get autoremove' to remove them.
  62. The following packages will be REMOVED:
  63.   python-pocketsphinx python-sphinxbase
  64. 0 upgraded, 0 newly installed, 2 to remove and 37 not upgraded.
  65. After this operation, 184 kB disk space will be freed.
  66. Do you want to continue [Y/n]? ^Cpatrick@jennifer-N53SV:~/git/jasper-client$ sudo apt-get autoremove python-sphinxbase
  67. Reading package lists... Done
  68. Building dependency tree      
  69. Reading state information... Done
  70. The following packages will be REMOVED:
  71.   libpocketsphinx1 libsphinxbase1 python-pocketsphinx python-sphinxbase
  72. 0 upgraded, 0 newly installed, 4 to remove and 37 not upgraded.
  73. After this operation, 719 kB disk space will be freed.
  74. Do you want to continue [Y/n]?
  75. (Reading database ... 614608 files and directories currently installed.)
  76. Removing python-pocketsphinx ...
  77. Removing libpocketsphinx1 ...
  78. Removing python-sphinxbase ...
  79. Removing libsphinxbase1 ...
  80. Processing triggers for python-support ...
  81. Processing triggers for libc-bin ...
  82. ldconfig deferred processing now taking place
  83. patrick@jennifer-N53SV:~/git/jasper-client$ cd ~
  84. patrick@jennifer-N53SV:~$ mkdir src
  85. patrick@jennifer-N53SV:~$ cd src
  86. patrick@jennifer-N53SV:~/src$ wget http://downloads.sourceforge.net/project/cmusphinx/sphinxbase/0.8/sphinxbase-0.8.tar.gz
  87. --2014-04-11 11:04:59--  http://downloads.sourceforge.net/project/cmusphinx/sphinxbase/0.8/sphinxbase-0.8.tar.gz
  88. Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
  89. Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
  90. HTTP request sent, awaiting response... 302 Found
  91. Location: http://freefr.dl.sourceforge.net/project/cmusphinx/sphinxbase/0.8/sphinxbase-0.8.tar.gz [following]
  92. --2014-04-11 11:04:59--  http://freefr.dl.sourceforge.net/project/cmusphinx/sphinxbase/0.8/sphinxbase-0.8.tar.gz
  93. Resolving freefr.dl.sourceforge.net (freefr.dl.sourceforge.net)... 88.191.250.136, 2a01:e0d:1:8:58bf:fa88:0:1
  94. Connecting to freefr.dl.sourceforge.net (freefr.dl.sourceforge.net)|88.191.250.136|:80... connected.
  95. HTTP request sent, awaiting response... 200 OK
  96. Length: 3313197 (3.2M) [application/x-gzip]
  97. Saving to: `sphinxbase-0.8.tar.gz'
  98.  
  99. 100%[===========================================================================================================================================================================>] 3,313,197    581K/s   in 5.6s    
  100.  
  101. 2014-04-11 11:05:07 (581 KB/s) - `sphinxbase-0.8.tar.gz' saved [3313197/3313197]
  102.  
  103. patrick@jennifer-N53SV:~/src$ wget http://downloads.sourceforge.net/project/cmusphinx/pocketsphinx/0.8/pocketsphinx-0.8.tar.gz
  104. --2014-04-11 11:05:07--  http://downloads.sourceforge.net/project/cmusphinx/pocketsphinx/0.8/pocketsphinx-0.8.tar.gz
  105. Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
  106. Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
  107. HTTP request sent, awaiting response... 302 Found
  108. Location: http://sunet.dl.sourceforge.net/project/cmusphinx/pocketsphinx/0.8/pocketsphinx-0.8.tar.gz [following]
  109. --2014-04-11 11:05:07--  http://sunet.dl.sourceforge.net/project/cmusphinx/pocketsphinx/0.8/pocketsphinx-0.8.tar.gz
  110. Resolving sunet.dl.sourceforge.net (sunet.dl.sourceforge.net)... 194.71.11.73
  111. Connecting to sunet.dl.sourceforge.net (sunet.dl.sourceforge.net)|194.71.11.73|:80... connected.
  112. HTTP request sent, awaiting response... 200 OK
  113. Length: 23781837 (23M) [application/x-gzip]
  114. Saving to: `pocketsphinx-0.8.tar.gz'
  115.  
  116. 100%[===========================================================================================================================================================================>] 23,781,837  2.36M/s   in 11s    
  117.  
  118. 2014-04-11 11:05:18 (2.11 MB/s) - `pocketsphinx-0.8.tar.gz'"+="... yes
  119. checking for /usr/bin/ld option to reload object files... -r
  120. checking for objdump... objdump
  121. checking how to recognize dependent libraries... pass_all
  122. checking for ar... ar
  123. checking for strip... strip
  124. checking for ranlib... ranlib
  125. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  126. checking for dlfcn.h... yes
  127. checking for objdir... .libs
  128. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  129. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  130. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  131. checking if gcc -std=gnu99 static flag -static works... yes
  132. checking if gcc -std=gnu99 supports -c -o file.o... yes
  133. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  134. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  135. checking whether -lc should be explicitly linked in... no
  136. checking dynamic linker characteristics... GNU/Linux ld.so
  137. checking how to hardcode library paths into programs... immediate
  138. checking whether stripping libraries is possible... yes
  139. checking if libtool supports shared libraries... yes
  140. checking whether to build shared libraries... yes
  141. checking whether to build static libraries... yes
  142. checking for doxygen... no
  143. checking for python... /usr/bin/python
  144. checking for python-config... /usr/bin/python-config
  145. checking Python.h usability... yes
  146. checking Python.h presence... yes
  147. checking for Python.h... yes
  148. checking for cython... no
  149. checking for pkg-config... yes
  150. checking for pkg-config... /usr/bin/pkg-config
  151. checking pkg-config is at least version 0.9.0... yes
  152. checking for SNDFILE... no
  153. checking sndfile.h usability... no
  154. checking sndfile.h presence... no
  155. checking for sndfile.h... no
  156. checking for SAMPLERATE... no
  157. checking samplerate.h usability... no
  158. checking samplerate.h presence... no
  159. checking for samplerate.h... no
  160. configure: creating ./config.status
  161. config.status: creating sphinxbase.pc
  162. config.status: creating Makefile
  163. config.status: creating include/Makefile
  164. config.status: creating include/sphinxbase/Makefile
  165. config.status: creating python/Makefile
  166. config.status: creating python/setup.py
  167. config.status: creating src/Makefile
  168. config.status: creating src/libsphinxad/Makefile
  169. config.status: creating src/libsphinxbase/Makefile
  170. config.status: creating src/libsphinxbase/util/Makefile
  171. config.status: creating src/libsphinxbase/feat/Makefile
  172. config.status: creating src/libsphinxbase/fe/Makefile
  173. config.status: creating src/libsphinxbase/lm/Makefile
  174. config.status: creating src/sphinx_fe/Makefile
  175. config.status: creating src/sphinx_cepview/Makefile
  176. config.status: creating src/sphinx_jsgf2fsg/Makefile
  177. config.status: creating src/sphinx_adtools/Makefile
  178. config.status: creating src/sphinx_lmtools/Makefile
  179. config.status: creating doc/Makefile
  180. config.status: creating doc/doxyfile
  181. config.status: creating test/Makefile
  182. config.status: creating test/unit/testfuncs.sh
  183. config.status: creating test/unit/Makefile
  184. config.status: creating test/unit/test_ad/Makefile
  185. config.status: creating test/unit/test_alloc/Makefile
  186. config.status: creating test/unit/test_bitvec/Makefile
  187. config.status: creating test/unit/test_case/Makefile
  188. config.status: creating test/unit/test_string/Makefile
  189. config.status: creating test/unit/test_cmdln/Makefile
  190. config.status: creating test/unit/test_hash/Makefile
  191. config.status: creating test/unit/test_matrix/Makefile
  192. config.status: creating test/unit/test_feat/Makefile
  193. config.status: creating test/unit/test_fe/Makefile
  194. config.status: creating test/unit/test_logmath/Makefile
  195. config.status: creating test/unit/test_lineiter/Makefile
  196. config.status: creating test/unit/test_ngram/Makefile
  197. config.status: creating test/unit/test_fsg/Makefile
  198. config.status: creating test/unit/test_thread/Makefile
  199. config.status: creating test/unit/test_util/Makefile
  200. config.status: creating test/regression/testfuncs.sh
  201. config.status: creating test/regression/Makefile
  202. config.status: creating include/config.h
  203. config.status: creating include/sphinx_config.h
  204. config.status: executing depfiles commands
  205. config.status: executing libtool commands
  206. patrick@jennifer-N53SV:~/src/sphinxbase-0.8$ make
  207. Making all in src
  208. make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/src'
  209. Making all in libsphinxbase
  210. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
  211. Making all in util
  212. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util'
  213. /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
  214. 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
  215. 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
  216. mv -f .deps/bitvec.Tpo .deps/bitvec.Plo
  217. /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
  218. 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
  219. 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
  220. mv -f .deps/bio.Tpo .deps/bio.Plo
  221. /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
  222. 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
  223. 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
  224. mv -f .deps/case.Tpo .deps/case.Plo
  225. /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
  226. 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
  227. 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
  228. mv -f .deps/ckd_alloc.Tpo .deps/ckd_alloc.Plo
  229. /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
  230. 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
  231. 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
  232. mv -f .deps/dtoa.Tpo .deps/dtoa.Plo
  233. /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
  234. 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
  235. 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
  236. mv -f .deps/listelem_alloc.Tpo .deps/listelem_alloc.Plo
  237. /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
  238. 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
  239. 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
  240. mv -f .deps/cmd_ln.Tpo .deps/cmd_ln.Plo
  241. /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
  242. 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
  243. 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
  244. mv -f .deps/err.Tpo .deps/err.Plo
  245. /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
  246. 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
  247. 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
  248. mv -f .deps/filename.Tpo .deps/filename.Plo
  249. /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
  250. 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
  251. 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
  252. mv -f .deps/genrand.Tpo .deps/genrand.Plo
  253. /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
  254. 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
  255. 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
  256. mv -f .deps/glist.Tpo .deps/glist.Plo
  257. /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
  258. 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
  259. 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
  260. mv -f .deps/hash_table.Tpo .deps/hash_table.Plo
  261. /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
  262. 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
  263. 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
  264. mv -f .deps/heap.Tpo .deps/heap.Plo
  265. /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
  266. 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
  267. 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
  268. mv -f .deps/huff_code.Tpo .deps/huff_code.Plo
  269. /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
  270. 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
  271. 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
  272. mv -f .deps/info.Tpo .deps/info.Plo
  273. /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
  274. 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
  275. 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
  276. mv -f .deps/logmath.Tpo .deps/logmath.Plo
  277. /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
  278. 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
  279. 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
  280. mv -f .deps/mmio.Tpo .deps/mmio.Plo
  281. /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
  282. 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
  283. 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
  284. mv -f .deps/pio.Tpo .deps/pio.Plo
  285. /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
  286. 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
  287. 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
  288. mv -f .deps/matrix.Tpo .deps/matrix.Plo
  289. /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
  290. 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
  291. 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
  292. mv -f .deps/profile.Tpo .deps/profile.Plo
  293. /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
  294. 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
  295. 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
  296. mv -f .deps/sbthread.Tpo .deps/sbthread.Plo
  297. /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
  298. 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
  299. 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
  300. mv -f .deps/strfuncs.Tpo .deps/strfuncs.Plo
  301. /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
  302. 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
  303. 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
  304. mv -f .deps/unlimit.Tpo .deps/unlimit.Plo
  305. /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
  306. 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
  307. 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
  308. mv -f .deps/utf8.Tpo .deps/utf8.Plo
  309. /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
  310. 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
  311. 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
  312. mv -f .deps/slamch.Tpo .deps/slamch.Plo
  313. /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
  314. 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
  315. slapack_lite.c: In function ‘ilaenv_’:
  316. slapack_lite.c:346:2: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  317. slapack_lite.c:347:3: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  318. slapack_lite.c:351:3: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  319. slapack_lite.c:352:4: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  320. 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
  321. mv -f .deps/slapack_lite.Tpo .deps/slapack_lite.Plo
  322. /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
  323. 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
  324. blas_lite.c: In function ‘lsame_’:
  325. blas_lite.c:101:2: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  326. blas_lite.c:102:3: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  327. blas_lite.c:105:2: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  328. blas_lite.c:106:3: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  329. blas_lite.c: In function ‘sgemm_’:
  330. blas_lite.c:425:5: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  331. blas_lite.c:237:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable]
  332. blas_lite.c: In function ‘sgemv_’:
  333. blas_lite.c:726:5: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  334. blas_lite.c: In function ‘ssymm_’:
  335. blas_lite.c:1138:5: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  336. blas_lite.c: In function ‘ssyrk_’:
  337. blas_lite.c:1450:5: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  338. 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
  339. mv -f .deps/blas_lite.Tpo .deps/blas_lite.Plo
  340. /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
  341. 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
  342. 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
  343. mv -f .deps/f2c_lite.Tpo .deps/f2c_lite.Plo
  344. /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
  345. 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
  346. libtool: link: ranlib .libs/libsphinxutil.a
  347. libtool: link: ( cd ".libs" && rm -f "libsphinxutil.la" && ln -s "../libsphinxutil.la" "libsphinxutil.la" )
  348. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util'
  349. Making all in fe
  350. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe'
  351. /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
  352. 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
  353. 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
  354. mv -f .deps/fe_interface.Tpo .deps/fe_interface.Plo
  355. /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
  356. 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
  357. 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
  358. mv -f .deps/fe_sigproc.Tpo .deps/fe_sigproc.Plo
  359. /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
  360. 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
  361. 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
  362. mv -f .deps/fe_warp_affine.Tpo .deps/fe_warp_affine.Plo
  363. /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
  364. 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
  365. 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
  366. mv -f .deps/fe_warp.Tpo .deps/fe_warp.Plo
  367. /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
  368. 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
  369. 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
  370. mv -f .deps/fe_warp_inverse_linear.Tpo .deps/fe_warp_inverse_linear.Plo
  371. /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
  372. 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
  373. 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
  374. mv -f .deps/fe_warp_piecewise_linear.Tpo .deps/fe_warp_piecewise_linear.Plo
  375. /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
  376. 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
  377. 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
  378. mv -f .deps/fixlog.Tpo .deps/fixlog.Plo
  379. /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
  380. 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
  381. 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
  382. mv -f .deps/yin.Tpo .deps/yin.Plo
  383. /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
  384. 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
  385. libtool: link: ranlib .libs/libsphinxfe.a
  386. libtool: link: ( cd ".libs" && rm -f "libsphinxfe.la" && ln -s "../libsphinxfe.la" "libsphinxfe.la" )
  387. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe'
  388. Making all in feat
  389. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat'
  390. /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
  391. 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
  392. 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
  393. mv -f .deps/agc.Tpo .deps/agc.Plo
  394. /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
  395. 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
  396. 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
  397. mv -f .deps/cmn.Tpo .deps/cmn.Plo
  398. /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
  399. 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
  400. 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
  401. mv -f .deps/cmn_prior.Tpo .deps/cmn_prior.Plo
  402. /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
  403. 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
  404. 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
  405. mv -f .deps/lda.Tpo .deps/lda.Plo
  406. /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
  407. 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
  408. 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
  409. mv -f .deps/feat.Tpo .deps/feat.Plo
  410. /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
  411. libtool: link: ar cru .libs/libsphinxfeat.a .libs/agc.o .libs/cmn.o .libs/cmn_prior.o .libs/lda.o .libs/feat.o
  412. libtool: link: ranlib .libs/libsphinxfeat.a
  413. libtool: link: ( cd ".libs" && rm -f "libsphinxfeat.la" && ln -s "../libsphinxfeat.la" "libsphinxfeat.la" )
  414. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat'
  415. Making all in lm
  416. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
  417. make  all-am
  418. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
  419. /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
  420. 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
  421. 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
  422. mv -f .deps/lm3g_model.Tpo .deps/lm3g_model.Plo
  423. /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
  424. 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
  425. 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
  426. mv -f .deps/ngram_model.Tpo .deps/ngram_model.Plo
  427. /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
  428. 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
  429. 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
  430. mv -f .deps/ngram_model_arpa.Tpo .deps/ngram_model_arpa.Plo
  431. /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
  432. 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
  433. 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
  434. mv -f .deps/ngram_model_dmp.Tpo .deps/ngram_model_dmp.Plo
  435. /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
  436. 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
  437. ngram_model_dmp32.c:93:22: warning: ‘ngram_model_dmp32_funcs’ defined but not used [-Wunused-variable]
  438. 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
  439. mv -f .deps/ngram_model_dmp32.Tpo .deps/ngram_model_dmp32.Plo
  440. /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
  441. 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
  442. 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
  443. mv -f .deps/ngram_model_set.Tpo .deps/ngram_model_set.Plo
  444. /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
  445. 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
  446. 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
  447. mv -f .deps/fsg_model.Tpo .deps/fsg_model.Plo
  448. /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
  449. 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
  450. jsgf.c: In function ‘jsgf_parse_file’:
  451. jsgf.c:755:5: warning: implicit declaration of function ‘yyparse’ [-Wimplicit-function-declaration]
  452. 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
  453. mv -f .deps/jsgf.Tpo .deps/jsgf.Plo
  454. /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
  455. 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
  456. jsgf_scanner.c:1394:17: warning: ‘yyunput’ defined but not used [-Wunused-function]
  457. 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
  458. mv -f .deps/jsgf_scanner.Tpo .deps/jsgf_scanner.Plo
  459. /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
  460. 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
  461. 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
  462. mv -f .deps/jsgf_parser.Tpo .deps/jsgf_parser.Plo
  463. /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
  464. 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
  465. libtool: link: ranlib .libs/libsphinxlm.a
  466. libtool: link: ( cd ".libs" && rm -f "libsphinxlm.la" && ln -s "../libsphinxlm.la" "libsphinxlm.la" )
  467. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
  468. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
  469. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
  470. /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
  471. 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
  472. libtool: link: (cd ".libs" && rm -f "libsphinxbase.so.1" && ln -s "libsphinxbase.so.1.1.1" "libsphinxbase.so.1")
  473. libtool: link: (cd ".libs" && rm -f "libsphinxbase.so" && ln -s "libsphinxbase.so.1.1.1" "libsphinxbase.so")
  474. libtool: link: (cd .libs/libsphinxbase.lax/libsphinxutil.a && ar x "/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util/.libs/libsphinxutil.a")
  475. libtool: link: (cd .libs/libsphinxbase.lax/libsphinxfe.a && ar x "/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe/.libs/libsphinxfe.a")
  476. libtool: link: (cd .libs/libsphinxbase.lax/libsphinxfeat.a && ar x "/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat/.libs/libsphinxfeat.a")
  477. libtool: link: (cd .libs/libsphinxbase.lax/libsphinxlm.a && ar x "/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm/.libs/libsphinxlm.a")
  478. 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
  479. libtool: link: ranlib .libs/libsphinxbase.a
  480. libtool: link: rm -fr .libs/libsphinxbase.lax
  481. libtool: link: ( cd ".libs" && rm -f "libsphinxbase.la" && ln -s "../libsphinxbase.la" "libsphinxbase.la" )
  482. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
  483. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
  484. Making all in libsphinxad
  485. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxad'
  486. /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
  487. 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
  488. 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
  489. mv -f .deps/cont_ad_base.Tpo .deps/cont_ad_base.Plo
  490. /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
  491. 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
  492. 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
  493. mv -f .deps/ad_oss.Tpo .deps/ad_oss.Plo
  494. /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
  495. 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
  496. libtool: link: (cd ".libs" && rm -f "libsphinxad.so.0" && ln -s "libsphinxad.so.0.0.1" "libsphinxad.so.0")
  497. libtool: link: (cd ".libs" && rm -f "libsphinxad.so" && ln -s "libsphinxad.so.0.0.1" "libsphinxad.so")
  498. libtool: link: ar cru .libs/libsphinxad.a  cont_ad_base.o ad_oss.o
  499. libtool: link: ranlib .libs/libsphinxad.a
  500. libtool: link: ( cd ".libs" && rm -f "libsphinxad.la" && ln -s "../libsphinxad.la" "libsphinxad.la" )
  501. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxad'
  502. Making all in sphinx_fe
  503. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_fe'
  504. 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
  505. sphinx_fe.c: In function ‘output_frames_text’:
  506. sphinx_fe.c:708:13: warning: format ‘%g’ expects argument of type ‘double’, but argument 3 has type ‘mfcc_t’ [-Wformat]
  507. mv -f .deps/sphinx_fe.Tpo .deps/sphinx_fe.Po
  508. /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
  509. libtool: link: gcc -std=gnu99 -g -O2 -Wall -o .libs/sphinx_fe sphinx_fe.o  ../../src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm
  510. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_fe'
  511. Making all in sphinx_cepview
  512. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_cepview'
  513. 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
  514. mv -f .deps/main_cepview.Tpo .deps/main_cepview.Po
  515. /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
  516. libtool: link: gcc -std=gnu99 -g -O2 -Wall -o .libs/sphinx_cepview main_cepview.o  ../../src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm
  517. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_cepview'
  518. Making all in sphinx_jsgf2fsg
  519. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_jsgf2fsg'
  520. 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
  521. mv -f .deps/main.Tpo .deps/main.Po
  522. /bin/bash ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2 -Wall   -o sphinx_jsgf2fsg main.o ../../src/libsphinxbase/libsphinxbase.la -lpthread -lm
  523. libtool: link: gcc -std=gnu99 -g -O2 -Wall -o .libs/sphinx_jsgf2fsg main.o  ../../src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm
  524. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_jsgf2fsg'
  525. Making all in sphinx_adtools
  526. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_adtools'
  527. 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
  528. mv -f .deps/cont_adseg.Tpo .deps/cont_adseg.Po
  529. /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
  530. 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
  531. 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
  532. mv -f .deps/cont_fileseg.Tpo .deps/cont_fileseg.Po
  533. /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
  534. 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
  535. 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
  536. mv -f .deps/sphinx_pitch.Tpo .deps/sphinx_pitch.Po
  537. /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
  538. 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
  539. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_adtools'
  540. Making all in sphinx_lmtools
  541. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_lmtools'
  542. 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
  543. sphinx_lm_eval.c: In function ‘main’:
  544. sphinx_lm_eval.c:230:22: warning: ‘lscr’ may be used uninitialized in this function [-Wuninitialized]
  545. sphinx_lm_eval.c:196:29: note: ‘lscr’ was declared here
  546. mv -f .deps/sphinx_lm_eval.Tpo .deps/sphinx_lm_eval.Po
  547. /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
  548. 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
  549. 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
  550. mv -f .deps/sphinx_lm_convert.Tpo .deps/sphinx_lm_convert.Po
  551. /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
  552. 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
  553. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_lmtools'
  554. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src'
  555. make[2]: Nothing to be done for `all-am'.
  556. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src'
  557. make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src'
  558. Making all in doc
  559. make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/doc'
  560. make[1]: Nothing to be done for `all'.
  561. make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/doc'
  562. Making all in include
  563. make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/include'
  564. make  all-recursive
  565. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/include'
  566. Making all in sphinxbase
  567. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/include/sphinxbase'
  568. make[3]: Nothing to be done for `all'.
  569. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include/sphinxbase'
  570. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/include'
  571. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include'
  572. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include'
  573. make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include'
  574. Making all in test
  575. make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/test'
  576. Making all in unit
  577. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit'
  578. Making all in test_ad
  579. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ad'
  580. make[3]: Nothing to be done for `all'.
  581. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ad'
  582. Making all in test_alloc
  583. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_alloc'
  584. make[3]: Nothing to be done for `all'.
  585. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_alloc'
  586. Making all in test_bitvec
  587. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_bitvec'
  588. make[3]: Nothing to be done for `all'.
  589. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_bitvec'
  590. Making all in test_case
  591. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_case'
  592. make[3]: Nothing to be done for `all'.
  593. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_case'
  594. Making all in test_string
  595. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_string'
  596. make[3]: Nothing to be done for `all'.
  597. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_string'
  598. Making all in test_cmdln
  599. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_cmdln'
  600. make[3]: Nothing to be done for `all'.
  601. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_cmdln'
  602. Making all in test_hash
  603. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_hash'
  604. make[3]: Nothing to be done for `all'.
  605. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_hash'
  606. Making all in test_matrix
  607. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_matrix'
  608. make[3]: Nothing to be done for `all'.
  609. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_matrix'
  610. Making all in test_fe
  611. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fe'
  612. make[3]: Nothing to be done for `all'.
  613. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fe'
  614. Making all in test_feat
  615. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_feat'
  616. make[3]: Nothing to be done for `all'.
  617. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_feat'
  618. Making all in test_lineiter
  619. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_lineiter'
  620. make[3]: Nothing to be done for `all'.
  621. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_lineiter'
  622. Making all in test_logmath
  623. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_logmath'
  624. make[3]: Nothing to be done for `all'.
  625. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_logmath'
  626. Making all in test_ngram
  627. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ngram'
  628. make[3]: Nothing to be done for `all'.
  629. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ngram'
  630. Making all in test_fsg
  631. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fsg'
  632. make[3]: Nothing to be done for `all'.
  633. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fsg'
  634. Making all in test_util
  635. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_util'
  636. make[3]: Nothing to be done for `all'.
  637. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_util'
  638. Making all in test_thread
  639. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_thread'
  640. make[3]: Nothing to be done for `all'.
  641. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_thread'
  642. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit'
  643. make[3]: Nothing to be done for `all-am'.
  644. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit'
  645. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit'
  646. Making all in regression
  647. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/regression'
  648. make[2]: Nothing to be done for `all'.
  649. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/regression'
  650. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/test'
  651. make[2]: Nothing to be done for `all-am'.
  652. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test'
  653. make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test'
  654. Making all in python
  655. make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/python'
  656. test -z "" || cp "./sphinxbase.c" sphinxbase.c
  657. /usr/bin/python setup.py build
  658. running build
  659. running build_ext
  660. building 'sphinxbase' extension
  661. creating build
  662. creating build/temp.linux-x86_64-2.7
  663. 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
  664. sphinxbase.c: In function ‘__pyx_pf_10sphinxbase_binstr’:
  665. sphinxbase.c:3858:14: warning: variable ‘__pyx_t_1’ set but not used [-Wunused-but-set-variable]
  666. sphinxbase.c: In function ‘__pyx_pf_10sphinxbase_bincw’:
  667. sphinxbase.c:4081:7: warning: variable ‘__pyx_v_i’ set but not used [-Wunused-but-set-variable]
  668. sphinxbase.c: At top level:
  669. sphinxbase.c:851:13: warning: ‘__pyx_doc_10sphinxbase_7LogMath___dealloc__’ defined but not used [-Wunused-variable]
  670. sphinxbase.c:1729:13: warning: ‘__pyx_doc_10sphinxbase_10NGramModel___dealloc__’ defined but not used [-Wunused-variable]
  671. creating build/lib.linux-x86_64-2.7
  672. 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
  673. touch pymod-build-stamp
  674. make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/python'
  675. make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8'
  676. make[1]: Nothing to be done for `all-am'.
  677. make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8'
  678. patrick@jennifer-N53SV:~/src/sphinxbase-0.8$ sudo make install
  679. Making install in src
  680. make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/src'
  681. Making install in libsphinxbase
  682. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
  683. Making install in util
  684. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util'
  685. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util'
  686. make[4]: Nothing to be done for `install-exec-am'.
  687. make[4]: Nothing to be done for `install-data-am'.
  688. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util'
  689. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/util'
  690. Making install in fe
  691. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe'
  692. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe'
  693. make[4]: Nothing to be done for `install-exec-am'.
  694. make[4]: Nothing to be done for `install-data-am'.
  695. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe'
  696. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/fe'
  697. Making install in feat
  698. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat'
  699. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat'
  700. make[4]: Nothing to be done for `install-exec-am'.
  701. make[4]: Nothing to be done for `install-data-am'.
  702. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat'
  703. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/feat'
  704. Making install in lm
  705. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
  706. make  install-am
  707. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
  708. make[5]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
  709. make[5]: Nothing to be done for `install-exec-am'.
  710. make[5]: Nothing to be done for `install-data-am'.
  711. make[5]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
  712. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
  713. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase/lm'
  714. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
  715. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
  716. test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
  717. /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libsphinxbase.la '/usr/local/lib'
  718. libtool: install: /usr/bin/install -c .libs/libsphinxbase.so.1.1.1 /usr/local/lib/libsphinxbase.so.1.1.1
  719. 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; }; })
  720. 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; }; })
  721. libtool: install: /usr/bin/install -c .libs/libsphinxbase.lai /usr/local/lib/libsphinxbase.la
  722. libtool: install: /usr/bin/install -c .libs/libsphinxbase.a /usr/local/lib/libsphinxbase.a
  723. libtool: install: chmod 644 /usr/local/lib/libsphinxbase.a
  724. libtool: install: ranlib /usr/local/lib/libsphinxbase.a
  725. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
  726. ----------------------------------------------------------------------
  727. Libraries have been installed in:
  728.   /usr/local/lib
  729.  
  730. If you ever happen to want to link against installed libraries
  731. in a given directory, LIBDIR, you must either use libtool, and
  732. specify the full pathname of the library, or use the `-LLIBDIR'
  733. flag during linking and do at least one of the following:
  734.    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  735.     during execution
  736.   - add LIBDIR to the `LD_RUN_PATH' environment variable
  737.      during linking
  738.    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  739.   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  740.  
  741. See any operating system documentation about shared libraries for
  742. more information, such as the ld(1) and ld.so(8) manual pages.
  743. ----------------------------------------------------------------------
  744. make[4]: Nothing to be done for `install-data-am'.
  745. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
  746. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
  747. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxbase'
  748. Making install in libsphinxad
  749. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxad'
  750. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxad'
  751. test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
  752.  /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libsphinxad.la '/usr/local/lib'
  753. libtool: install: warning: relinking `libsphinxad.la'
  754. 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 )
  755. 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
  756. libtool: install: /usr/bin/install -c .libs/libsphinxad.so.0.0.1T /usr/local/lib/libsphinxad.so.0.0.1
  757. 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; }; })
  758. 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; }; })
  759. libtool: install: /usr/bin/install -c .libs/libsphinxad.lai /usr/local/lib/libsphinxad.la
  760. libtool: install: /usr/bin/install -c .libs/libsphinxad.a /usr/local/lib/libsphinxad.a
  761. libtool: install: chmod 644 /usr/local/lib/libsphinxad.a
  762. libtool: install: ranlib /usr/local/lib/libsphinxad.a
  763. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
  764. ----------------------------------------------------------------------
  765. Libraries have been installed in:
  766.   /usr/local/lib
  767.  
  768. If you ever happen to want to link against installed libraries
  769. in a given directory, LIBDIR, you must either use libtool, and
  770. specify the full pathname of the library, or use the `-LLIBDIR'
  771. flag during linking and do at least one of the following:
  772.    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  773.     during execution
  774.   - add LIBDIR to the `LD_RUN_PATH' environment variable
  775.      during linking
  776.    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  777.   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  778.  
  779. See any operating system documentation about shared libraries for
  780. more information, such as the ld(1) and ld.so(8) manual pages.
  781. ----------------------------------------------------------------------
  782. make[3]: Nothing to be done for `install-data-am'.
  783. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxad'
  784. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/libsphinxad'
  785. Making install in sphinx_fe
  786. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_fe'
  787. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_fe'
  788. test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  789.  /bin/bash ../../libtool   --mode=install /usr/bin/install -c sphinx_fe '/usr/local/bin'
  790. libtool: install: /usr/bin/install -c .libs/sphinx_fe /usr/local/bin/sphinx_fe
  791. make[3]: Nothing to be done for `install-data-am'.
  792. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_fe'
  793. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_fe'
  794. Making install in sphinx_cepview
  795. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_cepview'
  796. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_cepview'
  797. test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  798.   /bin/bash ../../libtool   --mode=install /usr/bin/install -c sphinx_cepview '/usr/local/bin'
  799. libtool: install: /usr/bin/install -c .libs/sphinx_cepview /usr/local/bin/sphinx_cepview
  800. make[3]: Nothing to be done for `install-data-am'.
  801. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_cepview'
  802. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_cepview'
  803. Making install in sphinx_jsgf2fsg
  804. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_jsgf2fsg'
  805. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_jsgf2fsg'
  806. test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  807.  /bin/bash ../../libtool   --mode=install /usr/bin/install -c sphinx_jsgf2fsg '/usr/local/bin'
  808. libtool: install: /usr/bin/install -c .libs/sphinx_jsgf2fsg /usr/local/bin/sphinx_jsgf2fsg
  809. make[3]: Nothing to be done for `install-data-am'.
  810. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_jsgf2fsg'
  811. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_jsgf2fsg'
  812. Making install in sphinx_adtools
  813. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_adtools'
  814. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_adtools'
  815. test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  816.   /bin/bash ../../libtool   --mode=install /usr/bin/install -c sphinx_cont_adseg sphinx_cont_fileseg sphinx_pitch '/usr/local/bin'
  817. libtool: install: /usr/bin/install -c .libs/sphinx_cont_adseg /usr/local/bin/sphinx_cont_adseg
  818. libtool: install: /usr/bin/install -c .libs/sphinx_cont_fileseg /usr/local/bin/sphinx_cont_fileseg
  819. libtool: install: /usr/bin/install -c .libs/sphinx_pitch /usr/local/bin/sphinx_pitch
  820. make[3]: Nothing to be done for `install-data-am'.
  821. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_adtools'
  822. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_adtools'
  823. Making install in sphinx_lmtools
  824. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_lmtools'
  825. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_lmtools'
  826. test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  827.  /bin/bash ../../libtool   --mode=install /usr/bin/install -c sphinx_lm_eval sphinx_lm_convert '/usr/local/bin'
  828. libtool: install: /usr/bin/install -c .libs/sphinx_lm_eval /usr/local/bin/sphinx_lm_eval
  829. libtool: install: /usr/bin/install -c .libs/sphinx_lm_convert /usr/local/bin/sphinx_lm_convert
  830. test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  831. /usr/bin/install -c sphinx_lm_sort '/usr/local/bin'
  832. make[3]: Nothing to be done for `install-data-am'.
  833. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_lmtools'
  834. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src/sphinx_lmtools'
  835. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/src'
  836. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/src'
  837. make[3]: Nothing to be done for `install-exec-am'.
  838. make[3]: Nothing to be done for `install-data-am'.
  839. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src'
  840. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src'
  841. make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/src'
  842. Making install in doc
  843. make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/doc'
  844. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/doc'
  845. make[2]: Nothing to be done for `install-exec-am'.
  846. make[2]: Nothing to be done for `install-data-am'.
  847. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/doc'
  848. make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/doc'
  849. Making install in include
  850. make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/include'
  851. Making install in sphinxbase
  852. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/include/sphinxbase'
  853. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/include/sphinxbase'
  854. make[3]: Nothing to be done for `install-exec-am'.
  855. test -z "/usr/local/include/sphinxbase" || /bin/mkdir -p "/usr/local/include/sphinxbase"
  856. /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'
  857. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include/sphinxbase'
  858. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include/sphinxbase'
  859. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/include'
  860. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/include'
  861. make[3]: Nothing to be done for `install-exec-am'.
  862. test -z "/usr/local/include/sphinxbase" || /bin/mkdir -p "/usr/local/include/sphinxbase"
  863.  /usr/bin/install -c -m 644 sphinx_config.h '/usr/local/include/sphinxbase'
  864. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include'
  865. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include'
  866. make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/include'
  867. Making install in test
  868. make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/test'
  869. Making install in unit
  870. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit'
  871. Making install in test_ad
  872. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ad'
  873. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ad'
  874. make[4]: Nothing to be done for `install-exec-am'.
  875. make[4]: Nothing to be done for `install-data-am'.
  876. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ad'
  877. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ad'
  878. Making install in test_alloc
  879. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_alloc'
  880. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_alloc'
  881. make[4]: Nothing to be done for `install-exec-am'.
  882. make[4]: Nothing to be done for `install-data-am'.
  883. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_alloc'
  884. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_alloc'
  885. Making install in test_bitvec
  886. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_bitvec'
  887. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_bitvec'
  888. make[4]: Nothing to be done for `install-exec-am'.
  889. make[4]: Nothing to be done for `install-data-am'.
  890. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_bitvec'
  891. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_bitvec'
  892. Making install in test_case
  893. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_case'
  894. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_case'
  895. make[4]: Nothing to be done for `install-exec-am'.
  896. make[4]: Nothing to be done for `install-data-am'.
  897. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_case'
  898. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_case'
  899. Making install in test_string
  900. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_string'
  901. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_string'
  902. make[4]: Nothing to be done for `install-exec-am'.
  903. make[4]: Nothing to be done for `install-data-am'.
  904. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_string'
  905. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_string'
  906. Making install in test_cmdln
  907. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_cmdln'
  908. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_cmdln'
  909. make[4]: Nothing to be done for `install-exec-am'.
  910. make[4]: Nothing to be done for `install-data-am'.
  911. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_cmdln'
  912. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_cmdln'
  913. Making install in test_hash
  914. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_hash'
  915. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_hash'
  916. make[4]: Nothing to be done for `install-exec-am'.
  917. make[4]: Nothing to be done for `install-data-am'.
  918. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_hash'
  919. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_hash'
  920. Making install in test_matrix
  921. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_matrix'
  922. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_matrix'
  923. make[4]: Nothing to be done for `install-exec-am'.
  924. make[4]: Nothing to be done for `install-data-am'.
  925. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_matrix'
  926. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_matrix'
  927. Making install in test_fe
  928. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fe'
  929. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fe'
  930. make[4]: Nothing to be done for `install-exec-am'.
  931. make[4]: Nothing to be done for `install-data-am'.
  932. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fe'
  933. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fe'
  934. Making install in test_feat
  935. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_feat'
  936. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_feat'
  937. make[4]: Nothing to be done for `install-exec-am'.
  938. make[4]: Nothing to be done for `install-data-am'.
  939. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_feat'
  940. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_feat'
  941. Making install in test_lineiter
  942. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_lineiter'
  943. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_lineiter'
  944. make[4]: Nothing to be done for `install-exec-am'.
  945. make[4]: Nothing to be done for `install-data-am'.
  946. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_lineiter'
  947. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_lineiter'
  948. Making install in test_logmath
  949. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_logmath'
  950. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_logmath'
  951. make[4]: Nothing to be done for `install-exec-am'.
  952. make[4]: Nothing to be done for `install-data-am'.
  953. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_logmath'
  954. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_logmath'
  955. Making install in test_ngram
  956. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ngram'
  957. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ngram'
  958. make[4]: Nothing to be done for `install-exec-am'.
  959. make[4]: Nothing to be done for `install-data-am'.
  960. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ngram'
  961. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_ngram'
  962. Making install in test_fsg
  963. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fsg'
  964. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fsg'
  965. make[4]: Nothing to be done for `install-exec-am'.
  966. make[4]: Nothing to be done for `install-data-am'.
  967. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fsg'
  968. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_fsg'
  969. Making install in test_util
  970. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_util'
  971. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_util'
  972. make[4]: Nothing to be done for `install-exec-am'.
  973. make[4]: Nothing to be done for `install-data-am'.
  974. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_util'
  975. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_util'
  976. Making install in test_thread
  977. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_thread'
  978. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_thread'
  979. make[4]: Nothing to be done for `install-exec-am'.
  980. make[4]: Nothing to be done for `install-data-am'.
  981. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_thread'
  982. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit/test_thread'
  983. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit'
  984. make[4]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/unit'
  985. make[4]: Nothing to be done for `install-exec-am'.
  986. make[4]: Nothing to be done for `install-data-am'.
  987. make[4]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit'
  988. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit'
  989. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/unit'
  990. Making install in regression
  991. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/regression'
  992. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test/regression'
  993. make[3]: Nothing to be done for `install-exec-am'.
  994. make[3]: Nothing to be done for `install-data-am'.
  995. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/regression'
  996. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test/regression'
  997. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/test'
  998. make[3]: Entering directory `/home/patrick/src/sphinxbase-0.8/test'
  999. make[3]: Nothing to be done for `install-exec-am'.
  1000. make[3]: Nothing to be done for `install-data-am'.
  1001. make[3]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test'
  1002. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test'
  1003. make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/test'
  1004. Making install in python
  1005. make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8/python'
  1006. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8/python'
  1007. /usr/bin/python setup.py install --prefix /usr/local `python -c 'import setuptools' 2>/dev/null && echo --single-version-externally-managed --record filelist.txt`
  1008. running install
  1009. running build
  1010. running build_ext
  1011. running install_lib
  1012. copying build/lib.linux-x86_64-2.7/sphinxbase.so -> /usr/local/lib/python2.7/dist-packages
  1013. running install_egg_info
  1014. running egg_info
  1015. creating SphinxBase.egg-info
  1016. writing SphinxBase.egg-info/PKG-INFO
  1017. writing top-level names to SphinxBase.egg-info/top_level.txt
  1018. writing dependency_links to SphinxBase.egg-info/dependency_links.txt
  1019. writing manifest file 'SphinxBase.egg-info/SOURCES.txt'
  1020. reading manifest file 'SphinxBase.egg-info/SOURCES.txt'
  1021. writing manifest file 'SphinxBase.egg-info/SOURCES.txt'
  1022. Copying SphinxBase.egg-info to /usr/local/lib/python2.7/dist-packages/SphinxBase-0.8-py2.7.egg-info
  1023. running install_scripts
  1024. writing list of installed files to 'filelist.txt'
  1025. test -z "/usr/local/include/sphinxbase" || /bin/mkdir -p "/usr/local/include/sphinxbase"
  1026. /usr/bin/install -c -m 644 sphinxbase.pxd '/usr/local/include/sphinxbase'
  1027. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8/python'
  1028. make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8/python'
  1029. make[1]: Entering directory `/home/patrick/src/sphinxbase-0.8'
  1030. make[2]: Entering directory `/home/patrick/src/sphinxbase-0.8'
  1031. make[2]: Nothing to be done for `install-exec-am'.
  1032. test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
  1033.  /usr/bin/install -c -m 644 sphinxbase.pc '/usr/local/lib/pkgconfig'
  1034. make[2]: Leaving directory `/home/patrick/src/sphinxbase-0.8'
  1035. make[1]: Leaving directory `/home/patrick/src/sphinxbase-0.8'
  1036. patrick@jennifer-N53SV:~/src/sphinxbase-0.8$ cd ../pocketsphinx-0.8/
  1037. patrick@jennifer-N53SV:~/src/pocketsphinx-0.8$ ./configure
  1038. checking for a BSD-compatible install... /usr/bin/install -c
  1039. checking whether build environment is sane... yes
  1040. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1041. checking for gawk... no
  1042. checking for mawk... mawk
  1043. checking whether make sets $(MAKE)... yes
  1044. checking build system type... x86_64-unknown-linux-gnu
  1045. checking host system type... x86_64-unknown-linux-gnu
  1046. checking for gcc... gcc
  1047. checking whether the C compiler works... yes
  1048. checking for C compiler default output file name... a.out
  1049. checking for suffix of executables...
  1050. checking whether we are cross compiling... no
  1051. checking for suffix of object files... o
  1052. checking whether we are using the GNU C compiler... yes
  1053. checking whether gcc accepts -g... yes
  1054. checking for gcc option to accept ISO C89... none needed
  1055. checking for style of include used by make... GNU
  1056. checking dependency style of gcc... gcc3
  1057. checking for a sed that does not truncate output... /bin/sed
  1058. checking for grep that handles long lines and -e... /bin/grep
  1059. checking for egrep... /bin/grep -E
  1060. checking for fgrep... /bin/grep -F
  1061. checking for ld used by gcc... /usr/bin/ld
  1062. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1063. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1064. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1065. checking whether ln -s works... yes
  1066. checking the maximum length of command line arguments... 1572864
  1067. checking whether the shell understands some XSI constructs... yes
  1068. checking whether the shell understands "+="... yes
  1069. checking for /usr/bin/ld option to reload object files... -r
  1070. checking for objdump... objdump
  1071. checking how to recognize dependent libraries... pass_all
  1072. checking for ar... ar
  1073. checking for strip... strip
  1074. checking for ranlib... ranlib
  1075. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1076. checking how to run the C preprocessor... gcc -E
  1077. checking for ANSI C header files... yes
  1078. checking for sys/types.h... yes
  1079. checking for sys/stat.h... yes
  1080. checking for stdlib.h... yes
  1081. checking for string.h... yes
  1082. checking for memory.h... yes
  1083. checking for strings.h... yes
  1084. checking for inttypes.h... yes
  1085. checking for stdint.h... yes
  1086. checking for unistd.h... yes
  1087. checking for dlfcn.h... yes
  1088. checking for objdir... .libs
  1089. checking if gcc supports -fno-rtti -fno-exceptions... no
  1090. checking for gcc option to produce PIC... -fPIC -DPIC
  1091. checking if gcc PIC flag -fPIC -DPIC works... yes
  1092. checking if gcc static flag -static works... yes
  1093. checking if gcc supports -c -o file.o... yes
  1094. checking if gcc supports -c -o file.o... (cached) yes
  1095. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1096. checking whether -lc should be explicitly linked in... no
  1097. checking dynamic linker characteristics... GNU/Linux ld.so
  1098. checking how to hardcode library paths into programs... immediate
  1099. checking whether stripping libraries is possible... yes
  1100. checking if libtool supports shared libraries... yes
  1101. checking whether to build shared libraries... yes
  1102. checking whether to build static libraries... yes
  1103. checking whether byte ordering is bigendian... no
  1104. checking for long long... yes
  1105. checking size of long long... 8
  1106. checking for dup2... yes
  1107. checking for pkg-config... yes
  1108. checking for doxygen... no
  1109. checking for python... /usr/bin/python
  1110. checking for python-config... /usr/bin/python-config
  1111. checking Python.h usability... yes
  1112. checking Python.h presence... yes
  1113. checking for Python.h... yes
  1114. checking for cython... no
  1115. checking for pkg-config... /usr/bin/pkg-config
  1116. checking pkg-config is at least version 0.9.0... yes
  1117. checking for GStreamer... no
  1118. checking for sphinxbase in /home/patrick/src/pocketsphinx-0.8/../sphinxbase... no
  1119. checking for sphinxbase in /home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8... yes
  1120. checking for /home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/include/sphinxbase/prim_type.h... yes
  1121. checking for /home/patrick/src/pocketsphinx-0.8/../sphinxbase-0.8/src/libsphinxbase/libsphinxbase.la... yes
  1122. configure: creating ./config.status
  1123. config.status: creating pocketsphinx.pc
  1124. config.status: creating Makefile
  1125. config.status: creating include/Makefile
  1126. config.status: creating python/Makefile
  1127. config.status: creating python/setup.py
  1128. config.status: creating src/Makefile
  1129. config.status: creating src/libpocketsphinx/Makefile
  1130. config.status: creating src/programs/Makefile
  1131. config.status: creating src/gst-plugin/Makefile
  1132. config.status: creating doc/Makefile
  1133. config.status: creating doc/doxyfile
  1134. config.status: creating model/Makefile
  1135. config.status: creating model/hmm/Makefile
  1136. config.status: creating model/lm/Makefile
  1137. config.status: creating test/Makefile
  1138. config.status: creating test/testfuncs.sh
  1139. config.status: creating test/unit/Makefile
  1140. config.status: creating test/regression/Makefile
  1141. config.status: executing depfiles commands
  1142. config.status: executing libtool commands
  1143. patrick@jennifer-N53SV:~/src/pocketsphinx-0.8$ make
  1144. Making all in src
  1145. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src'
  1146. Making all in libpocketsphinx
  1147. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/libpocketsphinx'
  1148. /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
  1149. 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
  1150. 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
  1151. mv -f .deps/acmod.Tpo .deps/acmod.Plo
  1152. /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
  1153. 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
  1154. 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
  1155. mv -f .deps/bin_mdef.Tpo .deps/bin_mdef.Plo
  1156. /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
  1157. 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
  1158. 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
  1159. mv -f .deps/blkarray_list.Tpo .deps/blkarray_list.Plo
  1160. /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
  1161. 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
  1162. 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
  1163. mv -f .deps/dict.Tpo .deps/dict.Plo
  1164. /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
  1165. 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
  1166. 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
  1167. mv -f .deps/dict2pid.Tpo .deps/dict2pid.Plo
  1168. /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
  1169. 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
  1170. 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
  1171. mv -f .deps/fsg_history.Tpo .deps/fsg_history.Plo
  1172. /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
  1173. 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
  1174. 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
  1175. mv -f .deps/fsg_lextree.Tpo .deps/fsg_lextree.Plo
  1176. /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
  1177. 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
  1178. 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
  1179. mv -f .deps/fsg_search.Tpo .deps/fsg_search.Plo
  1180. /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
  1181. 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
  1182. 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
  1183. mv -f .deps/hmm.Tpo .deps/hmm.Plo
  1184. /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
  1185. 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
  1186. 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
  1187. mv -f .deps/mdef.Tpo .deps/mdef.Plo
  1188. /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
  1189. 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
  1190. 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
  1191. mv -f .deps/ms_gauden.Tpo .deps/ms_gauden.Plo
  1192. /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
  1193. 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
  1194. 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
  1195. mv -f .deps/ms_mgau.Tpo .deps/ms_mgau.Plo
  1196. /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
  1197. 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
  1198. ms_senone.c: In function ‘senone_eval’:
  1199. ms_senone.c:377:13: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
  1200. 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
  1201. mv -f .deps/ms_senone.Tpo .deps/ms_senone.Plo
  1202. /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
  1203. 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
  1204. 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
  1205. mv -f .deps/ngram_search.Tpo .deps/ngram_search.Plo
  1206. /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
  1207. 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
  1208. 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
  1209. mv -f .deps/ngram_search_fwdtree.Tpo .deps/ngram_search_fwdtree.Plo
  1210. /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
  1211. 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
  1212. 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
  1213. mv -f .deps/ngram_search_fwdflat.Tpo .deps/ngram_search_fwdflat.Plo
  1214. /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
  1215. 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
  1216. 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
  1217. mv -f .deps/phone_loop_search.Tpo .deps/phone_loop_search.Plo
  1218. /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
  1219. 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
  1220. 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
  1221. mv -f .deps/ps_alignment.Tpo .deps/ps_alignment.Plo
  1222. /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
  1223. 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
  1224. 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
  1225. mv -f .deps/ps_lattice.Tpo .deps/ps_lattice.Plo
  1226. /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
  1227. 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
  1228. 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
  1229. mv -f .deps/ps_mllr.Tpo .deps/ps_mllr.Plo
  1230. /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
  1231. 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
  1232. 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
  1233. mv -f .deps/ptm_mgau.Tpo .deps/ptm_mgau.Plo
  1234. /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
  1235. 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
  1236. 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
  1237. mv -f .deps/s2_semi_mgau.Tpo .deps/s2_semi_mgau.Plo
  1238. /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
  1239. 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
  1240. 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
  1241. mv -f .deps/state_align_search.Tpo .deps/state_align_search.Plo
  1242. /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
  1243. 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
  1244. 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
  1245. mv -f .deps/tmat.Tpo .deps/tmat.Plo
  1246. /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
  1247. 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
  1248. 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
  1249. mv -f .deps/vector.Tpo .deps/vector.Plo
  1250. /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
  1251. 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
  1252. 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
  1253. mv -f .deps/pocketsphinx.Tpo .deps/pocketsphinx.Plo
  1254. /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
  1255. 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
  1256. libtool: link: (cd ".libs" && rm -f "libpocketsphinx.so.1" && ln -s "libpocketsphinx.so.1.1.0" "libpocketsphinx.so.1")
  1257. libtool: link: (cd ".libs" && rm -f "libpocketsphinx.so" && ln -s "libpocketsphinx.so.1.1.0" "libpocketsphinx.so")
  1258. 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
  1259. libtool: link: ranlib .libs/libpocketsphinx.a
  1260. libtool: link: ( cd ".libs" && rm -f "libpocketsphinx.la" && ln -s "../libpocketsphinx.la" "libpocketsphinx.la" )
  1261. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/libpocketsphinx'
  1262. Making all in programs
  1263. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/programs'
  1264. 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
  1265. mv -f .deps/batch.Tpo .deps/batch.Po
  1266. /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
  1267. 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
  1268. 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
  1269. continuous.c: In function ‘recognize_from_file’:
  1270. continuous.c:144:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  1271. mv -f .deps/continuous.Tpo .deps/continuous.Po
  1272. /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
  1273. 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
  1274. 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
  1275. mv -f .deps/mdef_convert.Tpo .deps/mdef_convert.Po
  1276. /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
  1277. 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
  1278. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/programs'
  1279. Making all in gst-plugin
  1280. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
  1281. make  all-am
  1282. make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
  1283. make[3]: Nothing to be done for `all-am'.
  1284. make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
  1285. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
  1286. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src'
  1287. make[2]: Nothing to be done for `all-am'.
  1288. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src'
  1289. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src'
  1290. Making all in doc
  1291. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/doc'
  1292. make[1]: Nothing to be done for `all'.
  1293. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/doc'
  1294. Making all in model
  1295. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model'
  1296. Making all in hmm
  1297. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model/hmm'
  1298. make[2]: Nothing to be done for `all'.
  1299. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model/hmm'
  1300. Making all in lm
  1301. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model/lm'
  1302. make[2]: Nothing to be done for `all'.
  1303. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model/lm'
  1304. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model'
  1305. make[2]: Nothing to be done for `all-am'.
  1306. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model'
  1307. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model'
  1308. Making all in include
  1309. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/include'
  1310. make[1]: Nothing to be done for `all'.
  1311. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/include'
  1312. Making all in test
  1313. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test'
  1314. Making all in unit
  1315. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test/unit'
  1316. make[2]: Nothing to be done for `all'.
  1317. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test/unit'
  1318. Making all in regression
  1319. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test/regression'
  1320. make[2]: Nothing to be done for `all'.
  1321. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test/regression'
  1322. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test'
  1323. make[2]: Nothing to be done for `all-am'.
  1324. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test'
  1325. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test'
  1326. Making all in python
  1327. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/python'
  1328. test -z "" || cp "./pocketsphinx.c" pocketsphinx.c
  1329. /usr/bin/python setup.py build
  1330. running build
  1331. running build_ext
  1332. building 'pocketsphinx' extension
  1333. creating build
  1334. creating build/temp.linux-x86_64-2.7
  1335. 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
  1336. pocketsphinx.c: In function ‘__pyx_f_12pocketsphinx_7LatNode_set_node’:
  1337. pocketsphinx.c:1170:22: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  1338. pocketsphinx.c:1179:26: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  1339. pocketsphinx.c: In function ‘__pyx_f_12pocketsphinx_7LatLink_set_link’:
  1340. pocketsphinx.c:1897:22: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  1341. pocketsphinx.c:1906:26: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  1342. pocketsphinx.c: In function ‘__pyx_pf_12pocketsphinx_7Decoder_process_raw’:
  1343. pocketsphinx.c:4618:17: warning: assignment from incompatible pointer type [enabled by default]
  1344. pocketsphinx.c: At top level:
  1345. pocketsphinx.c:5580:18: warning: ‘__pyx_pf_10sphinxbase_10NGramModel_2lw___get__’ defined but not used [-Wunused-function]
  1346. pocketsphinx.c:5604:18: warning: ‘__pyx_pf_10sphinxbase_10NGramModel_3wip___get__’ defined but not used [-Wunused-function]
  1347. pocketsphinx.c:5628:18: warning: ‘__pyx_pf_10sphinxbase_10NGramModel_2uw___get__’ defined but not used [-Wunused-function]
  1348. pocketsphinx.c:5660:18: warning: ‘__pyx_pf_10sphinxbase_9NGramIter_8log_prob___get__’ defined but not used [-Wunused-function]
  1349. pocketsphinx.c:5684:18: warning: ‘__pyx_pf_10sphinxbase_9NGramIter_8log_bowt___get__’ defined but not used [-Wunused-function]
  1350. pocketsphinx.c:5716:18: warning: ‘__pyx_pf_10sphinxbase_9NGramIter_5words___get__’ defined but not used [-Wunused-function]
  1351. creating build/lib.linux-x86_64-2.7
  1352. 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
  1353. touch pymod-build-stamp
  1354. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/python'
  1355. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8'
  1356. make[1]: Nothing to be done for `all-am'.
  1357. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8'
  1358. patrick@jennifer-N53SV:~/src/pocketsphinx-0.8$ sudo make install
  1359. Making install in src
  1360. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src'
  1361. Making install in libpocketsphinx
  1362. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/libpocketsphinx'
  1363. make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/libpocketsphinx'
  1364. test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
  1365.  /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libpocketsphinx.la '/usr/local/lib'
  1366. libtool: install: warning: relinking `libpocketsphinx.la'
  1367. 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 )
  1368. 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
  1369. libtool: install: /usr/bin/install -c .libs/libpocketsphinx.so.1.1.0T /usr/local/lib/libpocketsphinx.so.1.1.0
  1370. 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; }; })
  1371. 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; }; })
  1372. libtool: install: /usr/bin/install -c .libs/libpocketsphinx.lai /usr/local/lib/libpocketsphinx.la
  1373. libtool: install: /usr/bin/install -c .libs/libpocketsphinx.a /usr/local/lib/libpocketsphinx.a
  1374. libtool: install: chmod 644 /usr/local/lib/libpocketsphinx.a
  1375. libtool: install: ranlib /usr/local/lib/libpocketsphinx.a
  1376. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
  1377. ----------------------------------------------------------------------
  1378. Libraries have been installed in:
  1379.   /usr/local/lib
  1380.  
  1381. If you ever happen to want to link against installed libraries
  1382. in a given directory, LIBDIR, you must either use libtool, and
  1383. specify the full pathname of the library, or use the `-LLIBDIR'
  1384. flag during linking and do at least one of the following:
  1385.    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1386.     during execution
  1387.   - add LIBDIR to the `LD_RUN_PATH' environment variable
  1388.      during linking
  1389.    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1390.   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1391.  
  1392. See any operating system documentation about shared libraries for
  1393. more information, such as the ld(1) and ld.so(8) manual pages.
  1394. ----------------------------------------------------------------------
  1395. make[3]: Nothing to be done for `install-data-am'.
  1396. make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/libpocketsphinx'
  1397. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/libpocketsphinx'
  1398. Making install in programs
  1399. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/programs'
  1400. make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/programs'
  1401. test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  1402.  /bin/bash ../../libtool   --mode=install /usr/bin/install -c pocketsphinx_batch pocketsphinx_continuous pocketsphinx_mdef_convert '/usr/local/bin'
  1403. libtool: install: /usr/bin/install -c .libs/pocketsphinx_batch /usr/local/bin/pocketsphinx_batch
  1404. libtool: install: /usr/bin/install -c .libs/pocketsphinx_continuous /usr/local/bin/pocketsphinx_continuous
  1405. libtool: install: /usr/bin/install -c .libs/pocketsphinx_mdef_convert /usr/local/bin/pocketsphinx_mdef_convert
  1406. make[3]: Nothing to be done for `install-data-am'.
  1407. make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/programs'
  1408. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/programs'
  1409. Making install in gst-plugin
  1410. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
  1411. make  install-am
  1412. make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
  1413. make[4]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
  1414. make[4]: Nothing to be done for `install-exec-am'.
  1415. test -z "/usr/local/lib/gstreamer-0.10" || /bin/mkdir -p "/usr/local/lib/gstreamer-0.10"
  1416. make[4]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
  1417. make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
  1418. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src/gst-plugin'
  1419. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src'
  1420. make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/src'
  1421. make[3]: Nothing to be done for `install-exec-am'.
  1422. make[3]: Nothing to be done for `install-data-am'.
  1423. make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src'
  1424. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src'
  1425. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/src'
  1426. Making install in doc
  1427. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/doc'
  1428. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/doc'
  1429. make[2]: Nothing to be done for `install-exec-am'.
  1430. test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
  1431. /usr/bin/install -c -m 644 pocketsphinx_batch.1 pocketsphinx_continuous.1 pocketsphinx_mdef_convert.1 '/usr/local/share/man/man1'
  1432. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/doc'
  1433. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/doc'
  1434. Making install in model
  1435. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model'
  1436. Making install in hmm
  1437. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model/hmm'
  1438. make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model/hmm'
  1439. make[3]: Nothing to be done for `install-exec-am'.
  1440. 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"
  1441. /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'
  1442. 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"
  1443. /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'
  1444. test -z "/usr/local/share/pocketsphinx/model/hmm/en/tidigits" || /bin/mkdir -p "/usr/local/share/pocketsphinx/model/hmm/en/tidigits"
  1445. /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'
  1446. make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model/hmm'
  1447. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model/hmm'
  1448. Making install in lm
  1449. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model/lm'
  1450. make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model/lm'
  1451. make[3]: Nothing to be done for `install-exec-am'.
  1452. test -z "/usr/local/share/pocketsphinx/model/lm/en" || /bin/mkdir -p "/usr/local/share/pocketsphinx/model/lm/en"
  1453.  /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'
  1454. test -z "/usr/local/share/pocketsphinx/model/lm/en_US" || /bin/mkdir -p "/usr/local/share/pocketsphinx/model/lm/en_US"
  1455.  /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'
  1456. test -z "/usr/local/share/pocketsphinx/model/lm/zh_CN" || /bin/mkdir -p "/usr/local/share/pocketsphinx/model/lm/zh_CN"
  1457.  /usr/bin/install -c -m 644 zh_CN/gigatdt.5000.DMP zh_CN/mandarin_notone.dic '/usr/local/share/pocketsphinx/model/lm/zh_CN'
  1458. test -z "/usr/local/share/pocketsphinx/model/lm/zh_TW" || /bin/mkdir -p "/usr/local/share/pocketsphinx/model/lm/zh_TW"
  1459.  /usr/bin/install -c -m 644 zh_TW/gigatdt.5000.DMP zh_TW/mandarin_notone.dic '/usr/local/share/pocketsphinx/model/lm/zh_TW'
  1460. make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model/lm'
  1461. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model/lm'
  1462. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model'
  1463. make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/model'
  1464. make[3]: Nothing to be done for `install-exec-am'.
  1465. make[3]: Nothing to be done for `install-data-am'.
  1466. make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model'
  1467. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model'
  1468. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/model'
  1469. Making install in include
  1470. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/include'
  1471. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/include'
  1472. make[2]: Nothing to be done for `install-exec-am'.
  1473. test -z "/usr/local/include/pocketsphinx" || /bin/mkdir -p "/usr/local/include/pocketsphinx"
  1474.  /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'
  1475. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/include'
  1476. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/include'
  1477. Making install in test
  1478. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test'
  1479. Making install in unit
  1480. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test/unit'
  1481. make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test/unit'
  1482. make[3]: Nothing to be done for `install-exec-am'.
  1483. make[3]: Nothing to be done for `install-data-am'.
  1484. make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test/unit'
  1485. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test/unit'
  1486. Making install in regression
  1487. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test/regression'
  1488. make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test/regression'
  1489. make[3]: Nothing to be done for `install-exec-am'.
  1490. make[3]: Nothing to be done for `install-data-am'.
  1491. make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test/regression'
  1492. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test/regression'
  1493. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test'
  1494. make[3]: Entering directory `/home/patrick/src/pocketsphinx-0.8/test'
  1495. make[3]: Nothing to be done for `install-exec-am'.
  1496. make[3]: Nothing to be done for `install-data-am'.
  1497. make[3]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test'
  1498. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test'
  1499. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/test'
  1500. Making install in python
  1501. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8/python'
  1502. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8/python'
  1503. /usr/bin/python setup.py install --prefix /usr/local `python -c 'import setuptools' 2>/dev/null && echo --single-version-externally-managed --record filelist.txt`
  1504. running install
  1505. running build
  1506. running build_ext
  1507. running install_lib
  1508. copying build/lib.linux-x86_64-2.7/pocketsphinx.so -> /usr/local/lib/python2.7/dist-packages
  1509. running install_egg_info
  1510. running egg_info
  1511. creating PocketSphinx.egg-info
  1512. writing PocketSphinx.egg-info/PKG-INFO
  1513. writing top-level names to PocketSphinx.egg-info/top_level.txt
  1514. writing dependency_links to PocketSphinx.egg-info/dependency_links.txt
  1515. writing manifest file 'PocketSphinx.egg-info/SOURCES.txt'
  1516. reading manifest file 'PocketSphinx.egg-info/SOURCES.txt'
  1517. writing manifest file 'PocketSphinx.egg-info/SOURCES.txt'
  1518. Copying PocketSphinx.egg-info to /usr/local/lib/python2.7/dist-packages/PocketSphinx-0.8-py2.7.egg-info
  1519. running install_scripts
  1520. writing list of installed files to 'filelist.txt'
  1521. test -z "/usr/local/include/pocketsphinx" || /bin/mkdir -p "/usr/local/include/pocketsphinx"
  1522.  /usr/bin/install -c -m 644 pocketsphinx.pxd '/usr/local/include/pocketsphinx'
  1523. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/python'
  1524. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8/python'
  1525. make[1]: Entering directory `/home/patrick/src/pocketsphinx-0.8'
  1526. make[2]: Entering directory `/home/patrick/src/pocketsphinx-0.8'
  1527. make[2]: Nothing to be done for `install-exec-am'.
  1528. test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
  1529. /usr/bin/install -c -m 644 pocketsphinx.pc '/usr/local/lib/pkgconfig'
  1530. make[2]: Leaving directory `/home/patrick/src/pocketsphinx-0.8'
  1531. make[1]: Leaving directory `/home/patrick/src/pocketsphinx-0.8'
  1532. patrick@jennifer-N53SV:~/src/pocketsphinx-0.8$ cd ..
  1533. patrick@jennifer-N53SV:~/src$ ls
  1534. pocketsphinx-0.8  pocketsphinx-0.8.tar.gz  sphinxbase-0.8  sphinxbase-0.8.tar.gz
  1535. patrick@jennifer-N53SV:~/src$ cd ~/git/jasper-client/client/
  1536. patrick@jennifer-N53SV:~/git/jasper-client/client$ python main.py
  1537. Traceback (most recent call last):
  1538.  File "main.py", line 3, in <module>
  1539.    from conversation import Conversation
  1540.  File "/home/patrick/git/jasper-client/client/conversation.py", line 2, in <module>
  1541.    from musicmode import *
  1542.  File "/home/patrick/git/jasper-client/client/musicmode.py", line 6, in <module>
  1543.    from mic import Mic
  1544.  File "/home/patrick/git/jasper-client/client/mic.py", line 17, in <module>
  1545.    import pocketsphinx as ps
  1546. ImportError: libpocketsphinx.so.1: cannot open shared object file: No such file or directory
  1547. patrick@jennifer-N53SV:~/git/jasper-client/client$ source ~/.bashrc
  1548. patrick@jennifer-N53SV:~/git/jasper-client/client$ python main.py
  1549. Traceback (most recent call last):
  1550.  File "main.py", line 3, in <module>
  1551.    from conversation import Conversation
  1552.  File "/home/patrick/git/jasper-client/client/conversation.py", line 2, in <module>
  1553.    from musicmode import *
  1554.  File "/home/patrick/git/jasper-client/client/musicmode.py", line 6, in <module>
  1555.    from mic import Mic
  1556.  File "/home/patrick/git/jasper-client/client/mic.py", line 17, in <module>
  1557.    import pocketsphinx as ps
  1558. ImportError: libpocketsphinx.so.1: cannot open shared object file: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement