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-91-241.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=none autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: gcc-13.2.0 Date: Sun, 24 Sep 2023 17:08:27 +0100 Organization: A noiseless patient Spider Message-ID: References: <808b75d0-ded0-409e-be9d-cb50492d5371n@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Info: dont-email.me; posting-host="25c1caf3f7b20f77c27a640c89215cc1"; logging-data="1504053"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19lNWfrG5ABmGgLlr4n1jElDwPeAHZRCTM=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (darwin) Cancel-Lock: sha1:/JCPLofN/kaV+kzyzl233zaVLtI= sha1:be8rYwf/Gwwtwo8i29IcLWrKjck= Xref: news.eternal-september.org comp.lang.ada:65715 List-Id: "hn...@yahoo.de" writes: > Ventura 13.5.2 So you're running on a Mac; mini? air? pro? M1/2? Intel? > I have downloaded GNATStudio 20230713 and gcc-13.2.0 ..., > then what shall I do next to get GNATStudio up and running? GNATStudio is an app, supplied as a .dmg. What I would do (subtly different from the README on Sourceforge) would be * go to your ~/Downloads directory, and in a terminal say xattr -c 20230713-Applications.dmg to remove the quarantine attributes (I think this is easier than waiting until you've installed it) * Either double-click on the .dmg in Finder, or in ~/Downloads say open 20230713-Applications.dmg and go through the standard installation dialog, which will install GNATStudio in your Applications directory. As to gcc-13.2.0 ... assuming this is a binary distribution, where did it come from? presumably there are installation instructions there? There's a note in the Sourceforge README about what to do if the compiler isn't at /opt/gcc-13.1.0/bin, but as far as I can tell GNATStudio will use the first compiler it finds on your PATH.