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.31.172.12 with SMTP id v12mr395278vke.36.1475792180287; Thu, 06 Oct 2016 15:16:20 -0700 (PDT) X-Received: by 10.157.3.116 with SMTP id 107mr1360272otv.1.1475792180236; Thu, 06 Oct 2016 15:16:20 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!f6no481081qtd.0!news-out.google.com!w143ni2062itb.0!nntp.google.com!o19no725189ito.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 6 Oct 2016 15:16:19 -0700 (PDT) In-Reply-To: <7d6e52e2-af45-4a9b-904f-be2504e3eb02@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3cda:7600:932b:b705:6315:5a80; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3cda:7600:932b:b705:6315:5a80 References: <4a4cee95-52e4-42c6-b4bb-a8146744bafd@googlegroups.com> <9f2f108e-9f8d-4ba2-86ad-ca5baae7c771@googlegroups.com> <7d6e52e2-af45-4a9b-904f-be2504e3eb02@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <00a5b373-109d-469f-a20c-ac1352313bb6@googlegroups.com> Subject: Re: to Simon Wright, re Mac OS X builds From: Lucretia Injection-Date: Thu, 06 Oct 2016 22:16:20 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:32027 Date: 2016-10-06T15:16:19-07:00 List-Id: Just so people know what I did and it's archived forever: # Install the command line tools $ xcode-select --install $ ../../source/gcc-6.2.0/configure --prefix=3D/opt/gcc-6.2.0 --without-libi= conv-prefix --disable-libmudflap --disable-libstdcxx-pch --disable-libsanit= izer --disable-libcc1 --disable-libcilkrts --disable-multilib --disable-nls= --enable-languages=3Dc,c++,ada,fortran,objc,obj-c++ --host=3Dx86_64-apple-= darwin15 --build=3Dx86_64-apple-darwin15 --target=3Dx86_64-apple-darwin15 -= -with-boot-ldflags=3D'-Wl,-headerpad_max_install_names -shared-libgcc' --di= sable-libstdcxx 2>&1|tee log.config.txt $ make -j4 2>&1 |tee log.make.txt