From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:5e49:0:b0:35b:b456:7261 with SMTP id i9-20020ac85e49000000b0035bb4567261mr23874453qtx.490.1664298584783; Tue, 27 Sep 2022 10:09:44 -0700 (PDT) X-Received: by 2002:a05:622a:107:b0:35d:4cfe:5b34 with SMTP id u7-20020a05622a010700b0035d4cfe5b34mr3045921qtw.388.1664298584545; Tue, 27 Sep 2022 10:09:44 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 27 Sep 2022 10:09:44 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=219.90.170.152; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 219.90.170.152 References: <0a74d16b-dc46-48c7-8a8f-171964674300n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: A new universe of Ada From: Roger Mc Injection-Date: Tue, 27 Sep 2022 17:09:44 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2974 Xref: reader01.eternal-september.org comp.lang.ada:64444 List-Id: On Wednesday, September 28, 2022 at 12:10:32 AM UTC+10, Simon Wright wrote: > Roger Mc writes: > > > On Monday, September 26, 2022 at 11:23:35 PM UTC+10, kevc...@gmail.com wrote: > >> You can get a hello world open in gnat studio > >> with two? commands though. > >> > >> "https://alire.ada.dev/docs/#first-steps" > > Following the "first-steps", progress succeeded up to > > gnat_native=11.2.4 installed successfully but then failure: > > dyld: lazy symbol binding failed: Symbol not found: > > ___darwin_check_fd_set_overflow > > Any ideas on how to fix this: > > Thanks, > > Roger > I tried this on my mid-2012 Macbook Pro running 10.11.6 (El Capitan), > the problem arises when running gprconfig (all the Alire-provided > releases were built against a later Xcode (Google suggests 11.4 or > later??) which does provide this symbol). I dare say it'd happen running > the compiler too. > > Only suggestion: install one of my builds, set it on your PATH, run alr > toolchain --select & choose the 'gnat_external' line for the > compiler. Alire then chooses a compatible gprbuild. > > 11.2.0 at Github: > https://github.com/simonjwright/distributing-gcc/releases/tag/gcc-11.2.0-native > > Or 12.1.0 from Github: > https://github.com/simonjwright/distributing-gcc/releases/tag/gcc-12.1.0-x86_64 Thanks Simon I cloned 12.1.0 from Github then tried .doinstall in the native directory. It gets to Do you want to proceed with installation but when I respond with Y nothing happens.