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,4f4c469cec8ba9e8 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Detecting version of installed GNAT Date: Mon, 14 Nov 2005 09:39:38 +0100 Message-ID: <43784D4A.6070802@mailinator.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net ZlLsbaOku761diVTxRZN4wlgvB6FStNdSl6CFAwa9dAlCPDYk= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:6372 Date: 2005-11-14T09:39:38+01:00 List-Id: Simon Wright wrote: > "Ed Falis" writes: > > >>Try >> >>gnatls -v > > > The rules are something like: > > If the second 'word' in the output line containing GNATLS is: > > GPL it's a GPL compiler > > Pro it's a Professional (supported) release > > I haven't seen what happens with GAP releases but I would expect > GAP GNATLS GAP 2005 (20050615) > and in all these cases the 3rd word is the release. > > Otherwise, the second word is the release. > > Here, I see > > GNATLS GPL 2005 ... > GNATLS 4.0.0 > GNATLS 3.15p ... > GNATLS Pro 3.16a1 ... > GNATLS Pro 5.02a1 ...