首页 > 其他 > 详细

g++ 之 -m64选项

时间:2015-04-25 17:55:45      阅读:591      评论:0      收藏:0      [点我收藏+]

 

今天编译之前的项目,竟然报了下面的错误

usr/bin/ld: i386 architecture of input file `./proxycpp/soapRemoteDiscoveryBindingProxy.o‘ is incompatible with i386:x86-64 output

 

其实是之前的.o文件是32位生成的,现在在64位重新编译,只好make clean 之后,

在Makefile 的g++ 选项上-m64就好了,如果你是32位系统,你可以设置为-m32

g++ 之 -m64选项

原文:http://www.cnblogs.com/geeker/p/4456175.html

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