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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,cf2d85123ac7ec7c,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: "braver" Newsgroups: comp.lang.ada Subject: Building GNAT with GCC 3.4.3 Date: 7 Mar 2005 06:00:59 -0800 Organization: http://groups.google.com Message-ID: <1110204059.955310.120810@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 68.38.224.153 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1110204071 25719 127.0.0.1 (7 Mar 2005 14:01:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 7 Mar 2005 14:01:11 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=68.38.224.153; posting-account=747fcg0AAAAk37ynL4bMm6Gl7Dz_tnyx Xref: g2news1.google.com comp.lang.ada:8809 Date: 2005-03-07T06:00:59-08:00 List-Id: So I tried to build a new GNAT from GCC 3.4.3, the latest release, in order to check how it handles hot areas such as 'Size. Strangely, I'm not getting gnatlib_and_tools target in the Makefile in the build directory /gcc/ at all! No matter what I give to configure -- --enable-languages=ada,... --enable-libada, and doing make bootstrap, saying ADAC=gnatgcc before configure -- still doesn't show the target in the Makefile. I have GNAT 3.13p, it's a SuSE Linux, and I wonder what can be missing where. Cheers, Alexy