[zz]64bit Linux下error: gnu/stubs-32.h: No such file or directory错误解决办法


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

or

sudo apt-get install libc6-dev-i386

posted @ 2012-03-16 22:53  zaleilynn  阅读(531)  评论(0编辑  收藏  举报