随笔-348  评论-598  文章-0  trackbacks-0

Q. I'm getting the following error while compiling application under CentOS / RHEL / Fedora Linux 64 bit edition:

/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


 



---------------------------------------------------------
专注移动开发

Android, Windows Mobile, iPhone, J2ME, BlackBerry, Symbian
posted on 2011-01-22 12:36 TiGERTiAN 阅读(14277) 评论(1)  编辑  收藏 所属分类: AndroidLinux

评论:
# re: 64bit Linux下error: gnu/stubs-32.h: No such file or directory错误解决办法 2015-04-19 23:57 | 陈媛婷
什么鬼。。  回复  更多评论
  

只有注册用户登录后才能发表评论。


网站导航: