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,FREEMAIL_FROM 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!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ada compiler? Date: Tue, 13 Nov 2007 22:41:52 +0000 Organization: Pushface Message-ID: References: <47394e4b$1@news.post.ch> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1194993711 24178 62.49.19.209 (13 Nov 2007 22:41:51 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 13 Nov 2007 22:41:51 +0000 (UTC) Cancel-Lock: sha1:cgc/duOy0nEhtDnfX4VTnN0PXX4= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin) Xref: g2news1.google.com comp.lang.ada:18351 Date: 2007-11-13T22:41:52+00:00 List-Id: anon@anon.org (anon) writes: > First, GNAT may be the only Ada 2005 compiler at the movement but > that may change if other posters arecorrect. Second, GNAT is not the > only compiler in use today, people are still using Ada 95 from other > vendors. Software vedors like GHS, IBM, and Janas have Ada > compilers and not one of them use "gnatmake". But all vendors > including Adacore uses a version of the three steps to build an Ada > partition. It does me no good to know how to invoke the components of a GNAT build session if I'm using Object Ada. I suppose you don't use gcc either; cccp, cc1, as, ld? No, I thought not. > And if you check with the Ada LRM you will see that the LM promotes a > concept of not wasting or hogging resources. Since "gnatmake" is a > resource hog the concept states that it should not be used. And as most > poster say the Ada LRM is the final word. Please quote chapter and verse (ie, I think you are making this up). > Now just to be funny. Adacore would love to hear this but, the > boss's blood pressure might hit the roof. That is, if the programmer > said, "I do not know how to build a Ada program without using > 'gnatmake' ". Since the boss has never heard of gnatmake I don't think you are correct in this scenario. The boss would be really pissed off if people were wasting their time using gcc, gnatbind, gnatlink as you suggest when there is a perfectly adequate tool ie gnatmake which suits 99% of the uses.