上次安装Xapian的时候我们说编译一个xapian的C++程序时总是说"undefined reference to xxx".其实我们仔细观察在./configure    xapian-core的时候有这么一句:nothing to be done for all,然后在make的时候也有:nothing to be done for all,nothing to be done for all-am。

这句提示是说明你已经编译好了,而且没有对代码进行任何改动。

make clean 清除安装时留下的文件

再运行一下ldconfig, 更新链接库缓存。 

相关文章:

  • 2022-01-26
  • 2021-06-30
  • 2021-05-08
  • 2022-12-23
  • 2022-12-23
  • 2021-04-02
  • 2022-12-23
  • 2021-11-14
猜你喜欢
  • 2022-12-23
  • 2022-02-03
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2021-05-31
相关资源
相似解决方案