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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,53c72e02cc0bdf5d,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.185.79 with SMTP id cn15mr8638206qab.4.1363545326887; Sun, 17 Mar 2013 11:35:26 -0700 (PDT) X-Received: by 10.49.24.13 with SMTP id q13mr1063804qef.33.1363545326856; Sun, 17 Mar 2013 11:35:26 -0700 (PDT) Path: k8ni188qas.0!nntp.google.com!dd2no2142247qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 17 Mar 2013 11:35:26 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=92.56.144.217; posting-account=qSFChAoAAADOxjlzcArb65cWcTn1UEI6 NNTP-Posting-Host: 92.56.144.217 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <19d3c1d6-0872-40fd-bd58-c945970bee3f@googlegroups.com> Subject: ld: library not found for -lcrt1.10.5.o From: claragranell@gmail.com Injection-Date: Sun, 17 Mar 2013 18:35:26 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-03-17T11:35:26-07:00 List-Id: Hello everybody. I write here because I didn't find a way to solve the prob= lem I had in any other place. I have MAC OSX 10.7.4 and I am trying to install GNAT 2012 (I would be happ= y with 2010 or 2011, but I have the same problems with them). I install GNA= T using the doinstall script, and it works fine (supposedly), but then I tr= y to compile any test program and I get: >> gnatmake test.adb gnatbind -x test.ali gnatlink test.ali ld: library not found for -lcrt1.10.5.o collect2: ld returned 1 exit status gnatlink: error when calling /usr/local/gnat/bin/gcc gnatmake: *** link failed. Anyone knows what is happening? Any help will be appreciated. Thanks in adv= ance! Clara.-