gcc 4.1.2 32-bit compilation problem

Brian Dessent brian@dessent.net
Mon Aug 11 00:47:00 GMT 2008


Rajkishore Barik wrote:

> /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or
> directory

This error means you haven't installed the 32 bit libc development
package.  It's not a gcc issue, you need to install the correct package
from your distro.  The name varies from distro to distro, but with
Debian for example it's named something like "libc6-dev-i386".

Brian



More information about the Gcc-help mailing list