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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1ceefa54d5df2c04 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: "christov" Newsgroups: comp.lang.ada Subject: Re: no rule to make target gnatlib_and_tools Date: 19 Dec 2004 10:56:52 -0800 Organization: http://groups.google.com Message-ID: <1103482612.876159.251930@z14g2000cwz.googlegroups.com> References: <1103419653.660147.256310@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 207.213.217.210 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1103482618 2341 127.0.0.1 (19 Dec 2004 18:56:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 19 Dec 2004 18:56:58 +0000 (UTC) In-Reply-To: <1103419653.660147.256310@f14g2000cwb.googlegroups.com> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=207.213.217.210; posting-account=iMifBw0AAAALJxfwhhZ9vT7AaNknQQfX Xref: g2news1.google.com comp.lang.ada:7080 Date: 2004-12-19T10:56:52-08:00 List-Id: That's very odd. It usually works fine for me on, say, RH 9.0. The top-level configure output is fairly short. It should say which directories (targets) the build is configured for. It should also let you know if it can not find the Ada-enabled gcc. GNAT 3.15p must be before any other compiler in your PATH to use it. Since FSF gcc 3.3 was deemed good enough to bootstrap later Ada compilers, the option to have seperate Ada and C bootstrap compilers was removed. You can also look in /extra/src/build/gcc for gnat1 and gnatbind after the bootstrap. If you can't find those then the build never made an Ada compiler. Gcc will *always* make a C compiler because that is needed during the bootstrap process. I usually explicitly configure C anyway just as a reminder. Thinking about your symptoms, the most likely thing is that configure is not finding the installed GNAT before some other C compiler that doesn't know about Ada. -Chris