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: Sat, 03 Oct 2015 19:00:38 +0100 Organization: A noiseless patient Spider Message-ID: References: <1mbocpr.1mawd5e4rfdb1N%csampson@inetworld.net> <1mbppy3.13vt7ka4vk72pN%csampson@inetworld.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="82b7f55adeea1ed21a93abb5e24a046f"; logging-data="24393"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1918M2EW2OPHBVaAYyaTt7zpJrNaKShVi0=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:LnXyPBX63YhEX0Lf64SSn8pq9ok= sha1:o5HRUypFxcCYrIwLZkrPa10ROME= Xref: news.eternal-september.org comp.lang.ada:27903 Date: 2015-10-03T19:00:38+01:00 List-Id: csampson@inetworld.net (Charles H. Sampson) writes: >> Much more likely to be some sort of path problem; all Intel Macs have >> been 64-bits. >> >> What does "gcc -v" say? "gnatmake -v"? "gnatls -v"? >> >> Do you have DYLD_LIBRARY_PATH set? > > I've searched two manuals, GNAT GPL User's Guide and GPS Documentation, > for DYLD_LIBRARY_PATH without success. I don't remember that running > doinstall mentioned anything about setting this environment variable. > Can you point me to an explanation of what I'm supposed to do or just > tell me? I'm just poking around here! As a starter .. 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. Please run "echo $DYLD_LIBRARY_PATH" and tell us what it says. And, while I'm at it, please run "ld --help" and tell us what it says (in case you don't have the command line tools installed). What does "uname -a" say?