背景: 为升级glic, 升级 gcc 到高版本, 使用源文件安装 ./configure 。报错
Can’t install on Linux Mint, “/usr/bin/ld: cannot find crt1.o: No such file or directory”
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.

操作系统: centos 7.5 64bit

解决:
编译32位的程序

sudo yum install glibc-devel.i686
sudo yum install libgcc.i686
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐