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=ham 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.129.169 with SMTP id nx9mr8950167pbb.8.1326221449980; Tue, 10 Jan 2012 10:50:49 -0800 (PST) Path: lh20ni164553pbb.0!nntp.google.com!news2.google.com!goblin1!goblin.stu.neva.ru!border1.nntp.ams2.giganews.com!border3.nntp.ams.giganews.com!Xl.tags.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!local2.nntp.ams.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail NNTP-Posting-Date: Tue, 10 Jan 2012 12:50:07 -0600 From: Robert Matthews Date: Tue, 10 Jan 2012 18:50:06 +0000 User-Agent: KNode/4.7.3 Subject: Re: gnatmem Newsgroups: comp.lang.ada References: <4f0c7356$0$6633$9b4e6d93@newsspool2.arcor-online.net> MIME-Version: 1.0 Message-ID: X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-X7DBABvFlnT4RjnZK9cE3jWehzOytlFMoMehqjDzQPVVXy9G6h9fINZcVo8sackOOofe/cBjT4v77Xr!oT2/nm3lTde92Z9b9AbWWeCxEcHBXBpOibzvPuocb9JWrDx8sy1684qhuY1anCoC3HIWWQNiO9HP!KH97bym/oHqymLx3NIllOjKv X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1798 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Date: 2012-01-10T18:50:06+00:00 List-Id: Georg Bauhaus wrote: > 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. Setting LIBRARY_PATH did it (though I am on a 32-bit system)! I can now run gnatmem from GNAT GPL 2011. Thank you. Robert.