简体   繁体   English

在Ubuntu上安装HTK会使所有功能无法正常工作

[英]HTK Installation on Ubuntu make all not working

I have tried several times to compile and install HTK but I just can't get through Step 5! 我已经尝试过几次编译和安装HTK,但是我无法通过步骤5! When executing "make install" (after "make all" executed correctly) I get the following output: 当执行“ 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'

I just don't know what to do and there isn't nothing on the net. 我只是不知道该怎么办,网上也什么都没有。 Does anyone have any ideas how I can install HTK? 有谁知道如何安装HTK?

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

(Answered in the comments. See Question with no answers, but issue solved in the comments (or extended in chat) ) (已在评论中回答。请参阅无答案的问题,但问题已在评论中解决(或在聊天中扩展)

The OP wrote: OP写道:

[SOLVED]I just had to install some libs: https://askubuntu.com/questions/147400/problems-with-eclipse-and-android-sdk [已解决]我只需要安装一些库即可: https : //askubuntu.com/questions/147400/problems-with-eclipse-and-android-sdk

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM