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=3.3 required=5.0 tests=BAYES_00,DATE_IN_PAST_24_48, FORGED_MUA_MOZILLA,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,222ed89632aabb93 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.177.12 with SMTP id bg12mr1525087qab.0.1343317932736; Thu, 26 Jul 2012 08:52:12 -0700 (PDT) Received: by 10.66.83.73 with SMTP id o9mr1482372pay.2.1343317520046; Thu, 26 Jul 2012 08:45:20 -0700 (PDT) Received: by 10.66.76.8 with SMTP id g8mr1655832paw.23.1343316644745; Thu, 26 Jul 2012 08:30:44 -0700 (PDT) Path: a15ni113198934qag.0!nntp.google.com!q21no9223114qas.0!news-out.google.com!p10ni65138561pbh.1!nntp.google.com!u4no861111pbs.0!news-out.google.com!b9ni65120068pbl.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news-out.octanews.net!mauve.octanews.net!newspump.sol.net!xlned.com!feeder5.xlned.com!feed.xsnews.nl!border-1.ams.xsnews.nl!newsfeed.straub-nv.de!news.swapon.de!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada Date: Tue, 24 Jul 2012 17:13:28 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <87txx8yl8t.fsf@ludovic-brenta.org> <87pq7wyek7.fsf@ludovic-brenta.org> <16a6786f-6de5-49c4-90b7-a55cb238d52a@googlegroups.com> <509991f4-bcb4-45a0-84f3-b8393db64da4@googlegroups.com> <374bd898-5683-4350-8812-e3cae186ab2b@googlegroups.com> <87k3y3jxgj.fsf@ludovic-brenta.org> <23edac82-3e0e-47f5-85b7-36473e4a44ed@googlegroups.com> <8d88395a-9e03-4880-9728-aa0489dbc62f@googlegroups.com> <4d5e7463-824c-4ac1-af47-2a4a5bf0d8e6@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: 6xfnQf8NWYR0Ab23/pVebQ.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-07-24T17:13:28-05:00 List-Id: On 7/24/2012 12:36 PM, Ada novice wrote: > Nasser, > > Thanks. I did copy the source code well and I have a printout >in front of me and I checked line by line. Anyway, I recopied >again and I still get the same error message. > > I didn't go through step 12 on your page and the permissions >for mysolve.adb in my case are: > > -rw-r--r-- 1 > > These are all the differences that I can find. > > YC > It has to work, if everything done right. Can you show the actual commands you typed? and the full output. and also do cat mysolve.adb and paste the output. The file protection above is fine. This will have nothing to do with compile error any way. Are you sure you are using libre gnat 2012? You can't get a compiler error on this source as it compiles fine with GNAT 2012. There is something else going on. --Nasser