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: a07f3367d7,f4802d93081c75be X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!feeder.erje.net!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!inka.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Dirk Heinrichs Newsgroups: comp.lang.ada Subject: Re: GNAT 2009 and C++ Followup-To: comp.lang.ada Date: Sat, 03 Oct 2009 10:09:26 +0200 Organization: Privat Message-ID: References: <070994e7-768d-45ca-a9ec-9b50aa7ebffc@v37g2000prg.googlegroups.com> NNTP-Posting-Host: p5dc80283.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: online.de 1254557366 20213 93.200.2.131 (3 Oct 2009 08:09:26 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Sat, 3 Oct 2009 08:09:26 +0000 (UTC) User-Agent: KNode/4.3.1 Xref: g2news2.google.com comp.lang.ada:8580 Date: 2009-10-03T10:09:26+02:00 List-Id: Anh Vo wrote: > I got exact the same version on both Windows(MinGW) and Red Hat. One > interesting note is that the result of 'gcc --version' command is not > exact the same as 'gcc -v' command. This has always been the case for GCC. -v is _not_ a shortcut for --version. Bye... Dirk