您能否描述一下如何在32位debian机器上安装 gcc-multilib 和 g ++ - multilib 来生成64位代码?
我在我的32位debian系统上安装了gcc-4.7.2(并且还安装了binutils-2.23)。当我尝试使用-m64标志编译一个简单的hello world程序
时# gcc -m64 hello.c
我收到以下错误消息:
"hello.c:1:0: sorry, unimplemented: 64-bit mode not compiled in" .
请告诉我在32位debian系统上生成64位代码的步骤。
答案 0 :(得分:1)
您需要在configure
。