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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Luke A. Guest Newsgroups: comp.lang.ada Subject: Re: to Simon Wright, re Mac OS X builds Date: Fri, 7 Oct 2016 10:24:35 +0100 Organization: Aioe.org NNTP Server Message-ID: <869242276.497524703.386042.laguest-archeia.com@nntp.aioe.org> References: <4a4cee95-52e4-42c6-b4bb-a8146744bafd@googlegroups.com> <9f2f108e-9f8d-4ba2-86ad-ca5baae7c771@googlegroups.com> <7d6e52e2-af45-4a9b-904f-be2504e3eb02@googlegroups.com> <00a5b373-109d-469f-a20c-ac1352313bb6@googlegroups.com> NNTP-Posting-Host: vIlOqggyc71THCGKF8xnGw.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: NewsTap/5.1.8 (iPhone/iPod Touch) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:9ReNCwqF/rTyJUj36ROZo+La8A4= Xref: news.eternal-september.org comp.lang.ada:32029 Date: 2016-10-07T10:24:35+01:00 List-Id: Simon Wright wrote: > > Does --disable-libstdcxx stop building libstdc++*.dylib? > Yes. Given that GCC just uses the host Linux, it really should use the host libc++ as well, especially for iOS where, it looks like, the Dylan's are in the firmware image on the hardware. But I'm new to Apple stuff, even though I bought this old Mac for iOS dev a few years back, never got very far. > For info, that list of targets is longer than most of us would need! I > included Fortran because I was developing my gnat-math-extn project on > Sourceforge, and Objective C[++] on request. > Yeah, as long as we can interface to objc, but it's nice to have the option I suppose. How well does Ada bind to objc? I know the objc language just calls c functions in the objc runtime underneath. > Also, the configure flag --with-boot-ldflags supports relocation of the > built binary, and (together with the patch gcc-6.1.0.diff), suppresses > GCC PR 61027. > I don't know anything about this. The only thing I've done with Ada so far is to test SDLAda on Mac.