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 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109 Path: g2news1.google.com!news4.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!nntpfeed.proxad.net!nospam.fr.eu.org!usenet-fr.net!gegeweb.org!aioe.org!not-for-mail From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Re: Does GNAT GPL 2010 have C++? Date: Thu, 16 Sep 2010 16:37:34 -0400 Organization: The Wasteland Message-ID: References: <4cd34172-9a48-4679-b4c6-ebf3793e3328@p22g2000pre.googlegroups.com> NNTP-Posting-Host: LQJtZWzu+iKlBROuDg+IUg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Xref: g2news1.google.com comp.lang.ada:14126 Date: 2010-09-16T16:37:34-04:00 List-Id: In article <4cd34172-9a48-4679-b4c6-ebf3793e3328@p22g2000pre.googlegroups.com>, Jerry wrote: > 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? FWIW, I've been using this one for a while on Mac OS X 10.5: $ gcc -v Using built-in specs. Target: i686-apple-darwin9 Configured with: /Users/Shared/Developer/Compiler/gcc-4.3-branch/configure --disable-checking --enable-static --prefix=/usr/local/ada-4.3 --host=i686-apple-darwin9 --target=i686-apple-darwin9 --build=i686-apple-darwin9 --enable-languages=c,ada,objc,obj-c++,c++,fortran --with-gmp=/usr/local/i686-ada-4.5 --with-mpfr=/usr/local/i686-ada-4.5 Thread model: posix gcc version 4.3.4 20090621 (prerelease) [gcc-4_3-branch revision 148757] (GCC) -- John B. Matthews trashgod at gmail dot com