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 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.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: Thu, 31 Jul 2008 19:29:53 -0500 From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Rebuilding the RTL : Makefile.adalib? Date: Fri, 01 Aug 2008 01:35:13 +0100 Reply-To: brian@shapes.demon.co.uk Message-ID: References: <6fdit4Fb3jcmU1@mid.individual.net> 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-SB3Loxiz6i8rc5MqNCrrbQF/g8xKGXr5I8aLOdMBWBTU0I7Ei38kLQEPlhYE2lYAyriYUdnOW5TQDWh!dGirtcdmlfjgEi81RpDCyAbdf3+1lkFYAIWwMZCalDKVQJBg17wSOQGCpBQ52ETpWsAEX6X0FVR9!I8M= 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:7128 Date: 2008-08-01T01:35:13+01:00 List-Id: On Thu, 31 Jul 2008 12:38:14 +0200, "Alex R. Mosteo" wrote: >Brian Drummond wrote: > >> >> 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. > >I tried gnatbench some time ago and I didn't need to recompile the RTL. Perhaps >this was done as part of the installation process, but in that case it was >transparent to me. Thanks for the reply. The claim is that the RTL needs to be rebuilt with -fPIC (presumably for position independent code?) which I suppose may already be the case. I'll go ahead and try without rebuilding tomorrow; but I still can't help wondering where the missing makefile went, or why it is apparently no longer in the distribution. - Brian