执行automake时报错:

[root@localhost project]# automake --add-missing
configure.in: installing `./install-sh'; error while making link: Operation not supported
configure.in: installing `./missing'; error while making link: Operation not supported
Makefile.am: installing `./INSTALL'; error while making link: Operation not supported

 

原因:网上查询后原来是因为把工程放在FAT32分区上了,而它不支持link!因为我这是挂载在windows共享文件上的。
 
解决方法:将工程移动到linux上的ext3上在执行automake命令,则问题得到解决。

相关文章:

  • 2022-12-23
  • 2021-12-21
  • 2021-12-21
  • 2022-12-23
  • 2021-07-22
  • 2021-05-14
  • 2022-01-20
  • 2022-01-24
猜你喜欢
  • 2022-03-09
  • 2021-08-18
  • 2022-01-24
  • 2022-12-23
  • 2022-02-13
  • 2021-09-15
  • 2021-05-31
相关资源
相似解决方案