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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.70.63.41 with SMTP id d9mr6772790pds.5.1413351599153; Tue, 14 Oct 2014 22:39:59 -0700 (PDT) X-Received: by 10.140.109.132 with SMTP id l4mr1940qgf.24.1413351598888; Tue, 14 Oct 2014 22:39:58 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!uq10no10949688igb.0!news-out.google.com!i10ni87qaf.0!nntp.google.com!dc16no2941604qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 14 Oct 2014 22:39:58 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.28.71.249; posting-account=R4LoWQoAAADGk_NM4sTrVeMk6DXQFwxe NNTP-Posting-Host: 108.28.71.249 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9bf67f22-4441-498e-98b2-2d22e4ef4023@googlegroups.com> Subject: Re: ANN: GCC 4.9.0 (2014) for Max OS X Mavericks From: Mario Roy Injection-Date: Wed, 15 Oct 2014 05:39:58 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:22495 Date: 2014-10-14T22:39:58-07:00 List-Id: I used GCC 4.9.x to build 4.8.x. After boot-strapping, noticed that gnat an= d friends are using /usr/lib/libstdc++.6.dylib. The output is also the same= when using 4.8.x to bootstrap a 2nd time. It is not a problem that I'm awa= re -- gnatmake hello.adb is working as expected. $ otool -L gnat gnat: /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.= 0.0) /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 6= 0.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1= 197.1.1) /opt/gcc-4.8.x/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current = version 1.0.0) The --with-stage1-ldflags=3D"-lstdc++" option is working for both 4.8.x and= 4.9.x. It is nice having gnat and friends not crashing now. Hoping that on= e day the configure option is not necessary.