I am trying to install GCC 4.6.3 on Fedora 18.
I was following the instructions provided by Lars Rohrbach.
When I run make, I get the error
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory
compilation terminated.
I read online that this is because of a missing library glibc, however glibc already is installed on my computer.
yum install glibc
Loaded plugins: langpacks, presto, refresh-packagekit
Package glibc-2.16-28.fc18.x86_64 already installed and latest version
Nothing to do
(Earlier I was experiencing a similar error when installing a program that required zlib and zlib also already exists.)
Can someone please help me successfully install gcc 4.6.3? Thank you.

glibc-devel.i686. – Renan Jan 17 at 20:26