I am new to sphinx3 and have been trying to run the robust tutorial using an4. I have achieved successful results using Linux on a Dell dual processor computer, but I cannot make the decoder run on my MAC PowerPC running OS X 10.4.11. I get the following message in the sphinx3_decode log file:
/Users/rasanteford/Documents/Projects/Lushootseed/tutorial/an4/bin/sphinx3_decode: error: `/Users/rasanteford/Documents/Projects/Lushootseed/tutorial/an4/bin/.libs/sphinx3_decode' does not exist
This script is just a wrapper for sphinx3_decode.
See the libtool documentation for more information.
Thu Feb 14 04:35:12 2008
The sphinx3 compiles and install seemed to have been completed without errors, at least detectable by me after much scouring of the make results. I guess i do not really understand why the message is referring to .../bin/.libs/sphinx3_decode. There is no .libs directory under bin. The sphinx3_decode does appear in the bin directory, as well as in the /usr/local/bin directory where I would have expected it to have been run.
I would appreciate any help; I have spent many hours over the past month searching for the solution to this problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, it seems you you installed a libtool script instead of actual binary. It must be a bug in libtool and sphinx3 scripts. Find sphinx3_decode binary in sphinx3 sources (it must be in some .libs subfolder there) and copy it by hand.
> I have spent many hours over the past month searching for the solution to this problem.
You could ask earlier I suppose. Also it would be nice if you could provide full sphinx3 build log.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I learn best by digging in myself for discovery of problems, so I exhaust my possibilities before seeking help. To the problem, I created a .libs directory in bin and reran the slave.pl script with the following message in the decode log:
/Users/rasanteford/Documents/Projects/Lushootseed/tutorial/an4/bin/.libs/sphinx3_decode: error: `/Users/rasanteford/Documents/Projects/Lushootseed/tutorial/an4/bin/.libs/.libs/sphinx3_decode' does not exist
This script is just a wrapper for sphinx3_decode.
See the libtool documentation for more information.
Thu Feb 21 10:20:53 2008
It seems there is some sort of recursion going on in sphinx3_decode. I will look into this further.
Following are the outputs from the make and make install runs (hope this helps):
robert-santefords-powerbook58:/Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3 root# make install
Making install in src
Making install in libs3decoder
Making install in libam
make[4]: Nothing to be done for install-exec-am'.
make[4]: Nothing to be done forinstall-data-am'.
Making install in libconfidence
make[4]: Nothing to be done for install-exec-am'.
make[4]: Nothing to be done forinstall-data-am'.
Making install in libcommon
make[4]: Nothing to be done for install-exec-am'.
make[4]: Nothing to be done forinstall-data-am'.
Making install in libdict
make[4]: Nothing to be done for install-exec-am'.
make[4]: Nothing to be done forinstall-data-am'.
Making install in libep
make[4]: Nothing to be done for install-exec-am'.
make[4]: Nothing to be done forinstall-data-am'.
Making install in liblm
make[4]: Nothing to be done for install-exec-am'.
make[4]: Nothing to be done forinstall-data-am'.
Making install in libsearch
make[4]: Nothing to be done for install-exec-am'.
make[4]: Nothing to be done forinstall-data-am'.
Making install in libAPI
make[4]: Nothing to be done for install-exec-am'.
make[4]: Nothing to be done forinstall-data-am'.
Making install in libcfg
make[4]: Nothing to be done for install-exec-am'.
make[4]: Nothing to be done forinstall-data-am'.
test -z "/usr/local/lib" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/lib"
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'libs3decoder.la' '/usr/local/lib/libs3decoder.la'
/usr/bin/install -c .libs/libs3decoder.0.0.6.dylib /usr/local/lib/libs3decoder.0.0.6.dylib
(cd /usr/local/lib && { ln -s -f libs3decoder.0.0.6.dylib libs3decoder.0.dylib || { rm -f libs3decoder.0.dylib && ln -s libs3decoder.0.0.6.dylib libs3decoder.0.dylib; }; })
(cd /usr/local/lib && { ln -s -f libs3decoder.0.0.6.dylib libs3decoder.dylib || { rm -f libs3decoder.dylib && ln -s libs3decoder.0.0.6.dylib libs3decoder.dylib; }; })
/usr/bin/install -c .libs/libs3decoder.lai /usr/local/lib/libs3decoder.la
/usr/bin/install -c .libs/libs3decoder.a /usr/local/lib/libs3decoder.a
chmod 644 /usr/local/lib/libs3decoder.a
ranlib /usr/local/lib/libs3decoder.a
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the -LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to theDYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
make[4]: Nothing to be done for install-data-am'.
Making install in programs
test -z "/usr/local/bin" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/bin"
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_decode' '/usr/local/bin/sphinx3_decode'
/usr/bin/install -c .libs/sphinx3_decode /usr/local/bin/sphinx3_decode
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_livepretend' '/usr/local/bin/sphinx3_livepretend'
/usr/bin/install -c .libs/sphinx3_livepretend /usr/local/bin/sphinx3_livepretend
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_continuous' '/usr/local/bin/sphinx3_continuous'
/usr/bin/install -c .libs/sphinx3_continuous /usr/local/bin/sphinx3_continuous
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_livedecode' '/usr/local/bin/sphinx3_livedecode'
/usr/bin/install -c .libs/sphinx3_livedecode /usr/local/bin/sphinx3_livedecode
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_align' '/usr/local/bin/sphinx3_align'
/usr/bin/install -c .libs/sphinx3_align /usr/local/bin/sphinx3_align
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_astar' '/usr/local/bin/sphinx3_astar'
/usr/bin/install -c .libs/sphinx3_astar /usr/local/bin/sphinx3_astar
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_conf' '/usr/local/bin/sphinx3_conf'
/usr/bin/install -c .libs/sphinx3_conf /usr/local/bin/sphinx3_conf
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_dag' '/usr/local/bin/sphinx3_dag'
/usr/bin/install -c .libs/sphinx3_dag /usr/local/bin/sphinx3_dag
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_dp' '/usr/local/bin/sphinx3_dp'
/usr/bin/install -c .libs/sphinx3_dp /usr/local/bin/sphinx3_dp
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_ep' '/usr/local/bin/sphinx3_ep'
/usr/bin/install -c .libs/sphinx3_ep /usr/local/bin/sphinx3_ep
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_gausubvq' '/usr/local/bin/sphinx3_gausubvq'
/usr/bin/install -c .libs/sphinx3_gausubvq /usr/local/bin/sphinx3_gausubvq
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_lm_convert' '/usr/local/bin/sphinx3_lm_convert'
/usr/bin/install -c .libs/sphinx3_lm_convert /usr/local/bin/sphinx3_lm_convert
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_cfg2fsg' '/usr/local/bin/sphinx3_cfg2fsg'
/usr/bin/install -c .libs/sphinx3_cfg2fsg /usr/local/bin/sphinx3_cfg2fsg
make[3]: Nothing to be done forinstall-data-am'.
Making install in tests
Making install in performance
Making install in an4
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
Making install in rm1
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
Making install in hub4
Makefile:372: warning: overriding commands for target hub4_flatunigram-decode'
Makefile:362: warning: ignoring old commands for targethub4_flatunigram-decode'
Makefile:372: warning: overriding commands for target hub4_trigram-decode'
Makefile:362: warning: ignoring old commands for targethub4_trigram-decode'
Makefile:372: warning: overriding commands for target hub4_flatunigram-decode'
Makefile:362: warning: ignoring old commands for targethub4_flatunigram-decode'
Makefile:372: warning: overriding commands for target hub4_trigram-decode'
Makefile:362: warning: ignoring old commands for targethub4_trigram-decode'
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
Making install in ti46
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
Making install in tidigits
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
Making install in wsj20k
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
Making install in wsj5k
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
Making install in Communicator
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
Making install in ICSI
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
Making install in spoke3
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
Making install in regression
make[4]: Nothing to be done for install-exec-am'.
make[4]: Nothing to be done forinstall-data-am'.
Making install in unit_tests
Making install in test_logs3
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
Making install in test_hmm
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
make[5]: Nothing to be done for install-exec-am'.
make[5]: Nothing to be done forinstall-data-am'.
make[4]: Nothing to be done for install-exec-am'.
make[4]: Nothing to be done forinstall-data-am'.
make[3]: Nothing to be done for install-exec-am'.
make[3]: Nothing to be done forinstall-data-am'.
Making install in doc
make[2]: Nothing to be done for install-exec-am'.
test -z "/usr/local/share/sphinx3/doc" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/share/sphinx3/doc"
/usr/bin/install -c -m 644 'BN_AM_HUB96-97.doc' '/usr/local/share/sphinx3/doc/BN_AM_HUB96-97.doc'
/usr/bin/install -c -m 644 'BN_AM_HUB96-97.htm' '/usr/local/share/sphinx3/doc/BN_AM_HUB96-97.htm'
/usr/bin/install -c -m 644 'cmdhelp.txt' '/usr/local/share/sphinx3/doc/cmdhelp.txt'
/usr/bin/install -c -m 644 'doxygen.cfg' '/usr/local/share/sphinx3/doc/doxygen.cfg'
/usr/bin/install -c -m 644 'doxygen.main' '/usr/local/share/sphinx3/doc/doxygen.main'
/usr/bin/install -c -m 644 './images' '/usr/local/share/sphinx3/doc/images'
install: ./images: Inappropriate file type or format
/usr/bin/install -c -m 644 'index.html' '/usr/local/share/sphinx3/doc/index.html'
/usr/bin/install -c -m 644 'models.html' '/usr/local/share/sphinx3/doc/models.html'
/usr/bin/install -c -m 644 'rarrow.gif' '/usr/local/share/sphinx3/doc/rarrow.gif'
/usr/bin/install -c -m 644 './s3' '/usr/local/share/sphinx3/doc/s3'
install: ./s3: Inappropriate file type or format
/usr/bin/install -c -m 644 's3-2.htm' '/usr/local/share/sphinx3/doc/s3-2.htm'
/usr/bin/install -c -m 644 's3-2.pdf' '/usr/local/share/sphinx3/doc/s3-2.pdf'
/usr/bin/install -c -m 644 's3-2.ppt' '/usr/local/share/sphinx3/doc/s3-2.ppt'
/usr/bin/install -c -m 644 './s3-2_files' '/usr/local/share/sphinx3/doc/s3-2_files'
install: ./s3-2_files: Inappropriate file type or format
/usr/bin/install -c -m 644 's3-4.pdf' '/usr/local/share/sphinx3/doc/s3-4.pdf'
/usr/bin/install -c -m 644 's3-4.ppt' '/usr/local/share/sphinx3/doc/s3-4.ppt'
/usr/bin/install -c -m 644 's3-5.ppt' '/usr/local/share/sphinx3/doc/s3-5.ppt'
/usr/bin/install -c -m 644 's3-6.ppt' '/usr/local/share/sphinx3/doc/s3-6.ppt'
/usr/bin/install -c -m 644 's3_codewalk.html' '/usr/local/share/sphinx3/doc/s3_codewalk.html'
/usr/bin/install -c -m 644 's3_description.html' '/usr/local/share/sphinx3/doc/s3_description.html'
/usr/bin/install -c -m 644 's3_fe_spec.pdf' '/usr/local/share/sphinx3/doc/s3_fe_spec.pdf'
/usr/bin/install -c -m 644 's3_overview.html' '/usr/local/share/sphinx3/doc/s3_overview.html'
/usr/bin/install -c -m 644 'sphinx3.3-6.ppt' '/usr/local/share/sphinx3/doc/sphinx3.3-6.ppt'
/usr/bin/install -c -m 644 'sphinx3.4.code.tracing' '/usr/local/share/sphinx3/doc/sphinx3.4.code.tracing'
/usr/bin/install -c -m 644 'sphinx3.5_refactoring.note' '/usr/local/share/sphinx3/doc/sphinx3.5_refactoring.note'
/usr/bin/install -c -m 644 'sphinxman_FAQ.html' '/usr/local/share/sphinx3/doc/sphinxman_FAQ.html'
/usr/bin/install -c -m 644 'sphinxman_manual.html' '/usr/local/share/sphinx3/doc/sphinxman_manual.html'
/usr/bin/install -c -m 644 'sphinxman_misc.html' '/usr/local/share/sphinx3/doc/sphinxman_misc.html'
Making install in scripts
test -z "/usr/local/bin" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/bin"
/usr/bin/install -c 'sphinx3-simple' '/usr/local/bin/sphinx3-simple'
make[2]: Nothing to be done forinstall-data-am'.
Making install in model
Making install in hmm
Making install in hub4_cd_continuous_8gau_1s_c_d_dd
make[4]: Nothing to be done for install-exec-am'.
test -z "/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd"
/usr/bin/install -c -m 644 '8gau.6000sen.quant' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/8gau.6000sen.quant'
/usr/bin/install -c -m 644 'mdef' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/mdef'
/usr/bin/install -c -m 644 'means' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/means'
/usr/bin/install -c -m 644 'mixture_weights' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/mixture_weights'
/usr/bin/install -c -m 644 'mllr_matrices' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/mllr_matrices'
/usr/bin/install -c -m 644 'test-align-mllr.out' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test-align-mllr.out'
/usr/bin/install -c -m 644 'test-conf.confhypseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test-conf.confhypseg'
/usr/bin/install -c -m 644 'test.align.mllr.out' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.align.mllr.out'
/usr/bin/install -c -m 644 'test.align.out' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.align.out'
/usr/bin/install -c -m 644 'test.align.phseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.align.phseg'
/usr/bin/install -c -m 644 'test.align.wdseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.align.wdseg'
/usr/bin/install -c -m 644 'test.allphone.allp' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.allp'
/usr/bin/install -c -m 644 'test.allphone.match' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.match'
/usr/bin/install -c -m 644 'test.allphone.matchseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.matchseg'
/usr/bin/install -c -m 644 'test.allphone.mllr.allp' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.mllr.allp'
/usr/bin/install -c -m 644 'test.allphone.mllr.match' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.mllr.match'
/usr/bin/install -c -m 644 'test.allphone.mllr.matchseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.mllr.matchseg'
/usr/bin/install -c -m 644 'test.allphone.phone_tg.allp' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.phone_tg.allp'
/usr/bin/install -c -m 644 'test.allphone.phone_tg.match' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.phone_tg.match'
/usr/bin/install -c -m 644 'test.allphone.phone_tg.matchseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.phone_tg.matchseg'
/usr/bin/install -c -m 644 'test.allphone.phone_tg.mllr.allp' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.phone_tg.mllr.allp'
/usr/bin/install -c -m 644 'test.allphone.phone_tg.mllr.match' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.phone_tg.mllr.match'
/usr/bin/install -c -m 644 'test.allphone.phone_tg.mllr.matchseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.phone_tg.mllr.matchseg'
/usr/bin/install -c -m 644 'test.dp.hyp' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.dp.hyp'
/usr/bin/install -c -m 644 'test.dp.ref' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.dp.ref'
/usr/bin/install -c -m 644 'test.dp.simple.log' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.dp.simple.log'
/usr/bin/install -c -m 644 'test.mode1369.dump' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.mode1369.dump'
/usr/bin/install -c -m 644 'test.subvq' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.subvq'
/usr/bin/install -c -m 644 'transition_matrices' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/transition_matrices'
/usr/bin/install -c -m 644 'variances' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/variances'
Making install in RM1_cd_semi
make[4]: Nothing to be done forinstall-exec-am'.
test -z "/usr/local/share/sphinx3/model/hmm/RM1_cd_semi" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/share/sphinx3/model/hmm/RM1_cd_semi"
/usr/bin/install -c -m 644 'means' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/means'
/usr/bin/install -c -m 644 'mixture_weights' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/mixture_weights'
/usr/bin/install -c -m 644 'variances' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/variances'
/usr/bin/install -c -m 644 'transition_matrices' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/transition_matrices'
/usr/bin/install -c -m 644 'kdtrees' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/kdtrees'
/usr/bin/install -c -m 644 'RM1.1000.mdef' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/RM1.1000.mdef'
/usr/bin/install -c -m 644 'feat.params' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/feat.params'
Making install in tidigits
make[4]: Nothing to be done for install-exec-am'.
make[4]: Nothing to be done forinstall-data-am'.
make[4]: Nothing to be done for install-exec-am'.
make[4]: Nothing to be done forinstall-data-am'.
Making install in lm
Making install in an4
make[4]: Nothing to be done for install-exec-am'.
test -z "/usr/local/share/sphinx3/model/lm/an4" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/share/sphinx3/model/lm/an4"
/usr/bin/install -c -m 644 'README' '/usr/local/share/sphinx3/model/lm/an4/README'
/usr/bin/install -c -m 644 'align.correct' '/usr/local/share/sphinx3/model/lm/an4/align.correct'
/usr/bin/install -c -m 644 'an4.cls.probdef' '/usr/local/share/sphinx3/model/lm/an4/an4.cls.probdef'
/usr/bin/install -c -m 644 'an4.ctl' '/usr/local/share/sphinx3/model/lm/an4/an4.ctl'
/usr/bin/install -c -m 644 'an4.ctl.platform_independent' '/usr/local/share/sphinx3/model/lm/an4/an4.ctl.platform_independent'
/usr/bin/install -c -m 644 'an4.ctl_lm' '/usr/local/share/sphinx3/model/lm/an4/an4.ctl_lm'
/usr/bin/install -c -m 644 'an4.dict' '/usr/local/share/sphinx3/model/lm/an4/an4.dict'
/usr/bin/install -c -m 644 'an4.phone.dict' '/usr/local/share/sphinx3/model/lm/an4/an4.phone.dict'
/usr/bin/install -c -m 644 'an4.phonelist' '/usr/local/share/sphinx3/model/lm/an4/an4.phonelist'
/usr/bin/install -c -m 644 'an4.tg.phone.arpa' '/usr/local/share/sphinx3/model/lm/an4/an4.tg.phone.arpa'
/usr/bin/install -c -m 644 'an4.tg.phone.arpa.DMP' '/usr/local/share/sphinx3/model/lm/an4/an4.tg.phone.arpa.DMP'
/usr/bin/install -c -m 644 'an4.tg.phone.arpa.FST' '/usr/local/share/sphinx3/model/lm/an4/an4.tg.phone.arpa.FST'
/usr/bin/install -c -m 644 'an4.tg.phone.arpa.FST.SYM' '/usr/local/share/sphinx3/model/lm/an4/an4.tg.phone.arpa.FST.SYM'
/usr/bin/install -c -m 644 'an4.tg.phone.arpa.lm_convert' '/usr/local/share/sphinx3/model/lm/an4/an4.tg.phone.arpa.lm_convert'
/usr/bin/install -c -m 644 'an4.ug.cls.lm' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.cls.lm'
/usr/bin/install -c -m 644 'an4.ug.cls.lm.DMP' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.cls.lm.DMP'
/usr/bin/install -c -m 644 'an4.ug.cls.lmctl' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.cls.lmctl'
/usr/bin/install -c -m 644 'an4.ug.cls.lmctl' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.cls.lmctl'
/usr/bin/install -c -m 644 'an4.ug.fsg' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.fsg'
/usr/bin/install -c -m 644 'an4.ug.lm' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.lm'
/usr/bin/install -c -m 644 'an4.ug.lm.DMP' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.lm.DMP'
/usr/bin/install -c -m 644 'an4.ug.lm.FST' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.lm.FST'
/usr/bin/install -c -m 644 'an4.ug.lm.FST.SYM' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.lm.FST.SYM'
/usr/bin/install -c -m 644 'an4.ug.lm.lm_convert' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.lm.lm_convert'
/usr/bin/install -c -m 644 'args.an4' '/usr/local/share/sphinx3/model/lm/an4/args.an4'
/usr/bin/install -c -m 644 'args.an4' '/usr/local/share/sphinx3/model/lm/an4/args.an4'
/usr/bin/install -c -m 644 'args.an4.test' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test'
/usr/bin/install -c -m 644 'args.an4.test.cls' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.cls'
/usr/bin/install -c -m 644 'args.an4.test.cls' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.cls'
/usr/bin/install -c -m 644 'args.an4.test.fsg' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.fsg'
/usr/bin/install -c -m 644 'args.an4.test.fsg' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.fsg'
/usr/bin/install -c -m 644 'args.an4.test' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test'
/usr/bin/install -c -m 644 'args.an4.test.mllr' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.mllr'
/usr/bin/install -c -m 644 'args.an4.test.mllr' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.mllr'
/usr/bin/install -c -m 644 'args.an4.test.win32' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.win32'
/usr/bin/install -c -m 644 'filler.dict' '/usr/local/share/sphinx3/model/lm/an4/filler.dict'
/usr/bin/install -c -m 644 'pittsburgh.bigendian.mfc' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.bigendian.mfc'
/usr/bin/install -c -m 644 'pittsburgh.bigendian.raw' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.bigendian.raw'
/usr/bin/install -c -m 644 'pittsburgh.lat.gz' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.lat.gz'
/usr/bin/install -c -m 644 'pittsburgh.littleendian.abcd' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.littleendian.abcd'
/usr/bin/install -c -m 644 'pittsburgh.littleendian.mfc' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.littleendian.mfc'
/usr/bin/install -c -m 644 'pittsburgh.littleendian.raw' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.littleendian.raw'
/usr/bin/install -c -m 644 'pittsburgh.littleendian.slf' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.littleendian.slf'
/usr/bin/install -c -m 644 'pittsburgh.nbest' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.nbest'
make[4]: Nothing to be done forinstall-exec-am'.
make[4]: Nothing to be done for install-data-am'.
Making install in ep
make[3]: Nothing to be done forinstall-exec-am'.
test -z "/usr/local/share/sphinx3/model/ep" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/share/sphinx3/model/ep"
/usr/bin/install -c -m 644 'chan3-dither.cepview' '/usr/local/share/sphinx3/model/ep/chan3-dither.cepview'
/usr/bin/install -c -m 644 'chan3-logspec.cepview' '/usr/local/share/sphinx3/model/ep/chan3-logspec.cepview'
/usr/bin/install -c -m 644 'chan3.cepview' '/usr/local/share/sphinx3/model/ep/chan3.cepview'
/usr/bin/install -c -m 644 'chan3.logspec' '/usr/local/share/sphinx3/model/ep/chan3.logspec'
/usr/bin/install -c -m 644 'chan3.mfc' '/usr/local/share/sphinx3/model/ep/chan3.mfc'
/usr/bin/install -c -m 644 'chan3.raw' '/usr/local/share/sphinx3/model/ep/chan3.raw'
/usr/bin/install -c -m 644 'ep.mdef' '/usr/local/share/sphinx3/model/ep/ep.mdef'
/usr/bin/install -c -m 644 'ep.result' '/usr/local/share/sphinx3/model/ep/ep.result'
/usr/bin/install -c -m 644 'means' '/usr/local/share/sphinx3/model/ep/means'
/usr/bin/install -c -m 644 'mixture_weights' '/usr/local/share/sphinx3/model/ep/mixture_weights'
/usr/bin/install -c -m 644 'variances' '/usr/local/share/sphinx3/model/ep/variances'
make[3]: Nothing to be done for install-exec-am'.
make[3]: Nothing to be done forinstall-data-am'.
Making install in include
make[2]: Nothing to be done for install-exec-am'.
test -z "/usr/local/include/sphinx3" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/include/sphinx3"
/usr/bin/install -c -m 644 'adaptor.h' '/usr/local/include/sphinx3/adaptor.h'
/usr/bin/install -c -m 644 'approx_cont_mgau.h' '/usr/local/include/sphinx3/approx_cont_mgau.h'
/usr/bin/install -c -m 644 'ascr.h' '/usr/local/include/sphinx3/ascr.h'
/usr/bin/install -c -m 644 'astar.h' '/usr/local/include/sphinx3/astar.h'
/usr/bin/install -c -m 644 'blkarray_list.h' '/usr/local/include/sphinx3/blkarray_list.h'
/usr/bin/install -c -m 644 'cb2mllr_io.h' '/usr/local/include/sphinx3/cb2mllr_io.h'
/usr/bin/install -c -m 644 'classifier.h' '/usr/local/include/sphinx3/classifier.h'
/usr/bin/install -c -m 644 'classify.h' '/usr/local/include/sphinx3/classify.h'
/usr/bin/install -c -m 644 'cmdln_macro.h' '/usr/local/include/sphinx3/cmdln_macro.h'
/usr/bin/install -c -m 644 'confidence.h' '/usr/local/include/sphinx3/confidence.h'
/usr/bin/install -c -m 644 'cont_mgau.h' '/usr/local/include/sphinx3/cont_mgau.h'
/usr/bin/install -c -m 644 'corpus.h' '/usr/local/include/sphinx3/corpus.h'
/usr/bin/install -c -m 644 'ctxt_table.h' '/usr/local/include/sphinx3/ctxt_table.h'
/usr/bin/install -c -m 644 'dag.h' '/usr/local/include/sphinx3/dag.h'
/usr/bin/install -c -m 644 'dict2pid.h' '/usr/local/include/sphinx3/dict2pid.h'
/usr/bin/install -c -m 644 'dict.h' '/usr/local/include/sphinx3/dict.h'
/usr/bin/install -c -m 644 'encoding.h' '/usr/local/include/sphinx3/encoding.h'
/usr/bin/install -c -m 644 'endptr.h' '/usr/local/include/sphinx3/endptr.h'
/usr/bin/install -c -m 644 'fast_algo_struct.h' '/usr/local/include/sphinx3/fast_algo_struct.h'
/usr/bin/install -c -m 644 'fillpen.h' '/usr/local/include/sphinx3/fillpen.h'
/usr/bin/install -c -m 644 'fsg.h' '/usr/local/include/sphinx3/fsg.h'
/usr/bin/install -c -m 644 'fsg_history.h' '/usr/local/include/sphinx3/fsg_history.h'
/usr/bin/install -c -m 644 'fsg_lextree.h' '/usr/local/include/sphinx3/fsg_lextree.h'
/usr/bin/install -c -m 644 'fsg_psubtree.h' '/usr/local/include/sphinx3/fsg_psubtree.h'
/usr/bin/install -c -m 644 'fsg_search.h' '/usr/local/include/sphinx3/fsg_search.h'
/usr/bin/install -c -m 644 'gmm_wrap.h' '/usr/local/include/sphinx3/gmm_wrap.h'
/usr/bin/install -c -m 644 'gs.h' '/usr/local/include/sphinx3/gs.h'
/usr/bin/install -c -m 644 'hmm.h' '/usr/local/include/sphinx3/hmm.h'
/usr/bin/install -c -m 644 'hyp.h' '/usr/local/include/sphinx3/hyp.h'
/usr/bin/install -c -m 644 'interp.h' '/usr/local/include/sphinx3/interp.h'
/usr/bin/install -c -m 644 'kbcore.h' '/usr/local/include/sphinx3/kbcore.h'
/usr/bin/install -c -m 644 'kb.h' '/usr/local/include/sphinx3/kb.h'
/usr/bin/install -c -m 644 'kdtree.h' '/usr/local/include/sphinx3/kdtree.h'
/usr/bin/install -c -m 644 'lextree.h' '/usr/local/include/sphinx3/lextree.h'
/usr/bin/install -c -m 644 'lmclass.h' '/usr/local/include/sphinx3/lmclass.h'
/usr/bin/install -c -m 644 'lm.h' '/usr/local/include/sphinx3/lm.h'
/usr/bin/install -c -m 644 'logs3.h' '/usr/local/include/sphinx3/logs3.h'
/usr/bin/install -c -m 644 'lts.h' '/usr/local/include/sphinx3/lts.h'
/usr/bin/install -c -m 644 'mdef.h' '/usr/local/include/sphinx3/mdef.h'
/usr/bin/install -c -m 644 'misc.h' '/usr/local/include/sphinx3/misc.h'
/usr/bin/install -c -m 644 'mllr.h' '/usr/local/include/sphinx3/mllr.h'
/usr/bin/install -c -m 644 'ms_gauden.h' '/usr/local/include/sphinx3/ms_gauden.h'
/usr/bin/install -c -m 644 'ms_mgau.h' '/usr/local/include/sphinx3/ms_mgau.h'
/usr/bin/install -c -m 644 'ms_mllr.h' '/usr/local/include/sphinx3/ms_mllr.h'
/usr/bin/install -c -m 644 'ms_senone.h' '/usr/local/include/sphinx3/ms_senone.h'
/usr/bin/install -c -m 644 's2_semi_mgau.h' '/usr/local/include/sphinx3/s2_semi_mgau.h'
/usr/bin/install -c -m 644 's3_arraylist.h' '/usr/local/include/sphinx3/s3_arraylist.h'
/usr/bin/install -c -m 644 's3_cfg.h' '/usr/local/include/sphinx3/s3_cfg.h'
/usr/bin/install -c -m 644 's3_decode.h' '/usr/local/include/sphinx3/s3_decode.h'
/usr/bin/install -c -m 644 's3_endpointer.h' '/usr/local/include/sphinx3/s3_endpointer.h'
/usr/bin/install -c -m 644 's3types.h' '/usr/local/include/sphinx3/s3types.h'
/usr/bin/install -c -m 644 'search.h' '/usr/local/include/sphinx3/search.h'
/usr/bin/install -c -m 644 'sort.h' '/usr/local/include/sphinx3/sort.h'
/usr/bin/install -c -m 644 'srch_allphone.h' '/usr/local/include/sphinx3/srch_allphone.h'
/usr/bin/install -c -m 644 'srch_debug.h' '/usr/local/include/sphinx3/srch_debug.h'
/usr/bin/install -c -m 644 'srch_do_nothing.h' '/usr/local/include/sphinx3/srch_do_nothing.h'
/usr/bin/install -c -m 644 'srch_flat_fwd.h' '/usr/local/include/sphinx3/srch_flat_fwd.h'
/usr/bin/install -c -m 644 'srch_fsg.h' '/usr/local/include/sphinx3/srch_fsg.h'
/usr/bin/install -c -m 644 'srch.h' '/usr/local/include/sphinx3/srch.h'
/usr/bin/install -c -m 644 'srch_output.h' '/usr/local/include/sphinx3/srch_output.h'
/usr/bin/install -c -m 644 'srch_time_switch_tree.h' '/usr/local/include/sphinx3/srch_time_switch_tree.h'
/usr/bin/install -c -m 644 'srch_word_switch_tree.h' '/usr/local/include/sphinx3/srch_word_switch_tree.h'
/usr/bin/install -c -m 644 'stat.h' '/usr/local/include/sphinx3/stat.h'
/usr/bin/install -c -m 644 'subvq.h' '/usr/local/include/sphinx3/subvq.h'
/usr/bin/install -c -m 644 'tmat.h' '/usr/local/include/sphinx3/tmat.h'
/usr/bin/install -c -m 644 'utt.h' '/usr/local/include/sphinx3/utt.h'
/usr/bin/install -c -m 644 'vector.h' '/usr/local/include/sphinx3/vector.h'
/usr/bin/install -c -m 644 'vithist.h' '/usr/local/include/sphinx3/vithist.h'
/usr/bin/install -c -m 644 'whmm.h' '/usr/local/include/sphinx3/whmm.h'
/usr/bin/install -c -m 644 'wid.h' '/usr/local/include/sphinx3/wid.h'
/usr/bin/install -c -m 644 'word_fsg.h' '/usr/local/include/sphinx3/word_fsg.h'
/usr/bin/install -c -m 644 'word_graph.h' '/usr/local/include/sphinx3/word_graph.h'
/usr/bin/install -c -m 644 'word_ugprob.h' '/usr/local/include/sphinx3/word_ugprob.h'
make[2]: Nothing to be done forinstall-exec-am'.
test -z "/usr/local/lib/pkgconfig" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/lib/pkgconfig"
/usr/bin/install -c -m 644 'sphinx3.pc' '/usr/local/lib/pkgconfig/sphinx3.pc'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All of the sphinx3_decode's I was trying to use were shell scripts, as you suggested. I found the binary version in /usr/local/bin and copied it to an4/bin and also to an4/bin/.libs to be sure. The decode now made progress. I still have a problem in my training data, but I think I can run that one down on my own. Thanks, again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am new to sphinx3 and have been trying to run the robust tutorial using an4. I have achieved successful results using Linux on a Dell dual processor computer, but I cannot make the decoder run on my MAC PowerPC running OS X 10.4.11. I get the following message in the sphinx3_decode log file:
This script is just a wrapper for sphinx3_decode.
See the libtool documentation for more information.
Thu Feb 14 04:35:12 2008
The sphinx3 compiles and install seemed to have been completed without errors, at least detectable by me after much scouring of the make results. I guess i do not really understand why the message is referring to .../bin/.libs/sphinx3_decode. There is no .libs directory under bin. The sphinx3_decode does appear in the bin directory, as well as in the /usr/local/bin directory where I would have expected it to have been run.
I would appreciate any help; I have spent many hours over the past month searching for the solution to this problem.
Well, it seems you you installed a libtool script instead of actual binary. It must be a bug in libtool and sphinx3 scripts. Find sphinx3_decode binary in sphinx3 sources (it must be in some .libs subfolder there) and copy it by hand.
> I have spent many hours over the past month searching for the solution to this problem.
You could ask earlier I suppose. Also it would be nice if you could provide full sphinx3 build log.
I learn best by digging in myself for discovery of problems, so I exhaust my possibilities before seeking help. To the problem, I created a .libs directory in bin and reran the slave.pl script with the following message in the decode log:
This script is just a wrapper for sphinx3_decode.
See the libtool documentation for more information.
Thu Feb 21 10:20:53 2008
It seems there is some sort of recursion going on in sphinx3_decode. I will look into this further.
Following are the outputs from the make and make install runs (hope this helps):
robert-santefords-powerbook58:~/Documents/Projects/Lushootseed/tutorial/sphinx3 rasanteford$ make
Making all in src
Making all in libs3decoder
Making all in libam
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT adaptor.lo -MD -MP -MF ".deps/adaptor.Tpo" -c -o adaptor.lo adaptor.c; \ then mv -f ".deps/adaptor.Tpo" ".deps/adaptor.Plo"; else rm -f ".deps/adaptor.Tpo"; exit 1; fi
mkdir .libs
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT adaptor.lo -MD -MP -MF .deps/adaptor.Tpo -c adaptor.c -fno-common -DPIC -o .libs/adaptor.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT adaptor.lo -MD -MP -MF .deps/adaptor.Tpo -c adaptor.c -o adaptor.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT approx_cont_mgau.lo -MD -MP -MF ".deps/approx_cont_mgau.Tpo" -c -o approx_cont_mgau.lo approx_cont_mgau.c; \ then mv -f ".deps/approx_cont_mgau.Tpo" ".deps/approx_cont_mgau.Plo"; else rm -f ".deps/approx_cont_mgau.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT approx_cont_mgau.lo -MD -MP -MF .deps/approx_cont_mgau.Tpo -c approx_cont_mgau.c -fno-common -DPIC -o .libs/approx_cont_mgau.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT approx_cont_mgau.lo -MD -MP -MF .deps/approx_cont_mgau.Tpo -c approx_cont_mgau.c -o approx_cont_mgau.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT cb2mllr_io.lo -MD -MP -MF ".deps/cb2mllr_io.Tpo" -c -o cb2mllr_io.lo cb2mllr_io.c; \ then mv -f ".deps/cb2mllr_io.Tpo" ".deps/cb2mllr_io.Plo"; else rm -f ".deps/cb2mllr_io.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT cb2mllr_io.lo -MD -MP -MF .deps/cb2mllr_io.Tpo -c cb2mllr_io.c -fno-common -DPIC -o .libs/cb2mllr_io.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT cb2mllr_io.lo -MD -MP -MF .deps/cb2mllr_io.Tpo -c cb2mllr_io.c -o cb2mllr_io.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT cont_mgau.lo -MD -MP -MF ".deps/cont_mgau.Tpo" -c -o cont_mgau.lo cont_mgau.c; \ then mv -f ".deps/cont_mgau.Tpo" ".deps/cont_mgau.Plo"; else rm -f ".deps/cont_mgau.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT cont_mgau.lo -MD -MP -MF .deps/cont_mgau.Tpo -c cont_mgau.c -fno-common -DPIC -o .libs/cont_mgau.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT cont_mgau.lo -MD -MP -MF .deps/cont_mgau.Tpo -c cont_mgau.c -o cont_mgau.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fast_algo_struct.lo -MD -MP -MF ".deps/fast_algo_struct.Tpo" -c -o fast_algo_struct.lo fast_algo_struct.c; \ then mv -f ".deps/fast_algo_struct.Tpo" ".deps/fast_algo_struct.Plo"; else rm -f ".deps/fast_algo_struct.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fast_algo_struct.lo -MD -MP -MF .deps/fast_algo_struct.Tpo -c fast_algo_struct.c -fno-common -DPIC -o .libs/fast_algo_struct.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fast_algo_struct.lo -MD -MP -MF .deps/fast_algo_struct.Tpo -c fast_algo_struct.c -o fast_algo_struct.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT gs.lo -MD -MP -MF ".deps/gs.Tpo" -c -o gs.lo gs.c; \ then mv -f ".deps/gs.Tpo" ".deps/gs.Plo"; else rm -f ".deps/gs.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT gs.lo -MD -MP -MF .deps/gs.Tpo -c gs.c -fno-common -DPIC -o .libs/gs.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT gs.lo -MD -MP -MF .deps/gs.Tpo -c gs.c -o gs.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT hmm.lo -MD -MP -MF ".deps/hmm.Tpo" -c -o hmm.lo hmm.c; \ then mv -f ".deps/hmm.Tpo" ".deps/hmm.Plo"; else rm -f ".deps/hmm.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT hmm.lo -MD -MP -MF .deps/hmm.Tpo -c hmm.c -fno-common -DPIC -o .libs/hmm.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT hmm.lo -MD -MP -MF .deps/hmm.Tpo -c hmm.c -o hmm.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT interp.lo -MD -MP -MF ".deps/interp.Tpo" -c -o interp.lo interp.c; \ then mv -f ".deps/interp.Tpo" ".deps/interp.Plo"; else rm -f ".deps/interp.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT interp.lo -MD -MP -MF .deps/interp.Tpo -c interp.c -fno-common -DPIC -o .libs/interp.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT interp.lo -MD -MP -MF .deps/interp.Tpo -c interp.c -o interp.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT kdtree.lo -MD -MP -MF ".deps/kdtree.Tpo" -c -o kdtree.lo kdtree.c; \ then mv -f ".deps/kdtree.Tpo" ".deps/kdtree.Plo"; else rm -f ".deps/kdtree.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT kdtree.lo -MD -MP -MF .deps/kdtree.Tpo -c kdtree.c -fno-common -DPIC -o .libs/kdtree.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT kdtree.lo -MD -MP -MF .deps/kdtree.Tpo -c kdtree.c -o kdtree.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT mdef.lo -MD -MP -MF ".deps/mdef.Tpo" -c -o mdef.lo mdef.c; \ then mv -f ".deps/mdef.Tpo" ".deps/mdef.Plo"; else rm -f ".deps/mdef.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT mdef.lo -MD -MP -MF .deps/mdef.Tpo -c mdef.c -fno-common -DPIC -o .libs/mdef.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT mdef.lo -MD -MP -MF .deps/mdef.Tpo -c mdef.c -o mdef.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT mllr.lo -MD -MP -MF ".deps/mllr.Tpo" -c -o mllr.lo mllr.c; \ then mv -f ".deps/mllr.Tpo" ".deps/mllr.Plo"; else rm -f ".deps/mllr.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT mllr.lo -MD -MP -MF .deps/mllr.Tpo -c mllr.c -fno-common -DPIC -o .libs/mllr.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT mllr.lo -MD -MP -MF .deps/mllr.Tpo -c mllr.c -o mllr.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ms_gauden.lo -MD -MP -MF ".deps/ms_gauden.Tpo" -c -o ms_gauden.lo ms_gauden.c; \ then mv -f ".deps/ms_gauden.Tpo" ".deps/ms_gauden.Plo"; else rm -f ".deps/ms_gauden.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ms_gauden.lo -MD -MP -MF .deps/ms_gauden.Tpo -c ms_gauden.c -fno-common -DPIC -o .libs/ms_gauden.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ms_gauden.lo -MD -MP -MF .deps/ms_gauden.Tpo -c ms_gauden.c -o ms_gauden.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ms_mgau.lo -MD -MP -MF ".deps/ms_mgau.Tpo" -c -o ms_mgau.lo ms_mgau.c; \ then mv -f ".deps/ms_mgau.Tpo" ".deps/ms_mgau.Plo"; else rm -f ".deps/ms_mgau.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ms_mgau.lo -MD -MP -MF .deps/ms_mgau.Tpo -c ms_mgau.c -fno-common -DPIC -o .libs/ms_mgau.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ms_mgau.lo -MD -MP -MF .deps/ms_mgau.Tpo -c ms_mgau.c -o ms_mgau.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ms_mllr.lo -MD -MP -MF ".deps/ms_mllr.Tpo" -c -o ms_mllr.lo ms_mllr.c; \ then mv -f ".deps/ms_mllr.Tpo" ".deps/ms_mllr.Plo"; else rm -f ".deps/ms_mllr.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ms_mllr.lo -MD -MP -MF .deps/ms_mllr.Tpo -c ms_mllr.c -fno-common -DPIC -o .libs/ms_mllr.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ms_mllr.lo -MD -MP -MF .deps/ms_mllr.Tpo -c ms_mllr.c -o ms_mllr.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ms_senone.lo -MD -MP -MF ".deps/ms_senone.Tpo" -c -o ms_senone.lo ms_senone.c; \ then mv -f ".deps/ms_senone.Tpo" ".deps/ms_senone.Plo"; else rm -f ".deps/ms_senone.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ms_senone.lo -MD -MP -MF .deps/ms_senone.Tpo -c ms_senone.c -fno-common -DPIC -o .libs/ms_senone.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ms_senone.lo -MD -MP -MF .deps/ms_senone.Tpo -c ms_senone.c -o ms_senone.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT subvq.lo -MD -MP -MF ".deps/subvq.Tpo" -c -o subvq.lo subvq.c; \ then mv -f ".deps/subvq.Tpo" ".deps/subvq.Plo"; else rm -f ".deps/subvq.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT subvq.lo -MD -MP -MF .deps/subvq.Tpo -c subvq.c -fno-common -DPIC -o .libs/subvq.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT subvq.lo -MD -MP -MF .deps/subvq.Tpo -c subvq.c -o subvq.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT tmat.lo -MD -MP -MF ".deps/tmat.Tpo" -c -o tmat.lo tmat.c; \ then mv -f ".deps/tmat.Tpo" ".deps/tmat.Plo"; else rm -f ".deps/tmat.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT tmat.lo -MD -MP -MF .deps/tmat.Tpo -c tmat.c -fno-common -DPIC -o .libs/tmat.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT tmat.lo -MD -MP -MF .deps/tmat.Tpo -c tmat.c -o tmat.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT log_add.lo -MD -MP -MF ".deps/log_add.Tpo" -c -o log_add.lo log_add.c; \ then mv -f ".deps/log_add.Tpo" ".deps/log_add.Plo"; else rm -f ".deps/log_add.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT log_add.lo -MD -MP -MF .deps/log_add.Tpo -c log_add.c -fno-common -DPIC -o .libs/log_add.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT log_add.lo -MD -MP -MF .deps/log_add.Tpo -c log_add.c -o log_add.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s2_semi_mgau.lo -MD -MP -MF ".deps/s2_semi_mgau.Tpo" -c -o s2_semi_mgau.lo s2_semi_mgau.c; \ then mv -f ".deps/s2_semi_mgau.Tpo" ".deps/s2_semi_mgau.Plo"; else rm -f ".deps/s2_semi_mgau.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s2_semi_mgau.lo -MD -MP -MF .deps/s2_semi_mgau.Tpo -c s2_semi_mgau.c -fno-common -DPIC -o .libs/s2_semi_mgau.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../.. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -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
/bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o libam.la -version-info 0:6:0 adaptor.lo approx_cont_mgau.lo cb2mllr_io.lo cont_mgau.lo fast_algo_struct.lo gs.lo hmm.lo interp.lo kdtree.lo mdef.lo mllr.lo ms_gauden.lo ms_mgau.lo ms_mllr.lo ms_senone.lo subvq.lo tmat.lo log_add.lo s2_semi_mgau.lo -framework CoreAudio -framework AudioToolbox
ar cru .libs/libam.a .libs/adaptor.o .libs/approx_cont_mgau.o .libs/cb2mllr_io.o .libs/cont_mgau.o .libs/fast_algo_struct.o .libs/gs.o .libs/hmm.o .libs/interp.o .libs/kdtree.o .libs/mdef.o .libs/mllr.o .libs/ms_gauden.o .libs/ms_mgau.o .libs/ms_mllr.o .libs/ms_senone.o .libs/subvq.o .libs/tmat.o .libs/log_add.o .libs/s2_semi_mgau.o
ranlib .libs/libam.a
creating libam.la
(cd .libs && rm -f libam.la && ln -s ../libam.la libam.la)
Making all in libconfidence
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT confidence.lo -MD -MP -MF ".deps/confidence.Tpo" -c -o confidence.lo confidence.c; \ then mv -f ".deps/confidence.Tpo" ".deps/confidence.Plo"; else rm -f ".deps/confidence.Tpo"; exit 1; fi
mkdir .libs
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT confidence.lo -MD -MP -MF .deps/confidence.Tpo -c confidence.c -fno-common -DPIC -o .libs/confidence.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT confidence.lo -MD -MP -MF .deps/confidence.Tpo -c confidence.c -o confidence.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o libconfidence.la -version-info 0:6:0 confidence.lo -framework CoreAudio -framework AudioToolbox
ar cru .libs/libconfidence.a .libs/confidence.o
ranlib .libs/libconfidence.a
creating libconfidence.la
(cd .libs && rm -f libconfidence.la && ln -s ../libconfidence.la libconfidence.la)
Making all in libcommon
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT corpus.lo -MD -MP -MF ".deps/corpus.Tpo" -c -o corpus.lo corpus.c; \ then mv -f ".deps/corpus.Tpo" ".deps/corpus.Plo"; else rm -f ".deps/corpus.Tpo"; exit 1; fi
mkdir .libs
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT corpus.lo -MD -MP -MF .deps/corpus.Tpo -c corpus.c -fno-common -DPIC -o .libs/corpus.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT corpus.lo -MD -MP -MF .deps/corpus.Tpo -c corpus.c -o corpus.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT encoding.lo -MD -MP -MF ".deps/encoding.Tpo" -c -o encoding.lo encoding.c; \ then mv -f ".deps/encoding.Tpo" ".deps/encoding.Plo"; else rm -f ".deps/encoding.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT encoding.lo -MD -MP -MF .deps/encoding.Tpo -c encoding.c -fno-common -DPIC -o .libs/encoding.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT encoding.lo -MD -MP -MF .deps/encoding.Tpo -c encoding.c -o encoding.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT logs3.lo -MD -MP -MF ".deps/logs3.Tpo" -c -o logs3.lo logs3.c; \ then mv -f ".deps/logs3.Tpo" ".deps/logs3.Plo"; else rm -f ".deps/logs3.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT logs3.lo -MD -MP -MF .deps/logs3.Tpo -c logs3.c -fno-common -DPIC -o .libs/logs3.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT logs3.lo -MD -MP -MF .deps/logs3.Tpo -c logs3.c -o logs3.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT misc.lo -MD -MP -MF ".deps/misc.Tpo" -c -o misc.lo misc.c; \ then mv -f ".deps/misc.Tpo" ".deps/misc.Plo"; else rm -f ".deps/misc.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fno-common -DPIC -o .libs/misc.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT stat.lo -MD -MP -MF ".deps/stat.Tpo" -c -o stat.lo stat.c; \ then mv -f ".deps/stat.Tpo" ".deps/stat.Plo"; else rm -f ".deps/stat.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT stat.lo -MD -MP -MF .deps/stat.Tpo -c stat.c -fno-common -DPIC -o .libs/stat.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT stat.lo -MD -MP -MF .deps/stat.Tpo -c stat.c -o stat.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT vector.lo -MD -MP -MF ".deps/vector.Tpo" -c -o vector.lo vector.c; \ then mv -f ".deps/vector.Tpo" ".deps/vector.Plo"; else rm -f ".deps/vector.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT vector.lo -MD -MP -MF .deps/vector.Tpo -c vector.c -fno-common -DPIC -o .libs/vector.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT vector.lo -MD -MP -MF .deps/vector.Tpo -c vector.c -o vector.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o libcommon.la -version-info 0:6:0 corpus.lo encoding.lo logs3.lo misc.lo stat.lo vector.lo -framework CoreAudio -framework AudioToolbox
ar cru .libs/libcommon.a .libs/corpus.o .libs/encoding.o .libs/logs3.o .libs/misc.o .libs/stat.o .libs/vector.o
ranlib .libs/libcommon.a
creating libcommon.la
(cd .libs && rm -f libcommon.la && ln -s ../libcommon.la libcommon.la)
Making all in libdict
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT cmu6_lts_rules.lo -MD -MP -MF ".deps/cmu6_lts_rules.Tpo" -c -o cmu6_lts_rules.lo cmu6_lts_rules.c; \ then mv -f ".deps/cmu6_lts_rules.Tpo" ".deps/cmu6_lts_rules.Plo"; else rm -f ".deps/cmu6_lts_rules.Tpo"; exit 1; fi
mkdir .libs
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT cmu6_lts_rules.lo -MD -MP -MF .deps/cmu6_lts_rules.Tpo -c cmu6_lts_rules.c -fno-common -DPIC -o .libs/cmu6_lts_rules.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT cmu6_lts_rules.lo -MD -MP -MF .deps/cmu6_lts_rules.Tpo -c cmu6_lts_rules.c -o cmu6_lts_rules.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT dict.lo -MD -MP -MF ".deps/dict.Tpo" -c -o dict.lo dict.c; \ then mv -f ".deps/dict.Tpo" ".deps/dict.Plo"; else rm -f ".deps/dict.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c -fno-common -DPIC -o .libs/dict.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c -o dict.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lts.lo -MD -MP -MF ".deps/lts.Tpo" -c -o lts.lo lts.c; \ then mv -f ".deps/lts.Tpo" ".deps/lts.Plo"; else rm -f ".deps/lts.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lts.lo -MD -MP -MF .deps/lts.Tpo -c lts.c -fno-common -DPIC -o .libs/lts.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lts.lo -MD -MP -MF .deps/lts.Tpo -c lts.c -o lts.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT wid.lo -MD -MP -MF ".deps/wid.Tpo" -c -o wid.lo wid.c; \ then mv -f ".deps/wid.Tpo" ".deps/wid.Plo"; else rm -f ".deps/wid.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT wid.lo -MD -MP -MF .deps/wid.Tpo -c wid.c -fno-common -DPIC -o .libs/wid.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT wid.lo -MD -MP -MF .deps/wid.Tpo -c wid.c -o wid.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o libdict.la -version-info 0:6:0 cmu6_lts_rules.lo dict.lo lts.lo wid.lo -framework CoreAudio -framework AudioToolbox
ar cru .libs/libdict.a .libs/cmu6_lts_rules.o .libs/dict.o .libs/lts.o .libs/wid.o
ranlib .libs/libdict.a
creating libdict.la
(cd .libs && rm -f libdict.la && ln -s ../libdict.la libdict.la)
Making all in libep
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s3_endpointer.lo -MD -MP -MF ".deps/s3_endpointer.Tpo" -c -o s3_endpointer.lo s3_endpointer.c; \ then mv -f ".deps/s3_endpointer.Tpo" ".deps/s3_endpointer.Plo"; else rm -f ".deps/s3_endpointer.Tpo"; exit 1; fi
mkdir .libs
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s3_endpointer.lo -MD -MP -MF .deps/s3_endpointer.Tpo -c s3_endpointer.c -fno-common -DPIC -o .libs/s3_endpointer.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s3_endpointer.lo -MD -MP -MF .deps/s3_endpointer.Tpo -c s3_endpointer.c -o s3_endpointer.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o libep.la -version-info 0:6:0 s3_endpointer.lo -framework CoreAudio -framework AudioToolbox
ar cru .libs/libep.a .libs/s3_endpointer.o
ranlib .libs/libep.a
creating libep.la
(cd .libs && rm -f libep.la && ln -s ../libep.la libep.la)
Making all in liblm
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fillpen.lo -MD -MP -MF ".deps/fillpen.Tpo" -c -o fillpen.lo fillpen.c; \ then mv -f ".deps/fillpen.Tpo" ".deps/fillpen.Plo"; else rm -f ".deps/fillpen.Tpo"; exit 1; fi
mkdir .libs
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fillpen.lo -MD -MP -MF .deps/fillpen.Tpo -c fillpen.c -fno-common -DPIC -o .libs/fillpen.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fillpen.lo -MD -MP -MF .deps/fillpen.Tpo -c fillpen.c -o fillpen.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm.lo -MD -MP -MF ".deps/lm.Tpo" -c -o lm.lo lm.c; \ then mv -f ".deps/lm.Tpo" ".deps/lm.Plo"; else rm -f ".deps/lm.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm.lo -MD -MP -MF .deps/lm.Tpo -c lm.c -fno-common -DPIC -o .libs/lm.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm.lo -MD -MP -MF .deps/lm.Tpo -c lm.c -o lm.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm_3g.lo -MD -MP -MF ".deps/lm_3g.Tpo" -c -o lm_3g.lo lm_3g.c; \ then mv -f ".deps/lm_3g.Tpo" ".deps/lm_3g.Plo"; else rm -f ".deps/lm_3g.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm_3g.lo -MD -MP -MF .deps/lm_3g.Tpo -c lm_3g.c -fno-common -DPIC -o .libs/lm_3g.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm_3g.lo -MD -MP -MF .deps/lm_3g.Tpo -c lm_3g.c -o lm_3g.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm_3g_dmp.lo -MD -MP -MF ".deps/lm_3g_dmp.Tpo" -c -o lm_3g_dmp.lo lm_3g_dmp.c; \ then mv -f ".deps/lm_3g_dmp.Tpo" ".deps/lm_3g_dmp.Plo"; else rm -f ".deps/lm_3g_dmp.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm_3g_dmp.lo -MD -MP -MF .deps/lm_3g_dmp.Tpo -c lm_3g_dmp.c -fno-common -DPIC -o .libs/lm_3g_dmp.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm_3g_dmp.lo -MD -MP -MF .deps/lm_3g_dmp.Tpo -c lm_3g_dmp.c -o lm_3g_dmp.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm_debug.lo -MD -MP -MF ".deps/lm_debug.Tpo" -c -o lm_debug.lo lm_debug.c; \ then mv -f ".deps/lm_debug.Tpo" ".deps/lm_debug.Plo"; else rm -f ".deps/lm_debug.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm_debug.lo -MD -MP -MF .deps/lm_debug.Tpo -c lm_debug.c -fno-common -DPIC -o .libs/lm_debug.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm_debug.lo -MD -MP -MF .deps/lm_debug.Tpo -c lm_debug.c -o lm_debug.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm_attfsm.lo -MD -MP -MF ".deps/lm_attfsm.Tpo" -c -o lm_attfsm.lo lm_attfsm.c; \ then mv -f ".deps/lm_attfsm.Tpo" ".deps/lm_attfsm.Plo"; else rm -f ".deps/lm_attfsm.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm_attfsm.lo -MD -MP -MF .deps/lm_attfsm.Tpo -c lm_attfsm.c -fno-common -DPIC -o .libs/lm_attfsm.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lm_attfsm.lo -MD -MP -MF .deps/lm_attfsm.Tpo -c lm_attfsm.c -o lm_attfsm.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lmclass.lo -MD -MP -MF ".deps/lmclass.Tpo" -c -o lmclass.lo lmclass.c; \ then mv -f ".deps/lmclass.Tpo" ".deps/lmclass.Plo"; else rm -f ".deps/lmclass.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lmclass.lo -MD -MP -MF .deps/lmclass.Tpo -c lmclass.c -fno-common -DPIC -o .libs/lmclass.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lmclass.lo -MD -MP -MF .deps/lmclass.Tpo -c lmclass.c -o lmclass.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lmset.lo -MD -MP -MF ".deps/lmset.Tpo" -c -o lmset.lo lmset.c; \ then mv -f ".deps/lmset.Tpo" ".deps/lmset.Plo"; else rm -f ".deps/lmset.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lmset.lo -MD -MP -MF .deps/lmset.Tpo -c lmset.c -fno-common -DPIC -o .libs/lmset.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lmset.lo -MD -MP -MF .deps/lmset.Tpo -c lmset.c -o lmset.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o liblm.la -version-info 0:6:0 fillpen.lo lm.lo lm_3g.lo lm_3g_dmp.lo lm_debug.lo lm_attfsm.lo lmclass.lo lmset.lo -framework CoreAudio -framework AudioToolbox
ar cru .libs/liblm.a .libs/fillpen.o .libs/lm.o .libs/lm_3g.o .libs/lm_3g_dmp.o .libs/lm_debug.o .libs/lm_attfsm.o .libs/lmclass.o .libs/lmset.o
ranlib .libs/liblm.a
creating liblm.la
(cd .libs && rm -f liblm.la && ln -s ../liblm.la liblm.la)
Making all in libsearch
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ascr.lo -MD -MP -MF ".deps/ascr.Tpo" -c -o ascr.lo ascr.c; \ then mv -f ".deps/ascr.Tpo" ".deps/ascr.Plo"; else rm -f ".deps/ascr.Tpo"; exit 1; fi
mkdir .libs
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ascr.lo -MD -MP -MF .deps/ascr.Tpo -c ascr.c -fno-common -DPIC -o .libs/ascr.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ascr.lo -MD -MP -MF .deps/ascr.Tpo -c ascr.c -o ascr.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT astar.lo -MD -MP -MF ".deps/astar.Tpo" -c -o astar.lo astar.c; \ then mv -f ".deps/astar.Tpo" ".deps/astar.Plo"; else rm -f ".deps/astar.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT astar.lo -MD -MP -MF .deps/astar.Tpo -c astar.c -fno-common -DPIC -o .libs/astar.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT astar.lo -MD -MP -MF .deps/astar.Tpo -c astar.c -o astar.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT blkarray_list.lo -MD -MP -MF ".deps/blkarray_list.Tpo" -c -o blkarray_list.lo blkarray_list.c; \ then mv -f ".deps/blkarray_list.Tpo" ".deps/blkarray_list.Plo"; else rm -f ".deps/blkarray_list.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT blkarray_list.lo -MD -MP -MF .deps/blkarray_list.Tpo -c blkarray_list.c -fno-common -DPIC -o .libs/blkarray_list.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT blkarray_list.lo -MD -MP -MF .deps/blkarray_list.Tpo -c blkarray_list.c -o blkarray_list.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ctxt_table.lo -MD -MP -MF ".deps/ctxt_table.Tpo" -c -o ctxt_table.lo ctxt_table.c; \ then mv -f ".deps/ctxt_table.Tpo" ".deps/ctxt_table.Plo"; else rm -f ".deps/ctxt_table.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ctxt_table.lo -MD -MP -MF .deps/ctxt_table.Tpo -c ctxt_table.c -fno-common -DPIC -o .libs/ctxt_table.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT ctxt_table.lo -MD -MP -MF .deps/ctxt_table.Tpo -c ctxt_table.c -o ctxt_table.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT dag.lo -MD -MP -MF ".deps/dag.Tpo" -c -o dag.lo dag.c; \ then mv -f ".deps/dag.Tpo" ".deps/dag.Plo"; else rm -f ".deps/dag.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT dag.lo -MD -MP -MF .deps/dag.Tpo -c dag.c -fno-common -DPIC -o .libs/dag.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT dag.lo -MD -MP -MF .deps/dag.Tpo -c dag.c -o dag.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT dict2pid.lo -MD -MP -MF ".deps/dict2pid.Tpo" -c -o dict2pid.lo dict2pid.c; \ then mv -f ".deps/dict2pid.Tpo" ".deps/dict2pid.Plo"; else rm -f ".deps/dict2pid.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT dict2pid.lo -MD -MP -MF .deps/dict2pid.Tpo -c dict2pid.c -fno-common -DPIC -o .libs/dict2pid.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT dict2pid.lo -MD -MP -MF .deps/dict2pid.Tpo -c dict2pid.c -o dict2pid.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT flat_fwd.lo -MD -MP -MF ".deps/flat_fwd.Tpo" -c -o flat_fwd.lo flat_fwd.c; \ then mv -f ".deps/flat_fwd.Tpo" ".deps/flat_fwd.Plo"; else rm -f ".deps/flat_fwd.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT flat_fwd.lo -MD -MP -MF .deps/flat_fwd.Tpo -c flat_fwd.c -fno-common -DPIC -o .libs/flat_fwd.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT flat_fwd.lo -MD -MP -MF .deps/flat_fwd.Tpo -c flat_fwd.c -o flat_fwd.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fsg_history.lo -MD -MP -MF ".deps/fsg_history.Tpo" -c -o fsg_history.lo fsg_history.c; \ then mv -f ".deps/fsg_history.Tpo" ".deps/fsg_history.Plo"; else rm -f ".deps/fsg_history.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fsg_history.lo -MD -MP -MF .deps/fsg_history.Tpo -c fsg_history.c -fno-common -DPIC -o .libs/fsg_history.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fsg_history.lo -MD -MP -MF .deps/fsg_history.Tpo -c fsg_history.c -o fsg_history.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fsg_lextree.lo -MD -MP -MF ".deps/fsg_lextree.Tpo" -c -o fsg_lextree.lo fsg_lextree.c; \ then mv -f ".deps/fsg_lextree.Tpo" ".deps/fsg_lextree.Plo"; else rm -f ".deps/fsg_lextree.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fsg_lextree.lo -MD -MP -MF .deps/fsg_lextree.Tpo -c fsg_lextree.c -fno-common -DPIC -o .libs/fsg_lextree.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fsg_lextree.lo -MD -MP -MF .deps/fsg_lextree.Tpo -c fsg_lextree.c -o fsg_lextree.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fsg_psubtree.lo -MD -MP -MF ".deps/fsg_psubtree.Tpo" -c -o fsg_psubtree.lo fsg_psubtree.c; \ then mv -f ".deps/fsg_psubtree.Tpo" ".deps/fsg_psubtree.Plo"; else rm -f ".deps/fsg_psubtree.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fsg_psubtree.lo -MD -MP -MF .deps/fsg_psubtree.Tpo -c fsg_psubtree.c -fno-common -DPIC -o .libs/fsg_psubtree.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fsg_psubtree.lo -MD -MP -MF .deps/fsg_psubtree.Tpo -c fsg_psubtree.c -o fsg_psubtree.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fsg_search.lo -MD -MP -MF ".deps/fsg_search.Tpo" -c -o fsg_search.lo fsg_search.c; \ then mv -f ".deps/fsg_search.Tpo" ".deps/fsg_search.Plo"; else rm -f ".deps/fsg_search.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fsg_search.lo -MD -MP -MF .deps/fsg_search.Tpo -c fsg_search.c -fno-common -DPIC -o .libs/fsg_search.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT fsg_search.lo -MD -MP -MF .deps/fsg_search.Tpo -c fsg_search.c -o fsg_search.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT gmm_wrap.lo -MD -MP -MF ".deps/gmm_wrap.Tpo" -c -o gmm_wrap.lo gmm_wrap.c; \ then mv -f ".deps/gmm_wrap.Tpo" ".deps/gmm_wrap.Plo"; else rm -f ".deps/gmm_wrap.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT gmm_wrap.lo -MD -MP -MF .deps/gmm_wrap.Tpo -c gmm_wrap.c -fno-common -DPIC -o .libs/gmm_wrap.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT gmm_wrap.lo -MD -MP -MF .deps/gmm_wrap.Tpo -c gmm_wrap.c -o gmm_wrap.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT kb.lo -MD -MP -MF ".deps/kb.Tpo" -c -o kb.lo kb.c; \ then mv -f ".deps/kb.Tpo" ".deps/kb.Plo"; else rm -f ".deps/kb.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT kb.lo -MD -MP -MF .deps/kb.Tpo -c kb.c -fno-common -DPIC -o .libs/kb.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT kb.lo -MD -MP -MF .deps/kb.Tpo -c kb.c -o kb.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT kbcore.lo -MD -MP -MF ".deps/kbcore.Tpo" -c -o kbcore.lo kbcore.c; \ then mv -f ".deps/kbcore.Tpo" ".deps/kbcore.Plo"; else rm -f ".deps/kbcore.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT kbcore.lo -MD -MP -MF .deps/kbcore.Tpo -c kbcore.c -fno-common -DPIC -o .libs/kbcore.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT kbcore.lo -MD -MP -MF .deps/kbcore.Tpo -c kbcore.c -o kbcore.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lextree.lo -MD -MP -MF ".deps/lextree.Tpo" -c -o lextree.lo lextree.c; \ then mv -f ".deps/lextree.Tpo" ".deps/lextree.Plo"; else rm -f ".deps/lextree.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lextree.lo -MD -MP -MF .deps/lextree.Tpo -c lextree.c -fno-common -DPIC -o .libs/lextree.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT lextree.lo -MD -MP -MF .deps/lextree.Tpo -c lextree.c -o lextree.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch.lo -MD -MP -MF ".deps/srch.Tpo" -c -o srch.lo srch.c; \ then mv -f ".deps/srch.Tpo" ".deps/srch.Plo"; else rm -f ".deps/srch.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch.lo -MD -MP -MF .deps/srch.Tpo -c srch.c -fno-common -DPIC -o .libs/srch.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch.lo -MD -MP -MF .deps/srch.Tpo -c srch.c -o srch.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_align.lo -MD -MP -MF ".deps/srch_align.Tpo" -c -o srch_align.lo srch_align.c; \ then mv -f ".deps/srch_align.Tpo" ".deps/srch_align.Plo"; else rm -f ".deps/srch_align.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_align.lo -MD -MP -MF .deps/srch_align.Tpo -c srch_align.c -fno-common -DPIC -o .libs/srch_align.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_align.lo -MD -MP -MF .deps/srch_align.Tpo -c srch_align.c -o srch_align.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_allphone.lo -MD -MP -MF ".deps/srch_allphone.Tpo" -c -o srch_allphone.lo srch_allphone.c; \ then mv -f ".deps/srch_allphone.Tpo" ".deps/srch_allphone.Plo"; else rm -f ".deps/srch_allphone.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_allphone.lo -MD -MP -MF .deps/srch_allphone.Tpo -c srch_allphone.c -fno-common -DPIC -o .libs/srch_allphone.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_allphone.lo -MD -MP -MF .deps/srch_allphone.Tpo -c srch_allphone.c -o srch_allphone.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_debug.lo -MD -MP -MF ".deps/srch_debug.Tpo" -c -o srch_debug.lo srch_debug.c; \ then mv -f ".deps/srch_debug.Tpo" ".deps/srch_debug.Plo"; else rm -f ".deps/srch_debug.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_debug.lo -MD -MP -MF .deps/srch_debug.Tpo -c srch_debug.c -fno-common -DPIC -o .libs/srch_debug.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_debug.lo -MD -MP -MF .deps/srch_debug.Tpo -c srch_debug.c -o srch_debug.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_do_nothing.lo -MD -MP -MF ".deps/srch_do_nothing.Tpo" -c -o srch_do_nothing.lo srch_do_nothing.c; \ then mv -f ".deps/srch_do_nothing.Tpo" ".deps/srch_do_nothing.Plo"; else rm -f ".deps/srch_do_nothing.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_do_nothing.lo -MD -MP -MF .deps/srch_do_nothing.Tpo -c srch_do_nothing.c -fno-common -DPIC -o .libs/srch_do_nothing.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_do_nothing.lo -MD -MP -MF .deps/srch_do_nothing.Tpo -c srch_do_nothing.c -o srch_do_nothing.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_flat_fwd.lo -MD -MP -MF ".deps/srch_flat_fwd.Tpo" -c -o srch_flat_fwd.lo srch_flat_fwd.c; \ then mv -f ".deps/srch_flat_fwd.Tpo" ".deps/srch_flat_fwd.Plo"; else rm -f ".deps/srch_flat_fwd.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_flat_fwd.lo -MD -MP -MF .deps/srch_flat_fwd.Tpo -c srch_flat_fwd.c -fno-common -DPIC -o .libs/srch_flat_fwd.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_flat_fwd.lo -MD -MP -MF .deps/srch_flat_fwd.Tpo -c srch_flat_fwd.c -o srch_flat_fwd.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_fsg.lo -MD -MP -MF ".deps/srch_fsg.Tpo" -c -o srch_fsg.lo srch_fsg.c; \ then mv -f ".deps/srch_fsg.Tpo" ".deps/srch_fsg.Plo"; else rm -f ".deps/srch_fsg.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_fsg.lo -MD -MP -MF .deps/srch_fsg.Tpo -c srch_fsg.c -fno-common -DPIC -o .libs/srch_fsg.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_fsg.lo -MD -MP -MF .deps/srch_fsg.Tpo -c srch_fsg.c -o srch_fsg.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_output.lo -MD -MP -MF ".deps/srch_output.Tpo" -c -o srch_output.lo srch_output.c; \ then mv -f ".deps/srch_output.Tpo" ".deps/srch_output.Plo"; else rm -f ".deps/srch_output.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_output.lo -MD -MP -MF .deps/srch_output.Tpo -c srch_output.c -fno-common -DPIC -o .libs/srch_output.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_output.lo -MD -MP -MF .deps/srch_output.Tpo -c srch_output.c -o srch_output.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_time_switch_tree.lo -MD -MP -MF ".deps/srch_time_switch_tree.Tpo" -c -o srch_time_switch_tree.lo srch_time_switch_tree.c; \ then mv -f ".deps/srch_time_switch_tree.Tpo" ".deps/srch_time_switch_tree.Plo"; else rm -f ".deps/srch_time_switch_tree.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_time_switch_tree.lo -MD -MP -MF .deps/srch_time_switch_tree.Tpo -c srch_time_switch_tree.c -fno-common -DPIC -o .libs/srch_time_switch_tree.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT srch_time_switch_tree.lo -MD -MP -MF .deps/srch_time_switch_tree.Tpo -c srch_time_switch_tree.c -o srch_time_switch_tree.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT vithist.lo -MD -MP -MF ".deps/vithist.Tpo" -c -o vithist.lo vithist.c; \ then mv -f ".deps/vithist.Tpo" ".deps/vithist.Plo"; else rm -f ".deps/vithist.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT vithist.lo -MD -MP -MF .deps/vithist.Tpo -c vithist.c -fno-common -DPIC -o .libs/vithist.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT vithist.lo -MD -MP -MF .deps/vithist.Tpo -c vithist.c -o vithist.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT whmm.lo -MD -MP -MF ".deps/whmm.Tpo" -c -o whmm.lo whmm.c; \ then mv -f ".deps/whmm.Tpo" ".deps/whmm.Plo"; else rm -f ".deps/whmm.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT whmm.lo -MD -MP -MF .deps/whmm.Tpo -c whmm.c -fno-common -DPIC -o .libs/whmm.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT whmm.lo -MD -MP -MF .deps/whmm.Tpo -c whmm.c -o whmm.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT word_fsg.lo -MD -MP -MF ".deps/word_fsg.Tpo" -c -o word_fsg.lo word_fsg.c; \ then mv -f ".deps/word_fsg.Tpo" ".deps/word_fsg.Plo"; else rm -f ".deps/word_fsg.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT word_fsg.lo -MD -MP -MF .deps/word_fsg.Tpo -c word_fsg.c -fno-common -DPIC -o .libs/word_fsg.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT word_fsg.lo -MD -MP -MF .deps/word_fsg.Tpo -c word_fsg.c -o word_fsg.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT word_graph.lo -MD -MP -MF ".deps/word_graph.Tpo" -c -o word_graph.lo word_graph.c; \ then mv -f ".deps/word_graph.Tpo" ".deps/word_graph.Plo"; else rm -f ".deps/word_graph.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT word_graph.lo -MD -MP -MF .deps/word_graph.Tpo -c word_graph.c -fno-common -DPIC -o .libs/word_graph.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT word_graph.lo -MD -MP -MF .deps/word_graph.Tpo -c word_graph.c -o word_graph.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT word_ugprob.lo -MD -MP -MF ".deps/word_ugprob.Tpo" -c -o word_ugprob.lo word_ugprob.c; \ then mv -f ".deps/word_ugprob.Tpo" ".deps/word_ugprob.Plo"; else rm -f ".deps/word_ugprob.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT word_ugprob.lo -MD -MP -MF .deps/word_ugprob.Tpo -c word_ugprob.c -fno-common -DPIC -o .libs/word_ugprob.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT word_ugprob.lo -MD -MP -MF .deps/word_ugprob.Tpo -c word_ugprob.c -o word_ugprob.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o libsearch.la -version-info 0:6:0 ascr.lo astar.lo blkarray_list.lo ctxt_table.lo dag.lo dict2pid.lo flat_fwd.lo fsg_history.lo fsg_lextree.lo fsg_psubtree.lo fsg_search.lo gmm_wrap.lo kb.lo kbcore.lo lextree.lo srch.lo srch_align.lo srch_allphone.lo srch_debug.lo srch_do_nothing.lo srch_flat_fwd.lo srch_fsg.lo srch_output.lo srch_time_switch_tree.lo vithist.lo whmm.lo word_fsg.lo word_graph.lo word_ugprob.lo -framework CoreAudio -framework AudioToolbox
ar cru .libs/libsearch.a .libs/ascr.o .libs/astar.o .libs/blkarray_list.o .libs/ctxt_table.o .libs/dag.o .libs/dict2pid.o .libs/flat_fwd.o .libs/fsg_history.o .libs/fsg_lextree.o .libs/fsg_psubtree.o .libs/fsg_search.o .libs/gmm_wrap.o .libs/kb.o .libs/kbcore.o .libs/lextree.o .libs/srch.o .libs/srch_align.o .libs/srch_allphone.o .libs/srch_debug.o .libs/srch_do_nothing.o .libs/srch_flat_fwd.o .libs/srch_fsg.o .libs/srch_output.o .libs/srch_time_switch_tree.o .libs/vithist.o .libs/whmm.o .libs/word_fsg.o .libs/word_graph.o .libs/word_ugprob.o
ranlib .libs/libsearch.a
creating libsearch.la
(cd .libs && rm -f libsearch.la && ln -s ../libsearch.la libsearch.la)
Making all in libAPI
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s3_decode.lo -MD -MP -MF ".deps/s3_decode.Tpo" -c -o s3_decode.lo s3_decode.c; \ then mv -f ".deps/s3_decode.Tpo" ".deps/s3_decode.Plo"; else rm -f ".deps/s3_decode.Tpo"; exit 1; fi
mkdir .libs
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s3_decode.lo -MD -MP -MF .deps/s3_decode.Tpo -c s3_decode.c -fno-common -DPIC -o .libs/s3_decode.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s3_decode.lo -MD -MP -MF .deps/s3_decode.Tpo -c s3_decode.c -o s3_decode.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT utt.lo -MD -MP -MF ".deps/utt.Tpo" -c -o utt.lo utt.c; \ then mv -f ".deps/utt.Tpo" ".deps/utt.Plo"; else rm -f ".deps/utt.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT utt.lo -MD -MP -MF .deps/utt.Tpo -c utt.c -fno-common -DPIC -o .libs/utt.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT utt.lo -MD -MP -MF .deps/utt.Tpo -c utt.c -o utt.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o libAPI.la -version-info 0:6:0 s3_decode.lo utt.lo -framework CoreAudio -framework AudioToolbox
ar cru .libs/libAPI.a .libs/s3_decode.o .libs/utt.o
ranlib .libs/libAPI.a
creating libAPI.la
(cd .libs && rm -f libAPI.la && ln -s ../libAPI.la libAPI.la)
Making all in libcfg
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s3_cfg.lo -MD -MP -MF ".deps/s3_cfg.Tpo" -c -o s3_cfg.lo s3_cfg.c; \ then mv -f ".deps/s3_cfg.Tpo" ".deps/s3_cfg.Plo"; else rm -f ".deps/s3_cfg.Tpo"; exit 1; fi
mkdir .libs
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s3_cfg.lo -MD -MP -MF .deps/s3_cfg.Tpo -c s3_cfg.c -fno-common -DPIC -o .libs/s3_cfg.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s3_cfg.lo -MD -MP -MF .deps/s3_cfg.Tpo -c s3_cfg.c -o s3_cfg.o >/dev/null 2>&1
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s3_cfg_convert.lo -MD -MP -MF ".deps/s3_cfg_convert.Tpo" -c -o s3_cfg_convert.lo s3_cfg_convert.c; \ then mv -f ".deps/s3_cfg_convert.Tpo" ".deps/s3_cfg_convert.Plo"; else rm -f ".deps/s3_cfg_convert.Tpo"; exit 1; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s3_cfg_convert.lo -MD -MP -MF .deps/s3_cfg_convert.Tpo -c s3_cfg_convert.c -fno-common -DPIC -o .libs/s3_cfg_convert.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../../include -I../../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s3_cfg_convert.lo -MD -MP -MF .deps/s3_cfg_convert.Tpo -c s3_cfg_convert.c -o s3_cfg_convert.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o libcfg.la -version-info 0:6:0 s3_cfg.lo s3_cfg_convert.lo -framework CoreAudio -framework AudioToolbox
ar cru .libs/libcfg.a .libs/s3_cfg.o .libs/s3_cfg_convert.o
ranlib .libs/libcfg.a
creating libcfg.la
(cd .libs && rm -f libcfg.la && ln -s ../libcfg.la libcfg.la)
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o libs3decoder.la -rpath /usr/local/lib -version-info 0:6:0 libam/libam.la libconfidence/libconfidence.la libcommon/libcommon.la libdict/libdict.la libep/libep.la liblm/liblm.la libsearch/libsearch.la libAPI/libAPI.la libcfg/libcfg.la -framework CoreAudio -framework AudioToolbox
mkdir .libs
rm -fr .libs/libs3decoder.lax
mkdir .libs/libs3decoder.lax
rm -fr .libs/libs3decoder.lax/libam.a
mkdir .libs/libs3decoder.lax/libam.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libam/.libs/libam.a
(cd .libs/libs3decoder.lax/libam.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libam/.libs/libam.a)
rm -fr .libs/libs3decoder.lax/libconfidence.a
mkdir .libs/libs3decoder.lax/libconfidence.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libconfidence/.libs/libconfidence.a
(cd .libs/libs3decoder.lax/libconfidence.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libconfidence/.libs/libconfidence.a)
rm -fr .libs/libs3decoder.lax/libcommon.a
mkdir .libs/libs3decoder.lax/libcommon.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libcommon/.libs/libcommon.a
(cd .libs/libs3decoder.lax/libcommon.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libcommon/.libs/libcommon.a)
rm -fr .libs/libs3decoder.lax/libdict.a
mkdir .libs/libs3decoder.lax/libdict.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libdict/.libs/libdict.a
(cd .libs/libs3decoder.lax/libdict.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libdict/.libs/libdict.a)
rm -fr .libs/libs3decoder.lax/libep.a
mkdir .libs/libs3decoder.lax/libep.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libep/.libs/libep.a
(cd .libs/libs3decoder.lax/libep.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libep/.libs/libep.a)
rm -fr .libs/libs3decoder.lax/liblm.a
mkdir .libs/libs3decoder.lax/liblm.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/liblm/.libs/liblm.a
(cd .libs/libs3decoder.lax/liblm.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/liblm/.libs/liblm.a)
rm -fr .libs/libs3decoder.lax/libsearch.a
mkdir .libs/libs3decoder.lax/libsearch.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libsearch/.libs/libsearch.a
(cd .libs/libs3decoder.lax/libsearch.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libsearch/.libs/libsearch.a)
rm -fr .libs/libs3decoder.lax/libAPI.a
mkdir .libs/libs3decoder.lax/libAPI.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libAPI/.libs/libAPI.a
(cd .libs/libs3decoder.lax/libAPI.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libAPI/.libs/libAPI.a)
rm -fr .libs/libs3decoder.lax/libcfg.a
mkdir .libs/libs3decoder.lax/libcfg.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libcfg/.libs/libcfg.a
(cd .libs/libs3decoder.lax/libcfg.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libcfg/.libs/libcfg.a)
gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libs3decoder.0.0.6.dylib .libs/libs3decoder.lax/libam.a/adaptor.o .libs/libs3decoder.lax/libam.a/approx_cont_mgau.o .libs/libs3decoder.lax/libam.a/cb2mllr_io.o .libs/libs3decoder.lax/libam.a/cont_mgau.o .libs/libs3decoder.lax/libam.a/fast_algo_struct.o .libs/libs3decoder.lax/libam.a/gs.o .libs/libs3decoder.lax/libam.a/hmm.o .libs/libs3decoder.lax/libam.a/interp.o .libs/libs3decoder.lax/libam.a/kdtree.o .libs/libs3decoder.lax/libam.a/log_add.o .libs/libs3decoder.lax/libam.a/mdef.o .libs/libs3decoder.lax/libam.a/mllr.o .libs/libs3decoder.lax/libam.a/ms_gauden.o .libs/libs3decoder.lax/libam.a/ms_mgau.o .libs/libs3decoder.lax/libam.a/ms_mllr.o .libs/libs3decoder.lax/libam.a/ms_senone.o .libs/libs3decoder.lax/libam.a/s2_semi_mgau.o .libs/libs3decoder.lax/libam.a/subvq.o .libs/libs3decoder.lax/libam.a/tmat.o .libs/libs3decoder.lax/libconfidence.a/confidence.o .libs/libs3decoder.lax/libcommon.a/corpus.o .libs/libs3decoder.lax/libcommon.a/encoding.o .libs/libs3decoder.lax/libcommon.a/logs3.o .libs/libs3decoder.lax/libcommon.a/misc.o .libs/libs3decoder.lax/libcommon.a/stat.o .libs/libs3decoder.lax/libcommon.a/vector.o .libs/libs3decoder.lax/libdict.a/cmu6_lts_rules.o .libs/libs3decoder.lax/libdict.a/dict.o .libs/libs3decoder.lax/libdict.a/lts.o .libs/libs3decoder.lax/libdict.a/wid.o .libs/libs3decoder.lax/libep.a/s3_endpointer.o .libs/libs3decoder.lax/liblm.a/fillpen.o .libs/libs3decoder.lax/liblm.a/lm.o .libs/libs3decoder.lax/liblm.a/lm_3g.o .libs/libs3decoder.lax/liblm.a/lm_3g_dmp.o .libs/libs3decoder.lax/liblm.a/lm_attfsm.o .libs/libs3decoder.lax/liblm.a/lm_debug.o .libs/libs3decoder.lax/liblm.a/lmclass.o .libs/libs3decoder.lax/liblm.a/lmset.o .libs/libs3decoder.lax/libsearch.a/ascr.o .libs/libs3decoder.lax/libsearch.a/astar.o .libs/libs3decoder.lax/libsearch.a/blkarray_list.o .libs/libs3decoder.lax/libsearch.a/ctxt_table.o .libs/libs3decoder.lax/libsearch.a/dag.o .libs/libs3decoder.lax/libsearch.a/dict2pid.o .libs/libs3decoder.lax/libsearch.a/flat_fwd.o .libs/libs3decoder.lax/libsearch.a/fsg_history.o .libs/libs3decoder.lax/libsearch.a/fsg_lextree.o .libs/libs3decoder.lax/libsearch.a/fsg_psubtree.o .libs/libs3decoder.lax/libsearch.a/fsg_search.o .libs/libs3decoder.lax/libsearch.a/gmm_wrap.o .libs/libs3decoder.lax/libsearch.a/kb.o .libs/libs3decoder.lax/libsearch.a/kbcore.o .libs/libs3decoder.lax/libsearch.a/lextree.o .libs/libs3decoder.lax/libsearch.a/srch.o .libs/libs3decoder.lax/libsearch.a/srch_align.o .libs/libs3decoder.lax/libsearch.a/srch_allphone.o .libs/libs3decoder.lax/libsearch.a/srch_debug.o .libs/libs3decoder.lax/libsearch.a/srch_do_nothing.o .libs/libs3decoder.lax/libsearch.a/srch_flat_fwd.o .libs/libs3decoder.lax/libsearch.a/srch_fsg.o .libs/libs3decoder.lax/libsearch.a/srch_output.o .libs/libs3decoder.lax/libsearch.a/srch_time_switch_tree.o .libs/libs3decoder.lax/libsearch.a/vithist.o .libs/libs3decoder.lax/libsearch.a/whmm.o .libs/libs3decoder.lax/libsearch.a/word_fsg.o .libs/libs3decoder.lax/libsearch.a/word_graph.o .libs/libs3decoder.lax/libsearch.a/word_ugprob.o .libs/libs3decoder.lax/libAPI.a/s3_decode.o .libs/libs3decoder.lax/libAPI.a/utt.o .libs/libs3decoder.lax/libcfg.a/s3_cfg.o .libs/libs3decoder.lax/libcfg.a/s3_cfg_convert.o -framework CoreAudio -framework AudioToolbox -install_name /usr/local/lib/libs3decoder.0.dylib -Wl,-compatibility_version -Wl,1 -Wl,-current_version -Wl,1.6
(cd .libs && rm -f libs3decoder.0.dylib && ln -s libs3decoder.0.0.6.dylib libs3decoder.0.dylib)
(cd .libs && rm -f libs3decoder.dylib && ln -s libs3decoder.0.0.6.dylib libs3decoder.dylib)
rm -fr .libs/libs3decoder.lax
mkdir .libs/libs3decoder.lax
rm -fr .libs/libs3decoder.lax/libam.a
mkdir .libs/libs3decoder.lax/libam.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libam/.libs/libam.a
(cd .libs/libs3decoder.lax/libam.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libam/.libs/libam.a)
rm -fr .libs/libs3decoder.lax/libconfidence.a
mkdir .libs/libs3decoder.lax/libconfidence.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libconfidence/.libs/libconfidence.a
(cd .libs/libs3decoder.lax/libconfidence.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libconfidence/.libs/libconfidence.a)
rm -fr .libs/libs3decoder.lax/libcommon.a
mkdir .libs/libs3decoder.lax/libcommon.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libcommon/.libs/libcommon.a
(cd .libs/libs3decoder.lax/libcommon.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libcommon/.libs/libcommon.a)
rm -fr .libs/libs3decoder.lax/libdict.a
mkdir .libs/libs3decoder.lax/libdict.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libdict/.libs/libdict.a
(cd .libs/libs3decoder.lax/libdict.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libdict/.libs/libdict.a)
rm -fr .libs/libs3decoder.lax/libep.a
mkdir .libs/libs3decoder.lax/libep.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libep/.libs/libep.a
(cd .libs/libs3decoder.lax/libep.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libep/.libs/libep.a)
rm -fr .libs/libs3decoder.lax/liblm.a
mkdir .libs/libs3decoder.lax/liblm.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/liblm/.libs/liblm.a
(cd .libs/libs3decoder.lax/liblm.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/liblm/.libs/liblm.a)
rm -fr .libs/libs3decoder.lax/libsearch.a
mkdir .libs/libs3decoder.lax/libsearch.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libsearch/.libs/libsearch.a
(cd .libs/libs3decoder.lax/libsearch.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libsearch/.libs/libsearch.a)
rm -fr .libs/libs3decoder.lax/libAPI.a
mkdir .libs/libs3decoder.lax/libAPI.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libAPI/.libs/libAPI.a
(cd .libs/libs3decoder.lax/libAPI.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libAPI/.libs/libAPI.a)
rm -fr .libs/libs3decoder.lax/libcfg.a
mkdir .libs/libs3decoder.lax/libcfg.a
Extracting /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libcfg/.libs/libcfg.a
(cd .libs/libs3decoder.lax/libcfg.a && ar x /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/src/libs3decoder/libcfg/.libs/libcfg.a)
ar cru .libs/libs3decoder.a .libs/libs3decoder.lax/libam.a/adaptor.o .libs/libs3decoder.lax/libam.a/approx_cont_mgau.o .libs/libs3decoder.lax/libam.a/cb2mllr_io.o .libs/libs3decoder.lax/libam.a/cont_mgau.o .libs/libs3decoder.lax/libam.a/fast_algo_struct.o .libs/libs3decoder.lax/libam.a/gs.o .libs/libs3decoder.lax/libam.a/hmm.o .libs/libs3decoder.lax/libam.a/interp.o .libs/libs3decoder.lax/libam.a/kdtree.o .libs/libs3decoder.lax/libam.a/log_add.o .libs/libs3decoder.lax/libam.a/mdef.o .libs/libs3decoder.lax/libam.a/mllr.o .libs/libs3decoder.lax/libam.a/ms_gauden.o .libs/libs3decoder.lax/libam.a/ms_mgau.o .libs/libs3decoder.lax/libam.a/ms_mllr.o .libs/libs3decoder.lax/libam.a/ms_senone.o .libs/libs3decoder.lax/libam.a/s2_semi_mgau.o .libs/libs3decoder.lax/libam.a/subvq.o .libs/libs3decoder.lax/libam.a/tmat.o .libs/libs3decoder.lax/libconfidence.a/confidence.o .libs/libs3decoder.lax/libcommon.a/corpus.o .libs/libs3decoder.lax/libcommon.a/encoding.o .libs/libs3decoder.lax/libcommon.a/logs3.o .libs/libs3decoder.lax/libcommon.a/misc.o .libs/libs3decoder.lax/libcommon.a/stat.o .libs/libs3decoder.lax/libcommon.a/vector.o .libs/libs3decoder.lax/libdict.a/cmu6_lts_rules.o .libs/libs3decoder.lax/libdict.a/dict.o .libs/libs3decoder.lax/libdict.a/lts.o .libs/libs3decoder.lax/libdict.a/wid.o .libs/libs3decoder.lax/libep.a/s3_endpointer.o .libs/libs3decoder.lax/liblm.a/fillpen.o .libs/libs3decoder.lax/liblm.a/lm.o .libs/libs3decoder.lax/liblm.a/lm_3g.o .libs/libs3decoder.lax/liblm.a/lm_3g_dmp.o .libs/libs3decoder.lax/liblm.a/lm_attfsm.o .libs/libs3decoder.lax/liblm.a/lm_debug.o .libs/libs3decoder.lax/liblm.a/lmclass.o .libs/libs3decoder.lax/liblm.a/lmset.o .libs/libs3decoder.lax/libsearch.a/ascr.o .libs/libs3decoder.lax/libsearch.a/astar.o .libs/libs3decoder.lax/libsearch.a/blkarray_list.o .libs/libs3decoder.lax/libsearch.a/ctxt_table.o .libs/libs3decoder.lax/libsearch.a/dag.o .libs/libs3decoder.lax/libsearch.a/dict2pid.o .libs/libs3decoder.lax/libsearch.a/flat_fwd.o .libs/libs3decoder.lax/libsearch.a/fsg_history.o .libs/libs3decoder.lax/libsearch.a/fsg_lextree.o .libs/libs3decoder.lax/libsearch.a/fsg_psubtree.o .libs/libs3decoder.lax/libsearch.a/fsg_search.o .libs/libs3decoder.lax/libsearch.a/gmm_wrap.o .libs/libs3decoder.lax/libsearch.a/kb.o .libs/libs3decoder.lax/libsearch.a/kbcore.o .libs/libs3decoder.lax/libsearch.a/lextree.o .libs/libs3decoder.lax/libsearch.a/srch.o .libs/libs3decoder.lax/libsearch.a/srch_align.o .libs/libs3decoder.lax/libsearch.a/srch_allphone.o .libs/libs3decoder.lax/libsearch.a/srch_debug.o .libs/libs3decoder.lax/libsearch.a/srch_do_nothing.o .libs/libs3decoder.lax/libsearch.a/srch_flat_fwd.o .libs/libs3decoder.lax/libsearch.a/srch_fsg.o .libs/libs3decoder.lax/libsearch.a/srch_output.o .libs/libs3decoder.lax/libsearch.a/srch_time_switch_tree.o .libs/libs3decoder.lax/libsearch.a/vithist.o .libs/libs3decoder.lax/libsearch.a/whmm.o .libs/libs3decoder.lax/libsearch.a/word_fsg.o .libs/libs3decoder.lax/libsearch.a/word_graph.o .libs/libs3decoder.lax/libsearch.a/word_ugprob.o .libs/libs3decoder.lax/libAPI.a/s3_decode.o .libs/libs3decoder.lax/libAPI.a/utt.o .libs/libs3decoder.lax/libcfg.a/s3_cfg.o .libs/libs3decoder.lax/libcfg.a/s3_cfg_convert.o
ranlib .libs/libs3decoder.a
rm -fr .libs/libs3decoder.lax .libs/libs3decoder.lax
creating libs3decoder.la
(cd .libs && rm -f libs3decoder.la && ln -s ../libs3decoder.la libs3decoder.la)
Making all in programs
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT main_decode.o -MD -MP -MF ".deps/main_decode.Tpo" -c -o main_decode.o main_decode.c; \ then mv -f ".deps/main_decode.Tpo" ".deps/main_decode.Po"; else rm -f ".deps/main_decode.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o sphinx3_decode main_decode.o ../../src/libs3decoder/libs3decoder.la -lsphinxutil -lsphinxfe -lsphinxfeat -lsphinxad -lm -framework CoreAudio -framework AudioToolbox
mkdir .libs
gcc -g -O2 -Wall -ansi -o .libs/sphinx3_decode main_decode.o -framework CoreAudio -framework AudioToolbox ../../src/libs3decoder/.libs/libs3decoder.dylib /usr/local/lib/libsphinxfe.dylib /usr/local/lib/libsphinxfeat.dylib /usr/local/lib/libsphinxad.dylib /usr/local/lib/libsphinxutil.dylib -lm
creating sphinx3_decode
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT main_livepretend.o -MD -MP -MF ".deps/main_livepretend.Tpo" -c -o main_livepretend.o main_livepretend.c; \ then mv -f ".deps/main_livepretend.Tpo" ".deps/main_livepretend.Po"; else rm -f ".deps/main_livepretend.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o sphinx3_livepretend main_livepretend.o ../../src/libs3decoder/libs3decoder.la -lsphinxutil -lsphinxfe -lsphinxfeat -lsphinxad -lm -framework CoreAudio -framework AudioToolbox
gcc -g -O2 -Wall -ansi -o .libs/sphinx3_livepretend main_livepretend.o -framework CoreAudio -framework AudioToolbox ../../src/libs3decoder/.libs/libs3decoder.dylib /usr/local/lib/libsphinxfe.dylib /usr/local/lib/libsphinxfeat.dylib /usr/local/lib/libsphinxad.dylib /usr/local/lib/libsphinxutil.dylib -lm
creating sphinx3_livepretend
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT main_continuous.o -MD -MP -MF ".deps/main_continuous.Tpo" -c -o main_continuous.o main_continuous.c; \ then mv -f ".deps/main_continuous.Tpo" ".deps/main_continuous.Po"; else rm -f ".deps/main_continuous.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o sphinx3_continuous main_continuous.o ../../src/libs3decoder/libs3decoder.la -lsphinxutil -lsphinxfe -lsphinxfeat -lsphinxad -lm -framework CoreAudio -framework AudioToolbox
gcc -g -O2 -Wall -ansi -o .libs/sphinx3_continuous main_continuous.o -framework CoreAudio -framework AudioToolbox ../../src/libs3decoder/.libs/libs3decoder.dylib /usr/local/lib/libsphinxfe.dylib /usr/local/lib/libsphinxfeat.dylib /usr/local/lib/libsphinxad.dylib /usr/local/lib/libsphinxutil.dylib -lm
creating sphinx3_continuous
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT main_livedecode.o -MD -MP -MF ".deps/main_livedecode.Tpo" -c -o main_livedecode.o main_livedecode.c; \ then mv -f ".deps/main_livedecode.Tpo" ".deps/main_livedecode.Po"; else rm -f ".deps/main_livedecode.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o sphinx3_livedecode main_livedecode.o ../../src/libs3decoder/libs3decoder.la -lsphinxutil -lsphinxfe -lsphinxfeat -lsphinxad -lm -lpthread -framework CoreAudio -framework AudioToolbox
gcc -g -O2 -Wall -ansi -o .libs/sphinx3_livedecode main_livedecode.o -framework CoreAudio -framework AudioToolbox ../../src/libs3decoder/.libs/libs3decoder.dylib /usr/local/lib/libsphinxfe.dylib /usr/local/lib/libsphinxfeat.dylib /usr/local/lib/libsphinxad.dylib /usr/local/lib/libsphinxutil.dylib -lm -lpthread
creating sphinx3_livedecode
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT main_align.o -MD -MP -MF ".deps/main_align.Tpo" -c -o main_align.o main_align.c; \ then mv -f ".deps/main_align.Tpo" ".deps/main_align.Po"; else rm -f ".deps/main_align.Tpo"; exit 1; fi
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT s3_align.o -MD -MP -MF ".deps/s3_align.Tpo" -c -o s3_align.o s3_align.c; \ then mv -f ".deps/s3_align.Tpo" ".deps/s3_align.Po"; else rm -f ".deps/s3_align.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o sphinx3_align main_align.o s3_align.o ../../src/libs3decoder/libs3decoder.la -lsphinxutil -lsphinxfe -lsphinxfeat -lsphinxad -lm -framework CoreAudio -framework AudioToolbox
gcc -g -O2 -Wall -ansi -o .libs/sphinx3_align main_align.o s3_align.o -framework CoreAudio -framework AudioToolbox ../../src/libs3decoder/.libs/libs3decoder.dylib /usr/local/lib/libsphinxfe.dylib /usr/local/lib/libsphinxfeat.dylib /usr/local/lib/libsphinxad.dylib /usr/local/lib/libsphinxutil.dylib -lm
creating sphinx3_align
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT main_astar.o -MD -MP -MF ".deps/main_astar.Tpo" -c -o main_astar.o main_astar.c; \ then mv -f ".deps/main_astar.Tpo" ".deps/main_astar.Po"; else rm -f ".deps/main_astar.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o sphinx3_astar main_astar.o ../../src/libs3decoder/libs3decoder.la -lsphinxutil -lsphinxfe -lsphinxfeat -lsphinxad -lm -framework CoreAudio -framework AudioToolbox
gcc -g -O2 -Wall -ansi -o .libs/sphinx3_astar main_astar.o -framework CoreAudio -framework AudioToolbox ../../src/libs3decoder/.libs/libs3decoder.dylib /usr/local/lib/libsphinxfe.dylib /usr/local/lib/libsphinxfeat.dylib /usr/local/lib/libsphinxad.dylib /usr/local/lib/libsphinxutil.dylib -lm
creating sphinx3_astar
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT main_conf.o -MD -MP -MF ".deps/main_conf.Tpo" -c -o main_conf.o main_conf.c; \ then mv -f ".deps/main_conf.Tpo" ".deps/main_conf.Po"; else rm -f ".deps/main_conf.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o sphinx3_conf main_conf.o ../../src/libs3decoder/libs3decoder.la -lsphinxutil -lsphinxfe -lsphinxfeat -lsphinxad -lm -framework CoreAudio -framework AudioToolbox
gcc -g -O2 -Wall -ansi -o .libs/sphinx3_conf main_conf.o -framework CoreAudio -framework AudioToolbox ../../src/libs3decoder/.libs/libs3decoder.dylib /usr/local/lib/libsphinxfe.dylib /usr/local/lib/libsphinxfeat.dylib /usr/local/lib/libsphinxad.dylib /usr/local/lib/libsphinxutil.dylib -lm
creating sphinx3_conf
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT main_dag.o -MD -MP -MF ".deps/main_dag.Tpo" -c -o main_dag.o main_dag.c; \ then mv -f ".deps/main_dag.Tpo" ".deps/main_dag.Po"; else rm -f ".deps/main_dag.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o sphinx3_dag main_dag.o ../../src/libs3decoder/libs3decoder.la -lsphinxutil -lsphinxfe -lsphinxfeat -lsphinxad -lm -framework CoreAudio -framework AudioToolbox
gcc -g -O2 -Wall -ansi -o .libs/sphinx3_dag main_dag.o -framework CoreAudio -framework AudioToolbox ../../src/libs3decoder/.libs/libs3decoder.dylib /usr/local/lib/libsphinxfe.dylib /usr/local/lib/libsphinxfeat.dylib /usr/local/lib/libsphinxad.dylib /usr/local/lib/libsphinxutil.dylib -lm
creating sphinx3_dag
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT main_dp.o -MD -MP -MF ".deps/main_dp.Tpo" -c -o main_dp.o main_dp.c; \ then mv -f ".deps/main_dp.Tpo" ".deps/main_dp.Po"; else rm -f ".deps/main_dp.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o sphinx3_dp main_dp.o ../../src/libs3decoder/libs3decoder.la -lsphinxutil -lsphinxfe -lsphinxfeat -lsphinxad -lm -framework CoreAudio -framework AudioToolbox
gcc -g -O2 -Wall -ansi -o .libs/sphinx3_dp main_dp.o -framework CoreAudio -framework AudioToolbox ../../src/libs3decoder/.libs/libs3decoder.dylib /usr/local/lib/libsphinxfe.dylib /usr/local/lib/libsphinxfeat.dylib /usr/local/lib/libsphinxad.dylib /usr/local/lib/libsphinxutil.dylib -lm
creating sphinx3_dp
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT main_ep.o -MD -MP -MF ".deps/main_ep.Tpo" -c -o main_ep.o main_ep.c; \ then mv -f ".deps/main_ep.Tpo" ".deps/main_ep.Po"; else rm -f ".deps/main_ep.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o sphinx3_ep main_ep.o ../../src/libs3decoder/libs3decoder.la -lsphinxutil -lsphinxfe -lsphinxfeat -lsphinxad -lm -framework CoreAudio -framework AudioToolbox
gcc -g -O2 -Wall -ansi -o .libs/sphinx3_ep main_ep.o -framework CoreAudio -framework AudioToolbox ../../src/libs3decoder/.libs/libs3decoder.dylib /usr/local/lib/libsphinxfe.dylib /usr/local/lib/libsphinxfeat.dylib /usr/local/lib/libsphinxad.dylib /usr/local/lib/libsphinxutil.dylib -lm
creating sphinx3_ep
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT main_gausubvq.o -MD -MP -MF ".deps/main_gausubvq.Tpo" -c -o main_gausubvq.o main_gausubvq.c; \ then mv -f ".deps/main_gausubvq.Tpo" ".deps/main_gausubvq.Po"; else rm -f ".deps/main_gausubvq.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o sphinx3_gausubvq main_gausubvq.o ../../src/libs3decoder/libs3decoder.la -lsphinxutil -lsphinxfe -lsphinxfeat -lsphinxad -lm -framework CoreAudio -framework AudioToolbox
gcc -g -O2 -Wall -ansi -o .libs/sphinx3_gausubvq main_gausubvq.o -framework CoreAudio -framework AudioToolbox ../../src/libs3decoder/.libs/libs3decoder.dylib /usr/local/lib/libsphinxfe.dylib /usr/local/lib/libsphinxfeat.dylib /usr/local/lib/libsphinxad.dylib /usr/local/lib/libsphinxutil.dylib -lm
creating sphinx3_gausubvq
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT main_lm_convert.o -MD -MP -MF ".deps/main_lm_convert.Tpo" -c -o main_lm_convert.o main_lm_convert.c; \ then mv -f ".deps/main_lm_convert.Tpo" ".deps/main_lm_convert.Po"; else rm -f ".deps/main_lm_convert.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o sphinx3_lm_convert main_lm_convert.o ../../src/libs3decoder/libs3decoder.la -lsphinxutil -lsphinxfe -lsphinxfeat -lsphinxad -lm -framework CoreAudio -framework AudioToolbox
gcc -g -O2 -Wall -ansi -o .libs/sphinx3_lm_convert main_lm_convert.o -framework CoreAudio -framework AudioToolbox ../../src/libs3decoder/.libs/libs3decoder.dylib /usr/local/lib/libsphinxfe.dylib /usr/local/lib/libsphinxfeat.dylib /usr/local/lib/libsphinxad.dylib /usr/local/lib/libsphinxutil.dylib -lm
creating sphinx3_lm_convert
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"sphinx3\" -DVERSION=\"0.7\" -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 -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1 -DRETSIGTYPE=void -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include -I/usr/include/sphinxbase -I/usr/local/include/sphinxbase -g -O2 -Wall -ansi -MT main_cfg2fsg.o -MD -MP -MF ".deps/main_cfg2fsg.Tpo" -c -o main_cfg2fsg.o main_cfg2fsg.c; \ then mv -f ".deps/main_cfg2fsg.Tpo" ".deps/main_cfg2fsg.Po"; else rm -f ".deps/main_cfg2fsg.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -ansi -o sphinx3_cfg2fsg main_cfg2fsg.o ../../src/libs3decoder/libs3decoder.la -lsphinxutil -lsphinxfe -lsphinxfeat -lsphinxad -lm -framework CoreAudio -framework AudioToolbox
gcc -g -O2 -Wall -ansi -o .libs/sphinx3_cfg2fsg main_cfg2fsg.o -framework CoreAudio -framework AudioToolbox ../../src/libs3decoder/.libs/libs3decoder.dylib /usr/local/lib/libsphinxfe.dylib /usr/local/lib/libsphinxfeat.dylib /usr/local/lib/libsphinxad.dylib /usr/local/lib/libsphinxutil.dylib -lm
creating sphinx3_cfg2fsg
Making all in tests
Making all in performance
Making all in an4
make[4]: Nothing to be done for
all'. Making all in rm1 make[4]: Nothing to be done for
all'.Making all in hub4
make[4]: Nothing to be done for
all'. Making all in ti46 make[4]: Nothing to be done for
all'.Making all in tidigits
make[4]: Nothing to be done for
all'. Making all in wsj20k make[4]: Nothing to be done for
all'.Making all in wsj5k
make[4]: Nothing to be done for
all'. Making all in Communicator make[4]: Nothing to be done for
all'.Making all in ICSI
make[4]: Nothing to be done for
all'. Making all in spoke3 make[4]: Nothing to be done for
all'.make[4]: Nothing to be done for
all-am'. Making all in regression make[3]: Nothing to be done for
all'.Making all in unit_tests
Making all in test_logs3
make[4]: Nothing to be done for
all'. Making all in test_hmm make[4]: Nothing to be done for
all'.make[4]: Nothing to be done for
all-am'. make[3]: Nothing to be done for
all-am'.make[2]: Nothing to be done for
all-am'. Making all in doc make[1]: Nothing to be done for
all'.Making all in scripts
make[1]: Nothing to be done for
all'. Making all in model Making all in hmm Making all in hub4_cd_continuous_8gau_1s_c_d_dd make[3]: Nothing to be done for
all'.Making all in RM1_cd_semi
make[3]: Nothing to be done for
all'. Making all in tidigits make[3]: Nothing to be done for
all'.make[3]: Nothing to be done for
all-am'. Making all in lm Making all in an4 make[3]: Nothing to be done for
all'.make[3]: Nothing to be done for
all-am'. Making all in ep make[2]: Nothing to be done for
all'.make[2]: Nothing to be done for
all-am'. Making all in include make[1]: Nothing to be done for
all'.cd . && /bin/sh ./config.status sphinx3.pc
config.status: creating sphinx3.pc
robert-santefords-powerbook58:/Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3 root# make install
Making install in src
Making install in libs3decoder
Making install in libam
make[4]: Nothing to be done for
install-exec-am'. make[4]: Nothing to be done for
install-data-am'.Making install in libconfidence
make[4]: Nothing to be done for
install-exec-am'. make[4]: Nothing to be done for
install-data-am'.Making install in libcommon
make[4]: Nothing to be done for
install-exec-am'. make[4]: Nothing to be done for
install-data-am'.Making install in libdict
make[4]: Nothing to be done for
install-exec-am'. make[4]: Nothing to be done for
install-data-am'.Making install in libep
make[4]: Nothing to be done for
install-exec-am'. make[4]: Nothing to be done for
install-data-am'.Making install in liblm
make[4]: Nothing to be done for
install-exec-am'. make[4]: Nothing to be done for
install-data-am'.Making install in libsearch
make[4]: Nothing to be done for
install-exec-am'. make[4]: Nothing to be done for
install-data-am'.Making install in libAPI
make[4]: Nothing to be done for
install-exec-am'. make[4]: Nothing to be done for
install-data-am'.Making install in libcfg
make[4]: Nothing to be done for
install-exec-am'. make[4]: Nothing to be done for
install-data-am'.test -z "/usr/local/lib" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/lib"
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'libs3decoder.la' '/usr/local/lib/libs3decoder.la'
/usr/bin/install -c .libs/libs3decoder.0.0.6.dylib /usr/local/lib/libs3decoder.0.0.6.dylib
(cd /usr/local/lib && { ln -s -f libs3decoder.0.0.6.dylib libs3decoder.0.dylib || { rm -f libs3decoder.0.dylib && ln -s libs3decoder.0.0.6.dylib libs3decoder.0.dylib; }; })
(cd /usr/local/lib && { ln -s -f libs3decoder.0.0.6.dylib libs3decoder.dylib || { rm -f libs3decoder.dylib && ln -s libs3decoder.0.0.6.dylib libs3decoder.dylib; }; })
/usr/bin/install -c .libs/libs3decoder.lai /usr/local/lib/libs3decoder.la
/usr/bin/install -c .libs/libs3decoder.a /usr/local/lib/libs3decoder.a
chmod 644 /usr/local/lib/libs3decoder.a
ranlib /usr/local/lib/libs3decoder.a
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the
-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the
DYLD_LIBRARY_PATH' environment variableduring execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
make[4]: Nothing to be done for
install-data-am'. Making install in programs test -z "/usr/local/bin" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_decode' '/usr/local/bin/sphinx3_decode' /usr/bin/install -c .libs/sphinx3_decode /usr/local/bin/sphinx3_decode /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_livepretend' '/usr/local/bin/sphinx3_livepretend' /usr/bin/install -c .libs/sphinx3_livepretend /usr/local/bin/sphinx3_livepretend /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_continuous' '/usr/local/bin/sphinx3_continuous' /usr/bin/install -c .libs/sphinx3_continuous /usr/local/bin/sphinx3_continuous /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_livedecode' '/usr/local/bin/sphinx3_livedecode' /usr/bin/install -c .libs/sphinx3_livedecode /usr/local/bin/sphinx3_livedecode /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_align' '/usr/local/bin/sphinx3_align' /usr/bin/install -c .libs/sphinx3_align /usr/local/bin/sphinx3_align /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_astar' '/usr/local/bin/sphinx3_astar' /usr/bin/install -c .libs/sphinx3_astar /usr/local/bin/sphinx3_astar /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_conf' '/usr/local/bin/sphinx3_conf' /usr/bin/install -c .libs/sphinx3_conf /usr/local/bin/sphinx3_conf /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_dag' '/usr/local/bin/sphinx3_dag' /usr/bin/install -c .libs/sphinx3_dag /usr/local/bin/sphinx3_dag /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_dp' '/usr/local/bin/sphinx3_dp' /usr/bin/install -c .libs/sphinx3_dp /usr/local/bin/sphinx3_dp /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_ep' '/usr/local/bin/sphinx3_ep' /usr/bin/install -c .libs/sphinx3_ep /usr/local/bin/sphinx3_ep /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_gausubvq' '/usr/local/bin/sphinx3_gausubvq' /usr/bin/install -c .libs/sphinx3_gausubvq /usr/local/bin/sphinx3_gausubvq /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_lm_convert' '/usr/local/bin/sphinx3_lm_convert' /usr/bin/install -c .libs/sphinx3_lm_convert /usr/local/bin/sphinx3_lm_convert /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sphinx3_cfg2fsg' '/usr/local/bin/sphinx3_cfg2fsg' /usr/bin/install -c .libs/sphinx3_cfg2fsg /usr/local/bin/sphinx3_cfg2fsg make[3]: Nothing to be done for
install-data-am'.Making install in tests
Making install in performance
Making install in an4
make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.Making install in rm1
make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.Making install in hub4
Makefile:372: warning: overriding commands for target
hub4_flatunigram-decode' Makefile:362: warning: ignoring old commands for target
hub4_flatunigram-decode'Makefile:372: warning: overriding commands for target
hub4_trigram-decode' Makefile:362: warning: ignoring old commands for target
hub4_trigram-decode'Makefile:372: warning: overriding commands for target
hub4_flatunigram-decode' Makefile:362: warning: ignoring old commands for target
hub4_flatunigram-decode'Makefile:372: warning: overriding commands for target
hub4_trigram-decode' Makefile:362: warning: ignoring old commands for target
hub4_trigram-decode'make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.Making install in ti46
make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.Making install in tidigits
make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.Making install in wsj20k
make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.Making install in wsj5k
make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.Making install in Communicator
make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.Making install in ICSI
make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.Making install in spoke3
make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.Making install in regression
make[4]: Nothing to be done for
install-exec-am'. make[4]: Nothing to be done for
install-data-am'.Making install in unit_tests
Making install in test_logs3
make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.Making install in test_hmm
make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.make[5]: Nothing to be done for
install-exec-am'. make[5]: Nothing to be done for
install-data-am'.make[4]: Nothing to be done for
install-exec-am'. make[4]: Nothing to be done for
install-data-am'.make[3]: Nothing to be done for
install-exec-am'. make[3]: Nothing to be done for
install-data-am'.Making install in doc
make[2]: Nothing to be done for
install-exec-am'. test -z "/usr/local/share/sphinx3/doc" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/share/sphinx3/doc" /usr/bin/install -c -m 644 'BN_AM_HUB96-97.doc' '/usr/local/share/sphinx3/doc/BN_AM_HUB96-97.doc' /usr/bin/install -c -m 644 'BN_AM_HUB96-97.htm' '/usr/local/share/sphinx3/doc/BN_AM_HUB96-97.htm' /usr/bin/install -c -m 644 'cmdhelp.txt' '/usr/local/share/sphinx3/doc/cmdhelp.txt' /usr/bin/install -c -m 644 'doxygen.cfg' '/usr/local/share/sphinx3/doc/doxygen.cfg' /usr/bin/install -c -m 644 'doxygen.main' '/usr/local/share/sphinx3/doc/doxygen.main' /usr/bin/install -c -m 644 './images' '/usr/local/share/sphinx3/doc/images' install: ./images: Inappropriate file type or format /usr/bin/install -c -m 644 'index.html' '/usr/local/share/sphinx3/doc/index.html' /usr/bin/install -c -m 644 'models.html' '/usr/local/share/sphinx3/doc/models.html' /usr/bin/install -c -m 644 'rarrow.gif' '/usr/local/share/sphinx3/doc/rarrow.gif' /usr/bin/install -c -m 644 './s3' '/usr/local/share/sphinx3/doc/s3' install: ./s3: Inappropriate file type or format /usr/bin/install -c -m 644 's3-2.htm' '/usr/local/share/sphinx3/doc/s3-2.htm' /usr/bin/install -c -m 644 's3-2.pdf' '/usr/local/share/sphinx3/doc/s3-2.pdf' /usr/bin/install -c -m 644 's3-2.ppt' '/usr/local/share/sphinx3/doc/s3-2.ppt' /usr/bin/install -c -m 644 './s3-2_files' '/usr/local/share/sphinx3/doc/s3-2_files' install: ./s3-2_files: Inappropriate file type or format /usr/bin/install -c -m 644 's3-4.pdf' '/usr/local/share/sphinx3/doc/s3-4.pdf' /usr/bin/install -c -m 644 's3-4.ppt' '/usr/local/share/sphinx3/doc/s3-4.ppt' /usr/bin/install -c -m 644 's3-5.ppt' '/usr/local/share/sphinx3/doc/s3-5.ppt' /usr/bin/install -c -m 644 's3-6.ppt' '/usr/local/share/sphinx3/doc/s3-6.ppt' /usr/bin/install -c -m 644 's3_codewalk.html' '/usr/local/share/sphinx3/doc/s3_codewalk.html' /usr/bin/install -c -m 644 's3_description.html' '/usr/local/share/sphinx3/doc/s3_description.html' /usr/bin/install -c -m 644 's3_fe_spec.pdf' '/usr/local/share/sphinx3/doc/s3_fe_spec.pdf' /usr/bin/install -c -m 644 's3_overview.html' '/usr/local/share/sphinx3/doc/s3_overview.html' /usr/bin/install -c -m 644 'sphinx3.3-6.ppt' '/usr/local/share/sphinx3/doc/sphinx3.3-6.ppt' /usr/bin/install -c -m 644 'sphinx3.4.code.tracing' '/usr/local/share/sphinx3/doc/sphinx3.4.code.tracing' /usr/bin/install -c -m 644 'sphinx3.5_refactoring.note' '/usr/local/share/sphinx3/doc/sphinx3.5_refactoring.note' /usr/bin/install -c -m 644 'sphinxman_FAQ.html' '/usr/local/share/sphinx3/doc/sphinxman_FAQ.html' /usr/bin/install -c -m 644 'sphinxman_manual.html' '/usr/local/share/sphinx3/doc/sphinxman_manual.html' /usr/bin/install -c -m 644 'sphinxman_misc.html' '/usr/local/share/sphinx3/doc/sphinxman_misc.html' Making install in scripts test -z "/usr/local/bin" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/bin" /usr/bin/install -c 'sphinx3-simple' '/usr/local/bin/sphinx3-simple' make[2]: Nothing to be done for
install-data-am'.Making install in model
Making install in hmm
Making install in hub4_cd_continuous_8gau_1s_c_d_dd
make[4]: Nothing to be done for
install-exec-am'. test -z "/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd" /usr/bin/install -c -m 644 '8gau.6000sen.quant' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/8gau.6000sen.quant' /usr/bin/install -c -m 644 'mdef' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/mdef' /usr/bin/install -c -m 644 'means' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/means' /usr/bin/install -c -m 644 'mixture_weights' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/mixture_weights' /usr/bin/install -c -m 644 'mllr_matrices' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/mllr_matrices' /usr/bin/install -c -m 644 'test-align-mllr.out' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test-align-mllr.out' /usr/bin/install -c -m 644 'test-conf.confhypseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test-conf.confhypseg' /usr/bin/install -c -m 644 'test.align.mllr.out' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.align.mllr.out' /usr/bin/install -c -m 644 'test.align.out' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.align.out' /usr/bin/install -c -m 644 'test.align.phseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.align.phseg' /usr/bin/install -c -m 644 'test.align.wdseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.align.wdseg' /usr/bin/install -c -m 644 'test.allphone.allp' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.allp' /usr/bin/install -c -m 644 'test.allphone.match' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.match' /usr/bin/install -c -m 644 'test.allphone.matchseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.matchseg' /usr/bin/install -c -m 644 'test.allphone.mllr.allp' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.mllr.allp' /usr/bin/install -c -m 644 'test.allphone.mllr.match' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.mllr.match' /usr/bin/install -c -m 644 'test.allphone.mllr.matchseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.mllr.matchseg' /usr/bin/install -c -m 644 'test.allphone.phone_tg.allp' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.phone_tg.allp' /usr/bin/install -c -m 644 'test.allphone.phone_tg.match' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.phone_tg.match' /usr/bin/install -c -m 644 'test.allphone.phone_tg.matchseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.phone_tg.matchseg' /usr/bin/install -c -m 644 'test.allphone.phone_tg.mllr.allp' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.phone_tg.mllr.allp' /usr/bin/install -c -m 644 'test.allphone.phone_tg.mllr.match' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.phone_tg.mllr.match' /usr/bin/install -c -m 644 'test.allphone.phone_tg.mllr.matchseg' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.allphone.phone_tg.mllr.matchseg' /usr/bin/install -c -m 644 'test.dp.hyp' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.dp.hyp' /usr/bin/install -c -m 644 'test.dp.ref' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.dp.ref' /usr/bin/install -c -m 644 'test.dp.simple.log' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.dp.simple.log' /usr/bin/install -c -m 644 'test.mode1369.dump' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.mode1369.dump' /usr/bin/install -c -m 644 'test.subvq' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/test.subvq' /usr/bin/install -c -m 644 'transition_matrices' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/transition_matrices' /usr/bin/install -c -m 644 'variances' '/usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/variances' Making install in RM1_cd_semi make[4]: Nothing to be done for
install-exec-am'.test -z "/usr/local/share/sphinx3/model/hmm/RM1_cd_semi" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/share/sphinx3/model/hmm/RM1_cd_semi"
/usr/bin/install -c -m 644 'means' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/means'
/usr/bin/install -c -m 644 'mixture_weights' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/mixture_weights'
/usr/bin/install -c -m 644 'variances' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/variances'
/usr/bin/install -c -m 644 'transition_matrices' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/transition_matrices'
/usr/bin/install -c -m 644 'kdtrees' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/kdtrees'
/usr/bin/install -c -m 644 'RM1.1000.mdef' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/RM1.1000.mdef'
/usr/bin/install -c -m 644 'feat.params' '/usr/local/share/sphinx3/model/hmm/RM1_cd_semi/feat.params'
Making install in tidigits
make[4]: Nothing to be done for
install-exec-am'. make[4]: Nothing to be done for
install-data-am'.make[4]: Nothing to be done for
install-exec-am'. make[4]: Nothing to be done for
install-data-am'.Making install in lm
Making install in an4
make[4]: Nothing to be done for
install-exec-am'. test -z "/usr/local/share/sphinx3/model/lm/an4" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/share/sphinx3/model/lm/an4" /usr/bin/install -c -m 644 'README' '/usr/local/share/sphinx3/model/lm/an4/README' /usr/bin/install -c -m 644 'align.correct' '/usr/local/share/sphinx3/model/lm/an4/align.correct' /usr/bin/install -c -m 644 'an4.cls.probdef' '/usr/local/share/sphinx3/model/lm/an4/an4.cls.probdef' /usr/bin/install -c -m 644 'an4.ctl' '/usr/local/share/sphinx3/model/lm/an4/an4.ctl' /usr/bin/install -c -m 644 'an4.ctl.platform_independent' '/usr/local/share/sphinx3/model/lm/an4/an4.ctl.platform_independent' /usr/bin/install -c -m 644 'an4.ctl_lm' '/usr/local/share/sphinx3/model/lm/an4/an4.ctl_lm' /usr/bin/install -c -m 644 'an4.dict' '/usr/local/share/sphinx3/model/lm/an4/an4.dict' /usr/bin/install -c -m 644 'an4.phone.dict' '/usr/local/share/sphinx3/model/lm/an4/an4.phone.dict' /usr/bin/install -c -m 644 'an4.phonelist' '/usr/local/share/sphinx3/model/lm/an4/an4.phonelist' /usr/bin/install -c -m 644 'an4.tg.phone.arpa' '/usr/local/share/sphinx3/model/lm/an4/an4.tg.phone.arpa' /usr/bin/install -c -m 644 'an4.tg.phone.arpa.DMP' '/usr/local/share/sphinx3/model/lm/an4/an4.tg.phone.arpa.DMP' /usr/bin/install -c -m 644 'an4.tg.phone.arpa.FST' '/usr/local/share/sphinx3/model/lm/an4/an4.tg.phone.arpa.FST' /usr/bin/install -c -m 644 'an4.tg.phone.arpa.FST.SYM' '/usr/local/share/sphinx3/model/lm/an4/an4.tg.phone.arpa.FST.SYM' /usr/bin/install -c -m 644 'an4.tg.phone.arpa.lm_convert' '/usr/local/share/sphinx3/model/lm/an4/an4.tg.phone.arpa.lm_convert' /usr/bin/install -c -m 644 'an4.ug.cls.lm' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.cls.lm' /usr/bin/install -c -m 644 'an4.ug.cls.lm.DMP' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.cls.lm.DMP' /usr/bin/install -c -m 644 'an4.ug.cls.lmctl' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.cls.lmctl' /usr/bin/install -c -m 644 'an4.ug.cls.lmctl' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.cls.lmctl' /usr/bin/install -c -m 644 'an4.ug.fsg' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.fsg' /usr/bin/install -c -m 644 'an4.ug.lm' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.lm' /usr/bin/install -c -m 644 'an4.ug.lm.DMP' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.lm.DMP' /usr/bin/install -c -m 644 'an4.ug.lm.FST' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.lm.FST' /usr/bin/install -c -m 644 'an4.ug.lm.FST.SYM' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.lm.FST.SYM' /usr/bin/install -c -m 644 'an4.ug.lm.lm_convert' '/usr/local/share/sphinx3/model/lm/an4/an4.ug.lm.lm_convert' /usr/bin/install -c -m 644 'args.an4' '/usr/local/share/sphinx3/model/lm/an4/args.an4' /usr/bin/install -c -m 644 'args.an4' '/usr/local/share/sphinx3/model/lm/an4/args.an4' /usr/bin/install -c -m 644 'args.an4.test' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test' /usr/bin/install -c -m 644 'args.an4.test.cls' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.cls' /usr/bin/install -c -m 644 'args.an4.test.cls' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.cls' /usr/bin/install -c -m 644 'args.an4.test.fsg' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.fsg' /usr/bin/install -c -m 644 'args.an4.test.fsg' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.fsg' /usr/bin/install -c -m 644 'args.an4.test' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test' /usr/bin/install -c -m 644 'args.an4.test.mllr' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.mllr' /usr/bin/install -c -m 644 'args.an4.test.mllr' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.mllr' /usr/bin/install -c -m 644 'args.an4.test.win32' '/usr/local/share/sphinx3/model/lm/an4/args.an4.test.win32' /usr/bin/install -c -m 644 'filler.dict' '/usr/local/share/sphinx3/model/lm/an4/filler.dict' /usr/bin/install -c -m 644 'pittsburgh.bigendian.mfc' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.bigendian.mfc' /usr/bin/install -c -m 644 'pittsburgh.bigendian.raw' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.bigendian.raw' /usr/bin/install -c -m 644 'pittsburgh.lat.gz' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.lat.gz' /usr/bin/install -c -m 644 'pittsburgh.littleendian.abcd' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.littleendian.abcd' /usr/bin/install -c -m 644 'pittsburgh.littleendian.mfc' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.littleendian.mfc' /usr/bin/install -c -m 644 'pittsburgh.littleendian.raw' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.littleendian.raw' /usr/bin/install -c -m 644 'pittsburgh.littleendian.slf' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.littleendian.slf' /usr/bin/install -c -m 644 'pittsburgh.nbest' '/usr/local/share/sphinx3/model/lm/an4/pittsburgh.nbest' make[4]: Nothing to be done for
install-exec-am'.make[4]: Nothing to be done for
install-data-am'. Making install in ep make[3]: Nothing to be done for
install-exec-am'.test -z "/usr/local/share/sphinx3/model/ep" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/share/sphinx3/model/ep"
/usr/bin/install -c -m 644 'chan3-dither.cepview' '/usr/local/share/sphinx3/model/ep/chan3-dither.cepview'
/usr/bin/install -c -m 644 'chan3-logspec.cepview' '/usr/local/share/sphinx3/model/ep/chan3-logspec.cepview'
/usr/bin/install -c -m 644 'chan3.cepview' '/usr/local/share/sphinx3/model/ep/chan3.cepview'
/usr/bin/install -c -m 644 'chan3.logspec' '/usr/local/share/sphinx3/model/ep/chan3.logspec'
/usr/bin/install -c -m 644 'chan3.mfc' '/usr/local/share/sphinx3/model/ep/chan3.mfc'
/usr/bin/install -c -m 644 'chan3.raw' '/usr/local/share/sphinx3/model/ep/chan3.raw'
/usr/bin/install -c -m 644 'ep.mdef' '/usr/local/share/sphinx3/model/ep/ep.mdef'
/usr/bin/install -c -m 644 'ep.result' '/usr/local/share/sphinx3/model/ep/ep.result'
/usr/bin/install -c -m 644 'means' '/usr/local/share/sphinx3/model/ep/means'
/usr/bin/install -c -m 644 'mixture_weights' '/usr/local/share/sphinx3/model/ep/mixture_weights'
/usr/bin/install -c -m 644 'variances' '/usr/local/share/sphinx3/model/ep/variances'
make[3]: Nothing to be done for
install-exec-am'. make[3]: Nothing to be done for
install-data-am'.Making install in include
make[2]: Nothing to be done for
install-exec-am'. test -z "/usr/local/include/sphinx3" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/include/sphinx3" /usr/bin/install -c -m 644 'adaptor.h' '/usr/local/include/sphinx3/adaptor.h' /usr/bin/install -c -m 644 'approx_cont_mgau.h' '/usr/local/include/sphinx3/approx_cont_mgau.h' /usr/bin/install -c -m 644 'ascr.h' '/usr/local/include/sphinx3/ascr.h' /usr/bin/install -c -m 644 'astar.h' '/usr/local/include/sphinx3/astar.h' /usr/bin/install -c -m 644 'blkarray_list.h' '/usr/local/include/sphinx3/blkarray_list.h' /usr/bin/install -c -m 644 'cb2mllr_io.h' '/usr/local/include/sphinx3/cb2mllr_io.h' /usr/bin/install -c -m 644 'classifier.h' '/usr/local/include/sphinx3/classifier.h' /usr/bin/install -c -m 644 'classify.h' '/usr/local/include/sphinx3/classify.h' /usr/bin/install -c -m 644 'cmdln_macro.h' '/usr/local/include/sphinx3/cmdln_macro.h' /usr/bin/install -c -m 644 'confidence.h' '/usr/local/include/sphinx3/confidence.h' /usr/bin/install -c -m 644 'cont_mgau.h' '/usr/local/include/sphinx3/cont_mgau.h' /usr/bin/install -c -m 644 'corpus.h' '/usr/local/include/sphinx3/corpus.h' /usr/bin/install -c -m 644 'ctxt_table.h' '/usr/local/include/sphinx3/ctxt_table.h' /usr/bin/install -c -m 644 'dag.h' '/usr/local/include/sphinx3/dag.h' /usr/bin/install -c -m 644 'dict2pid.h' '/usr/local/include/sphinx3/dict2pid.h' /usr/bin/install -c -m 644 'dict.h' '/usr/local/include/sphinx3/dict.h' /usr/bin/install -c -m 644 'encoding.h' '/usr/local/include/sphinx3/encoding.h' /usr/bin/install -c -m 644 'endptr.h' '/usr/local/include/sphinx3/endptr.h' /usr/bin/install -c -m 644 'fast_algo_struct.h' '/usr/local/include/sphinx3/fast_algo_struct.h' /usr/bin/install -c -m 644 'fillpen.h' '/usr/local/include/sphinx3/fillpen.h' /usr/bin/install -c -m 644 'fsg.h' '/usr/local/include/sphinx3/fsg.h' /usr/bin/install -c -m 644 'fsg_history.h' '/usr/local/include/sphinx3/fsg_history.h' /usr/bin/install -c -m 644 'fsg_lextree.h' '/usr/local/include/sphinx3/fsg_lextree.h' /usr/bin/install -c -m 644 'fsg_psubtree.h' '/usr/local/include/sphinx3/fsg_psubtree.h' /usr/bin/install -c -m 644 'fsg_search.h' '/usr/local/include/sphinx3/fsg_search.h' /usr/bin/install -c -m 644 'gmm_wrap.h' '/usr/local/include/sphinx3/gmm_wrap.h' /usr/bin/install -c -m 644 'gs.h' '/usr/local/include/sphinx3/gs.h' /usr/bin/install -c -m 644 'hmm.h' '/usr/local/include/sphinx3/hmm.h' /usr/bin/install -c -m 644 'hyp.h' '/usr/local/include/sphinx3/hyp.h' /usr/bin/install -c -m 644 'interp.h' '/usr/local/include/sphinx3/interp.h' /usr/bin/install -c -m 644 'kbcore.h' '/usr/local/include/sphinx3/kbcore.h' /usr/bin/install -c -m 644 'kb.h' '/usr/local/include/sphinx3/kb.h' /usr/bin/install -c -m 644 'kdtree.h' '/usr/local/include/sphinx3/kdtree.h' /usr/bin/install -c -m 644 'lextree.h' '/usr/local/include/sphinx3/lextree.h' /usr/bin/install -c -m 644 'lmclass.h' '/usr/local/include/sphinx3/lmclass.h' /usr/bin/install -c -m 644 'lm.h' '/usr/local/include/sphinx3/lm.h' /usr/bin/install -c -m 644 'logs3.h' '/usr/local/include/sphinx3/logs3.h' /usr/bin/install -c -m 644 'lts.h' '/usr/local/include/sphinx3/lts.h' /usr/bin/install -c -m 644 'mdef.h' '/usr/local/include/sphinx3/mdef.h' /usr/bin/install -c -m 644 'misc.h' '/usr/local/include/sphinx3/misc.h' /usr/bin/install -c -m 644 'mllr.h' '/usr/local/include/sphinx3/mllr.h' /usr/bin/install -c -m 644 'ms_gauden.h' '/usr/local/include/sphinx3/ms_gauden.h' /usr/bin/install -c -m 644 'ms_mgau.h' '/usr/local/include/sphinx3/ms_mgau.h' /usr/bin/install -c -m 644 'ms_mllr.h' '/usr/local/include/sphinx3/ms_mllr.h' /usr/bin/install -c -m 644 'ms_senone.h' '/usr/local/include/sphinx3/ms_senone.h' /usr/bin/install -c -m 644 's2_semi_mgau.h' '/usr/local/include/sphinx3/s2_semi_mgau.h' /usr/bin/install -c -m 644 's3_arraylist.h' '/usr/local/include/sphinx3/s3_arraylist.h' /usr/bin/install -c -m 644 's3_cfg.h' '/usr/local/include/sphinx3/s3_cfg.h' /usr/bin/install -c -m 644 's3_decode.h' '/usr/local/include/sphinx3/s3_decode.h' /usr/bin/install -c -m 644 's3_endpointer.h' '/usr/local/include/sphinx3/s3_endpointer.h' /usr/bin/install -c -m 644 's3types.h' '/usr/local/include/sphinx3/s3types.h' /usr/bin/install -c -m 644 'search.h' '/usr/local/include/sphinx3/search.h' /usr/bin/install -c -m 644 'sort.h' '/usr/local/include/sphinx3/sort.h' /usr/bin/install -c -m 644 'srch_allphone.h' '/usr/local/include/sphinx3/srch_allphone.h' /usr/bin/install -c -m 644 'srch_debug.h' '/usr/local/include/sphinx3/srch_debug.h' /usr/bin/install -c -m 644 'srch_do_nothing.h' '/usr/local/include/sphinx3/srch_do_nothing.h' /usr/bin/install -c -m 644 'srch_flat_fwd.h' '/usr/local/include/sphinx3/srch_flat_fwd.h' /usr/bin/install -c -m 644 'srch_fsg.h' '/usr/local/include/sphinx3/srch_fsg.h' /usr/bin/install -c -m 644 'srch.h' '/usr/local/include/sphinx3/srch.h' /usr/bin/install -c -m 644 'srch_output.h' '/usr/local/include/sphinx3/srch_output.h' /usr/bin/install -c -m 644 'srch_time_switch_tree.h' '/usr/local/include/sphinx3/srch_time_switch_tree.h' /usr/bin/install -c -m 644 'srch_word_switch_tree.h' '/usr/local/include/sphinx3/srch_word_switch_tree.h' /usr/bin/install -c -m 644 'stat.h' '/usr/local/include/sphinx3/stat.h' /usr/bin/install -c -m 644 'subvq.h' '/usr/local/include/sphinx3/subvq.h' /usr/bin/install -c -m 644 'tmat.h' '/usr/local/include/sphinx3/tmat.h' /usr/bin/install -c -m 644 'utt.h' '/usr/local/include/sphinx3/utt.h' /usr/bin/install -c -m 644 'vector.h' '/usr/local/include/sphinx3/vector.h' /usr/bin/install -c -m 644 'vithist.h' '/usr/local/include/sphinx3/vithist.h' /usr/bin/install -c -m 644 'whmm.h' '/usr/local/include/sphinx3/whmm.h' /usr/bin/install -c -m 644 'wid.h' '/usr/local/include/sphinx3/wid.h' /usr/bin/install -c -m 644 'word_fsg.h' '/usr/local/include/sphinx3/word_fsg.h' /usr/bin/install -c -m 644 'word_graph.h' '/usr/local/include/sphinx3/word_graph.h' /usr/bin/install -c -m 644 'word_ugprob.h' '/usr/local/include/sphinx3/word_ugprob.h' make[2]: Nothing to be done for
install-exec-am'.test -z "/usr/local/lib/pkgconfig" || /Users/rasanteford/Documents/Projects/Lushootseed/tutorial/sphinx3/install-sh -d "/usr/local/lib/pkgconfig"
/usr/bin/install -c -m 644 'sphinx3.pc' '/usr/local/lib/pkgconfig/sphinx3.pc'
I got it! Thanks, Nickolay.
All of the sphinx3_decode's I was trying to use were shell scripts, as you suggested. I found the binary version in /usr/local/bin and copied it to an4/bin and also to an4/bin/.libs to be sure. The decode now made progress. I still have a problem in my training data, but I think I can run that one down on my own. Thanks, again.