編譯安裝mmseg提示cannot find input file: src/Makefile.in錯誤


今天安裝中文詞檢索功能模塊 coreseek,其中一個分詞模塊 mmseg ,編譯安裝到最后,出現annot find input file: src/Makefile.in

aclocal   //是一個perl 腳本程序,它的定義是:“aclocal - create aclocal.m4 by scanning configure.ac”
libtoolize --force  //運行后有一個錯誤,不用管它。
automake --add-missing
autoconf
autoheader
make clean

 

然后在重新編譯

./configure --prefix=/usr/local/mmseg

make

make install

編譯安裝成功


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM