[Bug bootstrap/34045] gcc does not build on Debian etch AMD64

2007-11-12 Thread laurent dot bonnaud at inpg dot fr
--- 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

[Bug bootstrap/34045] gcc does not build on Debian etch AMD64

2007-11-10 Thread miles at gnu dot 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

[Bug bootstrap/34045] gcc does not build on Debian etch AMD64

2007-11-10 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug bootstrap/34045] gcc does not build on Debian etch AMD64

2007-11-10 Thread laurent dot bonnaud at inpg dot fr
--- 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/

[Bug bootstrap/34045] gcc does not build on Debian etch AMD64

2007-11-09 Thread pinskia at gcc dot gnu dot org
--- 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