/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h:
No such file or directory
How do I fix this error?
A. You need to install the glibc-devel package. It contains the object files necessary for developing programs which use the standard C libraries (which are used by nearly all programs). If you
are developing programs which will use the standard C libraries, your system needs to have these standard object files available in order to create the executables.
Install glibc-devel if you are going to develop programs which will use the standard C libraries.
# apt-get
install g++-multilib

本文将指导您如何解决在安装glibc-devel包时遇到的Nosuchfileordirectory错误,确保您的系统具备开发使用标准C库程序所需的环境。
2191

被折叠的 条评论
为什么被折叠?



