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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7a27b8f727dd1e47 X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!nnx.oleane.net!oleane!in2p3.fr!proxad.net!feeder2-1.proxad.net!news4-e.free.fr!not-for-mail From: JCS Subject: Re: GNAT and no runtime Date: Thu, 27 May 2004 14:45:30 +0200 User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity. (Debian GNU/Linux)) Message-Id: Newsgroups: comp.lang.ada References: <5ad0dd8a.0405260252.6523893f@posting.google.com> <5ad0dd8a.0405270223.7c824087@posting.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Organization: Guest of ProXad - France NNTP-Posting-Date: 27 May 2004 14:45:46 MEST NNTP-Posting-Host: 217.108.100.77 X-Trace: 1085661946 news4-e.free.fr 13920 217.108.100.77:1706 X-Complaints-To: abuse@proxad.net Xref: controlnews3.google.com comp.lang.ada:879 Date: 2004-05-27T14:45:46+02:00 List-Id: On Thu, 27 May 2004 03:23:56 -0700, Wojtek Narczynski wrote: >> I use the binder code, yes. But why would I need to tweak it? > > I was just curious wether you did need to tweak it. I just use the "-n" switch to tell the binder there is no main program. (Well there is, but it is called from assembly). I also use the "-o" parameter because I don't like the "b~" name, but this is just detail. >> (Futhermore it would be annoying since it is regenerated at each >> compile!) > > I thought it would be regenerated only when needed. Yes, but since elaboration code is very dependent on nearly all sources, it is almost each time regenerated. Take care, JC