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!reader02.eternal-september.org!.POSTED!not-for-mail From: "Jeffrey R. Carter" Newsgroups: comp.lang.ada Subject: Re: ADA 95 Best Practices Book Date: Wed, 24 Jan 2018 18:21:54 +0100 Organization: Also freenews.netfront.net; news.tornevall.net; news.eternal-september.org Message-ID: References: <408308f9-1730-49d3-99a1-49507ceb300f@googlegroups.com> <82ac2279-1f90-4b11-babd-b4fe81bcd86a@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Wed, 24 Jan 2018 17:21:55 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="8a90aea999884071f7d098ac5213262c"; logging-data="30451"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1++SxBRF//1MX5H+Q/iRFU+ZfurcxwR/tU=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 In-Reply-To: <82ac2279-1f90-4b11-babd-b4fe81bcd86a@googlegroups.com> Content-Language: en-US Cancel-Lock: sha1:09Ee6sN2eQc4EjFzR3fd3fjqrtE= Xref: reader02.eternal-september.org comp.lang.ada:50107 Date: 2018-01-24T18:21:54+01:00 List-Id: On 01/24/2018 02:19 AM, MichaelD_4321@aol.com wrote: > > How different are the ADA 95 compilers on Linux versus Windows? Which is better. Is that the American Dental Association or the Australian Desert Anteaters? Ada is a woman's name, not an acronym. Ada-95 compilers can be very different between vendors, even on the same platform. For example, GNAT uses a source-file-name based approach to finding the source for compilation units on all platforms it supports, while Janu/Ada (Windows only) uses a compilation-library approach. The former is a bit harder to use if you don't want to use the default naming rules, but a bit easier to invoke if you do. The former is more flexible about file names and allows multiple compilation units in a single file, but may require an extra step before you can compile things. -- Jeff Carter "You couldn't catch clap in a brothel, silly English K...niggets." Monty Python & the Holy Grail 19