This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/17504] New: Can't bootstrap with Ada
- From: "v dot haisman at sh dot cvut dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2004 17:40:04 -0000
- Subject: [Bug bootstrap/17504] New: Can't bootstrap with Ada
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I've tryed to bootstrap GCC with Ada enabled but I couldn't get beyond
configure. I already have Gnat installed from Portage.
wilx@amber2:::~/gcc-head/objdir> ../srcdir/configure --disable-nls
--enable-version-specific-runtime-libs--enable-dwarf2--with-cpu=athlon-tbird
--with-arch=athlon-tbird --with-system-zlib --enable-languages=c,c++,objc,ada
--disable-sjlj-exceptions --enable-shared=libstdc++ --program-suffix=-3.5
--enable-__cxa_atexit --enable-libmudflap
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gnatbind... gnatbind
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1
$$f2
checking for correct version of gmp.h... yes
checking for MPFR... yes
configure: error:
The following requested languages were not found: ada
The available languages are: c,ada,c++,f95,java,objc,treelang
--
Summary: Can't bootstrap with Ada
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: v dot haisman at sh dot cvut dot cz
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17504