码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2014-12-25 16:12:08      阅读:203      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!