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!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: problems with gnat on yosemite macox Date: Sat, 18 Oct 2014 17:11:47 +0100 Organization: A noiseless patient Spider Message-ID: References: <26a219c5-e2f4-4edf-bd52-f36c2a7692ac@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="110351425d23d895aa4e17b47c8a8886"; logging-data="22563"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX187pw619LD/sKB+s1v1PUxm16AhCwBtg5I=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:Dupp1iYCnfdx/emsmf9WCQTzK5U= sha1:CSko+rX30hqujeXiXDNIYuArKvQ= Xref: news.eternal-september.org comp.lang.ada:22569 Date: 2014-10-18T17:11:47+01:00 List-Id: Leo Brewin writes: > I just tried running gnatmake and friends under yosemite on MacOSX > 10.10. It failed badly. I started off with a different problem: ld: library not found for -lcrt1.o collect2: error: ld returned 1 exit status I'd installed Xcode 6 but there was no /usr/include and no crt1.* in /usr/lib. I put symlinks in /usr/local to the relevant places in the SDK and was able to proceed. But as I remember it in the past, installing Xcode would copy the relevant files from the SDK to the corresponding /usr directories. At some point in the Xcode saga. You said you installed Xcode *and* the command line tools, would an explicit install of the command line tools (xcode-select --install, I think?) do the job "properly"?