Ubuntu上的HTK安装使一切都无法正常工作

时间:2013-09-25 13:47:32

标签: linux ubuntu makefile voice-recognition htk

我已经多次尝试编译和安装HTK,但我无法通过第5步! 执行" make install" (" make all"正确执行)我得到以下输出:

root@Humanoid:/bin/htk# make install
(cd HTKTools && make all) \
      || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/bin/htk/HTKTools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/bin/htk/HTKTools'
(cd HTKTools && make install) \
    || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/bin/htk/HTKTools'
if [ ! -d /usr/local/bin ] ; then mkdir /usr/local/bin ; fi
for program in HSLab HBuild HCompV HCopy HDMan HERest HHEd HInit HLEd     HList HLRescore             
HLStats HMMIRest HParse HQuant HRest HResults HSGen HSmooth HVite  ; do /usr/bin/install -    
c -m 755 ${program} /usr/local/bin ; done
make[1]: Leaving directory `/bin/htk/HTKTools'
(cd HLMTools && make all) \
      || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/bin/htk/HLMTools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/bin/htk/HLMTools'
(cd HLMTools && make install) \
    || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/bin/htk/HLMTools'
for program in Cluster HLMCopy LAdapt LBuild LFoF LGCopy LGList LGPrep LLink LMerge     
LNewMap LNorm LPlex LSubset  ; do /usr/bin/install -c -m 755 ${program} /usr/local/bin ;     
done
make[1]: Leaving directory `/bin/htk/HLMTools'

我只是不知道该怎么做,网上什么都没有。 有没有人有任何想法如何安装HTK?

My OS Details are:
OS: ubuntu 13.04
OS type: 64-bit
Processor: AMD Athlon(tm) II Dual-Core M300x2

1 个答案:

答案 0 :(得分:1)