From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1712255838faca2d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!usenet-fr.net!news.enst.fr!not-for-mail From: Jerome Hugues Newsgroups: comp.lang.ada Subject: Re: Help installing GCC/GNAT 4.0.2 Date: Wed, 23 Nov 2005 10:47:50 +0000 (UTC) Organization: ENST, France Message-ID: References: <43843808$0$20855$9b4e6d93@newsread2.arcor-online.net> NNTP-Posting-Host: merlin.enst.fr X-Trace: avanie.enst.fr 1132742870 29643 137.194.160.24 (23 Nov 2005 10:47:50 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Wed, 23 Nov 2005 10:47:50 +0000 (UTC) User-Agent: slrn/0.9.7.3 (SunOS) Xref: g2news1.google.com comp.lang.ada:6553 Date: 2005-11-23T10:47:50+00:00 List-Id: In article <43843808$0$20855$9b4e6d93@newsread2.arcor-online.net>, Georg Bauhaus wrote: > Anonymous Coward wrote: >> Starting with GCC 3.2.2, and the following versions of GNAT >> (distributed with Red Hat 9): >> >> GNATMAKE 3.2.2 20030222 (3.2.2-4) Copyright 1995-2001 Free Software Foundation, Inc. >> GNATBIND 3.2.2 20030222 (3.2.2-4) Copyright 1995-2001 Free Software Foundation, Inc. >> >> I attempted to install the latest GNAT from gcc-4.0.2.tar.bz2, as follows: >> >> % mkdir /usr/local/src/gcc-4.0.2/obj >> % cd !$ >> % ../configure >> % make bootstrap >> % make install >> > > What does config.status in the build directory say about > enabled languages? The documentation is clear: --enable-languages=lang1,lang2,... [..] If you do not pass this flag, or specify the option all, then all default languages available in the gcc sub-tree will be configured. Ada, Objective-C++, and treelang are not default languages; ==> you have to explicitely indicate you want Ada -- Jerome