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!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNAT Installation Problems Date: Mon, 05 Oct 2015 19:59:14 +0100 Organization: A noiseless patient Spider Message-ID: References: <1mbocpr.1mawd5e4rfdb1N%csampson@inetworld.net> <1mbppy3.13vt7ka4vk72pN%csampson@inetworld.net> <1mbqrtm.cv3wzd1f0sfyuN%csampson@inetworld.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="82b7f55adeea1ed21a93abb5e24a046f"; logging-data="19715"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18mho3CE885GBTPj5zc12jkzdyVQ2mYdEY=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:0UCpPDRRf5h3cOdJlgSvIptPdq8= sha1:LJd31zIqu5vhjEPUubOWF3+++0M= Xref: news.eternal-september.org comp.lang.ada:27914 Date: 2015-10-05T19:59:14+01:00 List-Id: Georg Bauhaus writes: > Simon Wright wrote: >> csampson@inetworld.net (Charles H. Sampson) writes: >> >>>> Please run "gcc -v" and tell us what it says. >>>> >>>> Please run "gnatmake -v" and tell us what it says. >>>> >>>> Please run "gnatls -v" and tell us what it says. >>> >>> All three of the above gave >>> >>> Segmentation fault: 11 >> >> Bizarre. >> > A vague memory reminds me of a similar > situation that required specifying a minimum > version of the OS, as a switch for gcc. > Just a guess, assuming it could somehow be related. Darwin 11.4 is Lion. The problem you're thinking of was with Yosemite (Darwin 14), and is covered in the GNAT GPL 2014 README: MacOS X Yosemite users need to: - either add the following environment variable in their environment: $ export MACOSX_DEPLOYMENT_TARGET=10.9 - or add -mmacosx-version-min=10.9 to their compiler switches I expect that GNAT GPL 2015 has fixed this problem.