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.107.8.101 with SMTP id 98mr4187205ioi.71.1475772093458; Thu, 06 Oct 2016 09:41:33 -0700 (PDT) X-Received: by 10.157.27.71 with SMTP id l65mr1713697otl.9.1475772093422; Thu, 06 Oct 2016 09:41:33 -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!l13no618512itl.0!news-out.google.com!203ni1811itk.0!nntp.google.com!o19no623257ito.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 6 Oct 2016 09:41:33 -0700 (PDT) In-Reply-To: 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> <1591021727.497443716.927203.laguest-archeia.com@nntp.aioe.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: to Simon Wright, re Mac OS X builds From: Lucretia Injection-Date: Thu, 06 Oct 2016 16:41:33 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:32018 Date: 2016-10-06T09:41:33-07:00 List-Id: On Thursday, 6 October 2016 17:30:16 UTC+1, Simon Wright wrote: > Luke A. Guest writes: > The GMP 5.1.3 config seems not to want to use C++, and it's disabled > unless you say --enable-cxx; and I doubt that's done if gmp is linked > into the top-level GCC directory. I did grep gcc sources to see if anything utilised the gmpcxx.h and it didn= 't, so tried building separate libs and without c++ support enabled as that= flag was causing all kinds of problems. like I said, I managed to get them= to build using the system cc just not your gcc. > > Did you build gmp, mpc, mpfr and isl with apple's tools or with GCC? > > Did you just link in the firs into the GCC root dir? >=20 > I've always (since I read that it was possible) linked the maths > packages into the top-level GCC directory and let GCC build them. >=20 > gmp-5.1.3 > mpc-1.0.2 > mpfr-3.1.2 and ISL? Which version? I have always built them separately. But in this case, I'm trying integrate= d into the dir.