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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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!news2.google.com!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: no rule to make target gnatlib_and_tools Date: Sun, 19 Dec 2004 09:55:04 +0100 Organization: None Message-ID: <8085187.99RZnQ0lzn@linux1.krischik.com> References: <1103419653.660147.256310@f14g2000cwb.googlegroups.com> Reply-To: martin@krischik.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1103446961 05 18003 hhW+XAkvuRV9u0w 041219 09:02:41 X-Complaints-To: usenet-abuse@t-online.de X-ID: ZY1iGaZCYeMhZIqYPGngzO7YiXXVpEaA5oBNPGBVavEmSQ59whCKsE User-Agent: KNode/0.8.0 Xref: g2news1.google.com comp.lang.ada:7066 Date: 2004-12-19T09:55:04+01:00 List-Id: sohail@sohailsomani.com wrote: > 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 There is a "cd" missing in beween here. See: http://ada.krischik.com/gnat-3_4.html > % 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. BTW: gnatlib_and_tools has been made opsolete for the HEAD release. Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com