首页 > 其他 > 详细

执行automake时报错 error while making link: Operation not supported

时间:2014-12-25 16:10:13      阅读:760      评论:0      收藏:0      [点我收藏+]

执行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命令,则问题得到解决。

执行automake时报错 error while making link: Operation not supported

原文:http://www.cnblogs.com/lisuyun/p/4184629.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!