报错:-bash: ./configure: No such file or directory

问题:目标文件夹没有configure这个文件 

解决思路:使用find -name configure找到目录,然后cd到该目录即可 

make报错“-bash: ./configure: No such file

注意:这里cd到当前文件所在的文件夹 而不是文件

相关文章:

  • 2021-09-13
  • 2022-12-23
  • 2021-11-19
  • 2022-01-12
  • 2022-03-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-09-05
  • 2022-02-11
  • 2022-12-23
相关资源
相似解决方案