[Bug bootstrap/29196] gcc fails to build on x86-64 linux

2007-08-05 Thread robilad at kaffe dot org
--- Comment #4 from robilad at kaffe dot org 2007-08-05 18:37 --- It seems that installing the ia32 libc headers, which provides the stubs-32.h file on debian lenny, doesn't really help. The header file goes into /usr/include/i486-linux-gnu/gnu/stubs-32.h, but xgcc does not look there fo

[Bug bootstrap/29196] gcc fails to build on x86-64 linux

2007-08-05 Thread schwab at suse dot de
--- Comment #3 from schwab at suse dot de 2007-08-05 18:03 --- *** Bug 32996 has been marked as a duplicate of this bug. *** -- schwab at suse dot de changed: What|Removed |Added -

[Bug bootstrap/29196] gcc fails to build on x86-64 linux

2007-06-02 Thread begert at gmail dot com
--- Comment #2 from begert at gmail dot com 2007-06-02 13:18 --- (In reply to comment #1) > /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or > direc\ > tory > > That means you don't have the 32bit userland installed which means you either > use --disable-multili

[Bug bootstrap/29196] gcc fails to build on x86-64 linux

2006-09-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-24 02:30 --- /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or direc\ tory That means you don't have the 32bit userland installed which means you either use --disable-multilib or install it. -- pinski