--- Comment #5 from laurent dot bonnaud at inpg dot fr 2007-11-12 11:28
---
The --disable-multilib options allowed me to build gcc. Thank you for the tip!
However, it was my understanding that if "./configure" does not fail, "make
bootstrap" should not fail.
--
http://gcc.gnu.org
--- Comment #4 from miles at gnu dot org 2007-11-11 00:54 ---
Wouldn't it be nice if the configure script caught this sort of thing
automatically?
It's obviously going to be a very common problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34045
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-11-10 21:28 ---
Use --disable-multilib as you don't have a full install of GNU/Linux glibc on
x86_64 which includes the 32bits headers/libraries.
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #2 from laurent dot bonnaud at inpg dot fr 2007-11-10 08:30
---
I get exactly the same error:
$ ../gcc-4.2.2/configure --prefix=/usr/local/gcc-4.2
$ make bootstrap
[...]
checking for x86_64-unknown-linux-gnu-gcc... /var/tmp/LB/build/./gcc/xgcc
-B/var/tmp/LB/build/./gcc/ -B/
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-11-09 19:29 ---
What happens if you don't build in the source directory?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34045