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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1ceefa54d5df2c04,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: sohail@sohailsomani.com Newsgroups: comp.lang.ada Subject: no rule to make target gnatlib_and_tools Date: 18 Dec 2004 17:27:33 -0800 Organization: http://groups.google.com Message-ID: <1103419653.660147.256310@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 24.85.39.20 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1103419658 6314 127.0.0.1 (19 Dec 2004 01:27:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 19 Dec 2004 01:27:38 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=24.85.39.20; posting-account=_GOdfQ0AAAD_JdFFiFm6zo-unrtVAZ6a Xref: g2news1.google.com comp.lang.ada:7061 Date: 2004-12-18T17:27:33-08:00 List-Id: This is really weird. I am trying to build _just_ the ada compiler driver for linux using gcc 3.4.3 release sources. I enter the following (mostly as per instruction): % mkdir /extra/src/build % cd /extra/src/build % /extra/src/gcc/configure --prefix=/opt/me --enable-languages=ada % make bootstrap % make gnatlib_and_tools Everything works fine until the last line. I get "No rule to make target gnatlib_and_tools". This is confusing. The only place where the target actually exists is in gcc/ada/Makefile-lang.in. This leads me to think that for some reason, the ada compiler is not being created. I have the gnat-3.15p binary installed. Is there something I need to do for gnatgcc? I read somewhere I would need to rename gnatgcc but that didn't work. TIA Sohail