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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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: "G.B." Newsgroups: comp.lang.ada Subject: Re: Where Should as (Assembler) Be? Date: Thu, 12 Nov 2015 14:11:50 +0100 Organization: A noiseless patient Spider Message-ID: References: <1mdhol7.rfnmey1bt4vehN%csampson@inetworld.net> <1mdqfsz.dnw0qqwyj545N%csampson@inetworld.net> Reply-To: nonlegitur@futureapps.de Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 12 Nov 2015 13:09:33 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="b96887e80893c84a90c3007226ca0d1c"; logging-data="24520"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19i5KNrtXkHE7xMA5RlBvNwJotsVpz1tzA=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: <1mdqfsz.dnw0qqwyj545N%csampson@inetworld.net> Cancel-Lock: sha1:IqlPxhfF7Kf0g15MRrebekFJQT4= Xref: news.eternal-september.org comp.lang.ada:28317 Date: 2015-11-12T14:11:50+01:00 List-Id: On 12.11.15 02:16, Charles H. Sampson wrote: > wrote: > >> xcode-select --install should do it. >> >> I don't know which version will be installed on OS X 10.5.8, but new >> versions of Apple's assembler no longer support some of the assembly >> instructions emitted by gcc, so it is best if you can install a slightly >> older version. > > Thanks for your help, but I don't understand this. Is it a Unix (Darwin) > command-line command? Yes, DESCRIPTION xcode-select controls the location of the developer directory used by xcrun(1), xcodebuild(1), cc(1), and other Xcode and BSD development tools. This also controls the locations that are searched for by man(1) for developer tool manpages. > If so, what is the environment? I've tried it from > my home directory and get a "command not found" message. I think there always was a command for selecting a version of Apple's development tools, if installed. But the name may have been different, I don't remember exactly; if it did include "select" as a substring, then running the command $ apropos select | grep '(1)' should list it.