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

使用SVN clang: error: linker command failed with exit code 1 (use -v to see invocation)

时间:2014-06-05 12:42:28      阅读:386      评论:0      收藏:0      [点我收藏+]

标签:svn   global-ignores   linker command faile   

再把项目上传到SVN仓库上,然后再拉到本地编译时出现如下错误

ld: library not found for -lxxxxxxxxxxxx
clang: error: linker command failed with exit code 1 (use -v to see invocation)

原因:

SVN在上传资源服务器时默认配置会把一些第三方的.a库文件等给忽略了,然后就造成这样的错误。


解决办法:

配置global-ignores文件


因为我用的是Cornerstone图像工具,Preferences -->Subversion -->General ,去掉默认的勾选状态,删掉 *.a标签,然后Save即可,如下图


bubuko.com,布布扣


bubuko.com,布布扣


使用SVN clang: error: linker command failed with exit code 1 (use -v to see invocation),布布扣,bubuko.com

使用SVN clang: error: linker command failed with exit code 1 (use -v to see invocation)

标签:svn   global-ignores   linker command faile   

原文地址:http://blog.csdn.net/duxinfeng2010/article/details/27090751

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!