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,c631ec53960145e0,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!nntp.bt.com!news.bt.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 30 Jul 2008 09:54:48 -0500 From: Brian Drummond Newsgroups: comp.lang.ada Subject: Rebuilding the RTL : Makefile.adalib? Date: Wed, 30 Jul 2008 16:00:07 +0100 Reply-To: brian@shapes.demon.co.uk Message-ID: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Usenet-Provider: http://www.giganews.com X-AuthenticatedUsername: NoAuthUser X-Trace: sv3-qzD7/XYf3OqZtNwpvWO3czzD2rpsd584SuNFu4Q39kuwdm+eFCxGCgAjuNo1Q6+4v6qK7B5d8kjqt6l!ZNjg+yph0WXwU8s62VNwo3ZqpoCr7eAutx2aPWVPGlXHniIvZ6IkeqacjLjnlJAb6l2BCsgcaV+x!yrY= X-Complaints-To: abuse@btinternet.com X-DMCA-Complaints-To: abuse@btinternet.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Xref: g2news2.google.com comp.lang.ada:7114 Date: 2008-07-30T16:00:07+01:00 List-Id: Trying to get an Ada plugin working in Eclipse, I came across Gnatbench [3 below]. which apparently requires rebuilding the runtime library to build, and a Makefile that appears to be missing from my distribution. "It may be useful to recompile the GNAT library in various contexts, [...] A special Makefile called Makefile.adalib is provided to that effect and can be found in the directory containing the GNAT library [1]" Recently installed openSuse 11, with Gnat 4.3.1, and Makefile.adalib is not there. Downloaded gcc-ada-4.3.1.tar.bz2 from ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.3.1/ which doesn't have it either; either in the /adalib or /gcc/ada. Do I need to rebuild GCC and Gnat from sources to regenerate it? Or is there somewhere else can I obtain it? A web search only finds it in 3.xx versions, yet [2] shows it in use as late as last November, and Gnatbench 2.1.0 from [3] requires it, so I presume it isn't obsolete. - Brian [1] http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Rebuilding-the-GNAT-Run_002dTime-Library.html [2] http://coding.derkeiler.com/Archive/Ada/comp.lang.ada/2007-11/msg00459.html [3] https://gforge.enseeiht.fr/projects/gnatbench