This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/35654] New: Native build of gcc 4.3.0 fails on 64-bit Ubuntu 7.10
- From: "bart dot vanassche at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Mar 2008 14:14:06 -0000
- Subject: [Bug bootstrap/35654] New: Native build of gcc 4.3.0 fails on 64-bit Ubuntu 7.10
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Compilation of gcc 4.3.0 with the attached script failed on a 64-bit Ubuntu
7.10 server system with the following error message:
[...]
checking how to run the C preprocessor... /lib/cpp
checking whether decimal floating point is supported... yes
checking whether fixed-point is supported... no
checking for __attribute__((visibility("hidden")))... yes
checking whether the target asssembler upports thread-local storage... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing default commands
Adding multilib support to Makefile in /home/vanasscb/software/gcc-4.3.0/libgcc
with_multisubdir=32
In file included from
/home/vanasscb/software/gcc-4.3.0-build/./gcc/include-fixed/features.h:354,
from /usr/include/stdio.h:28,
from
/home/vanasscb/software/gcc-4.3.0/libgcc/../gcc/tsystem.h:90,
from
/home/vanasscb/software/gcc-4.3.0/libgcc/../gcc/libgcc2.c:33:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make[5]: *** [_muldi3.o] Error 1
make[4]: *** [multi-do] Error 1
make[3]: *** [all-multi] Error 2
make[2]: *** [all-stage1-target-libgcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2
--
Summary: Native build of gcc 4.3.0 fails on 64-bit Ubuntu 7.10
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bart dot vanassche at gmail dot com
GCC build triplet: x86_64-unknown-linux-gnu
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35654