On 11/03/2012 12:41 PM, Tim Prince wrote:
On 11/3/2012 3:32 AM, Mischa Baars wrote:
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such
file or directory
which also prevents me from compiling the compiler under Fedora 17.
This means that I am both not able to compile programs in 32-bit mode
and help you with the compiler.
Normally, this means you didn't install the optional (32-bit)
glibc-devel i386.
Yes, you are right! You need to install both 'glibc-devel.i686' and
'libgcc.i686', however you need to do this manually with 'yum' because
they do not appear on the list of installable packages with the
'add/remove software' applet.
Mischa.