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.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,54f7f479fcf42585 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.73.229 with SMTP id o5mr14282439pbv.7.1326216023450; Tue, 10 Jan 2012 09:20:23 -0800 (PST) Path: lh20ni164318pbb.0!nntp.google.com!news1.google.com!news4.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!212.27.60.9.MISMATCH!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Tue, 10 Jan 2012 18:20:21 +0100 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: gnatmem References: In-Reply-To: Message-ID: <4f0c7356$0$6633$9b4e6d93@newsspool2.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 10 Jan 2012 18:20:22 CET NNTP-Posting-Host: 29b57d38.newsspool2.arcor-online.net X-Trace: DXC=cfFaic9\4T^<<0iRN7DLEQA9EHlD;3YcR4Fo<]lROoRQ8kFZLh>_cHTX3j]UEHEOM:I`;Q X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Date: 2012-01-10T18:20:22+01:00 List-Id: On 10.01.12 18:08, Robert Matthews wrote: > I just tried setting LD_LIBRARY_PATH but the linker (with GNAT GPL 2011) > still complains it cannot find crt1.o (sorry: I put crt1.0 earlier). > Curiously I don't get that error with gnat 4.6.1. I vaguely recall a similar linker issue (32bit on a 64bit machine) that was solved by setting LIBRARY_PATH, not LD_LIBRARY_PATH. Don't know whether or not this has anything to do with it, just mentioning.