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,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!aioe.org!Yr2L9qaRshuL+yFKTxsDBA.user.46.165.242.75.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: A new universe of Ada Date: Tue, 27 Sep 2022 15:10:23 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <0a74d16b-dc46-48c7-8a8f-171964674300n@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: gioia.aioe.org; logging-data="769"; posting-host="Yr2L9qaRshuL+yFKTxsDBA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (darwin) X-Notice: Filtered by postfilter v. 0.9.2 Cancel-Lock: sha1:36w0tJya6ZIU/g6XmbGau/lxfpM= Xref: reader01.eternal-september.org comp.lang.ada:64441 List-Id: 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