今天安装中文词检索功能模块 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

编译安装成功

相关文章:

  • 2022-02-06
  • 2021-11-07
  • 2022-12-23
  • 2022-02-23
  • 2021-11-25
  • 2021-07-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案