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: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Another Mac Ada Problem Date: Mon, 26 Oct 2015 10:55:51 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <1mcvkqi.1kdrz38r9pd74N%csampson@inetworld.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 26 Oct 2015 10:55:51 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="da745e888d4a5182b5fda6212bbb0a63"; logging-data="5851"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/D0Rpf9bQrM8o3h5KJB1B7ZjcMi4US0uo=" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:vXt9i92pfcRqLVOUtivMvjQwCl4= Xref: news.eternal-september.org comp.lang.ada:28050 Date: 2015-10-26T10:55:51+00:00 List-Id: On Mon, 26 Oct 2015 01:21:38 -0700, Charles H. Sampson wrote: > I've been messing around with Ada on my old Mac G4, running OS X > 10.4.11, for a long time, using vi, and emacs. My G4 died an I replaced > it with a G5 (love the PPC) running 10.5.8. When I now attempt to > compile, I get > > gcc -c -g -IUtilities trimmer.adb gcc: error trying to exec 'as': > execvp: No such file or directory > > Poking around, I don't see a newer version of GNAT for 10.5.8. Although > I had good backup (I thought) before the G4 died, file recovery was a > laborious process and I could have made mistakes. (As a matter of fact, > I'm trying to write a little tool to help in checking that recovery.) > > Any ideas? > It can't find the assembler. Sounds like you need to install a version of "binutils" (assembler, linker, archiver and other low level tools the compiler uses) compatible with the gcc/gnat version you're using. Sorry I can't help with the details. -- Brian