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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNAT proposal: note on implicit exceptions insertion Date: Mon, 11 Feb 2019 08:13:05 +0000 Organization: A noiseless patient Spider Message-ID: References: <21f5f1ca-eabe-4ce6-9ee0-5d308d7676ff@googlegroups.com> <438493a2-b37d-4cec-af9a-6fd3f26a847f@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="553b2f89afe391c26b2f2b049e5455b6"; logging-data="29698"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18/58bQNP3LxxhViK4KoFbYdSKINkbMSaI=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin) Cancel-Lock: sha1:T66zPI5ugxmm/o+5s+dHPQnBIuw= sha1:TeIxS74+gJU4bxWHqPCjp0iZfLc= Xref: reader01.eternal-september.org comp.lang.ada:55485 Date: 2019-02-11T08:13:05+00:00 List-Id: Mark Lorenzen writes: > Note that gnatmake is deprecated. The GNAT builder is now gprbuild. Except that gnatmake is part of GCC, gprbuild isn't. In GCC builds, gnatbind, gnatmake and gnatlink are built using Makefiles, all the other tools are built using gnatmake. gprbuild has the slight disadvantage (for someone who checks out quite a lot of other people's code) that it needs a project file, and will only use the default if there are no other project files in sight: and, if there's more than one, you have to specify which one. gnatmake only uses a project file if you tell it to.