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,6c7dea22b75ba442 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!eweka.nl!lightspeed.eweka.nl!npeer.de.kpn-eurorings.net!npeer-ng2.kpn.DE!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 14 Nov 2007 10:21:27 +0100 From: Georg Bauhaus User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: to gnat make or not to gnat make (Was: ada compiler?) References: <47394e4b$1@news.post.ch> <47396fb1$1@news.post.ch> <4Pp_i.21603$if6.6417@bgtnsc05-news.ops.worldnet.att.net> In-Reply-To: <4Pp_i.21603$if6.6417@bgtnsc05-news.ops.worldnet.att.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <473abe17$0$4365$9b4e6d93@newsspool4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 14 Nov 2007 10:21:27 CET NNTP-Posting-Host: 977574e7.newsspool4.arcor-online.net X-Trace: DXC=nieQ8\o9gIi>jlK2>IgHGd4IUKbURQI3ae_IglPCY\c7>ejVh3LXk?fGK>S`nnRKVLQjiMg X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:18360 Date: 2007-11-14T10:21:27+01:00 List-Id: anon wrote: > You better learn how things work: > > 'gnat compile' is equivalent to using 'gnatmake -f -u' but it does not > call 'gnatmake' program. I think that yes it does. D:\work>gnat -v make run.adb D:\opt\GNAT\2007\bin\gnatmake.exe run.adb gcc -c run.adb run.adb:6:09: warning: variable "common" is read but never assigned gcc -c danger.adb gnatbind -x run.ali gnatlink run.ali