错误如下:

  configure: error: no acceptable C compiler found in $PATH

编译inotify报错

这是因为没有找到编译器的原因造成的

解决方法:

安装gcc

  [root@node1 inotify-tools-3.14]# yum install gcc

 

相关文章:

  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
  • 2021-06-29
  • 2022-01-12
  • 2022-01-30
  • 2022-01-02
猜你喜欢
  • 2021-06-30
  • 2021-11-14
  • 2021-08-29
  • 2022-01-02
  • 2022-02-12
  • 2021-06-16
  • 2021-10-05
相关资源
相似解决方案