Centos8安装32位编译环境
Centos8安装32位编译环境
安装32位glibc库文件命令:(安装C库文件)
sudo yum install glibc-devel.i686
安装32位glibc++库文件命令
sudo yum install libstdc++-devel.i686
Ubuntu下, 要安装 gcc-multilib
参考链接
[1] https://zhuanlan.zhihu.com/p/23618489
[2] https://blog.csdn.net/xuebing1995/article/details/100730594