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: Where Should as (Assembler) Be? Date: Sat, 07 Nov 2015 08:42:38 +0000 Organization: A noiseless patient Spider Message-ID: References: <1mdhol7.rfnmey1bt4vehN%csampson@inetworld.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="29a2b57997615acde1fccc73c72adb9b"; logging-data="26858"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX190O3vesniFNnVVMWqq+0o71Ghh/D7h4Ag=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:GpbhY1kzZ5CjbNz4xNGXCFNZcY8= sha1:JTBNiy0+UIZMSJPfqD+9iSPMXcc= Xref: news.eternal-september.org comp.lang.ada:28262 Date: 2015-11-07T08:42:38+00:00 List-Id: csampson@inetworld.net (Charles H. Sampson) writes: > After recovering from a disk crash, I can no longer compile using > gnatmake. The process is unable to locate the assembler ("as"). During > the recovery, I had a lot of problems with file permissions. I suspect > that the assembler might be in a folder/directory for which I don't > have proper access. If I know where to look, I can see if it's there > or not. The command line tools would have been part of Xcode, so I'd start looking there. Nowadays that'd probably be /Applications/Xcode.app (I'm not sure because I only have the command line tools installed); I think it used to be /Developer???