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: 103376,9de425d0eee7b58,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!p22g2000pre.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Does GNAT GPL 2010 have C++? Date: Wed, 15 Sep 2010 23:47:43 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4cd34172-9a48-4679-b4c6-ebf3793e3328@p22g2000pre.googlegroups.com> NNTP-Posting-Host: 75.172.180.108 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1284619663 30468 127.0.0.1 (16 Sep 2010 06:47:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 16 Sep 2010 06:47:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p22g2000pre.googlegroups.com; posting-host=75.172.180.108; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/531.21.8+(KHTML, like Gecko, Safari/528.16) OmniWeb/v622.11.0,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:14101 Date: 2010-09-15T23:47:43-07:00 List-Id: According to the Adacore Libre site http://libre.adacore.com/libre/tools/gnat-gpl-edition/ the 2010 GPL GNAT includes Ada, C, and C++. Yet, there is this on my OS X 10.5: MBPro:bin jb$ ./gcc -v Using built-in specs. Target: x86_64-apple-darwin9.6.0 Configured with: ../src/configure --prefix=/usr/local/gnat --with- build-time-tools=/lensk.a/gnatmail/release-gpl/build-lensk/obj --with- gmp=/lensk.a/gnatmail/release-gpl/build-lensk/libmpfr/install --with- mpfr=/lensk.a/gnatmail/release-gpl/build-lensk/libmpfr/install -- build=x86_64-apple-darwin9.6.0 --enable-languages=c,ada --disable-nls --without-libiconv-prefix --disable-libmudflap --disable-libffi -- disable-libstdcxx-pch --disable-libada --enable-checking=release -- with-bugurl=URL:mailto:report@adacore.com Thread model: posix gcc version 4.3.6 20100603 for GNAT GPL 2010 (20100603) (GCC) Specifically, --enable-languages=c,ada No C++? What am I missing here? Jerry