cc1: error: unrecognized command line option “-flot”  

解决方式是:找到 configure之后的Makefile,

删除 -flot

原因是gcc 3.4 或者更高版本,已经将其去除了,所以会出现上面的错误!

相关文章:

  • 2021-09-17
  • 2021-08-27
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
猜你喜欢
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2021-10-26
  • 2021-09-06
相关资源
相似解决方案