0

I have tried several times to compile and install HTK but I just can't get through Step 5! When executing "make install" (after "make all" executed correctly) I get the following output:

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?

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

1 回答 1

1

(已在评论中回答。请参阅没有答案的问题,但问题已在评论中解决(或在聊天中扩展)

OP写道:

[已解决]我只需要安装一些库:https ://askubuntu.com/questions/147400/problems-with-eclipse-and-android-sdk

于 2015-01-24T21:17:41.250 回答