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

g++ 之 -m64选项

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