小编use*_*763的帖子

GCC安装错误

我正在尝试安装GCC 4.9.0,我收到了'./configure'和'make'的错误.

我得到了以下错误 ./configure

checking for default BUILD_CONFIG... bootstrap-debug
checking for --enable-vtable-verify... no
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure: error: I suspect your system does not have 32-bit developement libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib.
Run Code Online (Sandbox Code Playgroud)

然后我使用./configure --disable-multilib然后配置完成没有任何错误.

'make'之后; 我以跟随错误结束,我无法确定这个错误是什么

checking for suffix of object …
Run Code Online (Sandbox Code Playgroud)

linux installation gcc makefile

7
推荐指数
2
解决办法
4983
查看次数

标签 统计

gcc ×1

installation ×1

linux ×1

makefile ×1