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: 103376,222ed89632aabb93 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.228.227 with SMTP id sl3mr1264012pbc.5.1342074937379; Wed, 11 Jul 2012 23:35:37 -0700 (PDT) Path: l9ni11515pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada Date: Wed, 11 Jul 2012 23:34:16 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7cadf109-e24a-45eb-9d7c-354d8899eec4@googlegroups.com> References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <2565f27a-48d1-4000-978d-c3946154ea32@googlegroups.com> <212027fd-e3a3-45cc-b594-df6a4ae96138@googlegroups.com> <0c159836-b4b9-4861-85cd-e3e61e94f8bc@googlegroups.com> <99901f55-e61a-4808-a442-1a62e625cd2e@googlegroups.com> <37b4ba31-245e-44d1-9183-5c3367c88101@googlegroups.com> <2db42c1b-cfd4-4a6f-9e0c-ce269ddf00c5@googlegroups.com> NNTP-Posting-Host: 130.240.232.139 Mime-Version: 1.0 X-Trace: posting.google.com 1342074937 29786 127.0.0.1 (12 Jul 2012 06:35:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 12 Jul 2012 06:35:37 +0000 (UTC) Cc: nma@12000.org In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=130.240.232.139; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-11T23:34:16-07:00 List-Id: On Wednesday, July 11, 2012 10:50:01 PM UTC+1, Nasser M. Abbasi wrote: > > Do not worry about the path such as those. the path on my PC > where I put the source files will be different than > your PC. the 'cd lapada/test/lapack' was just an example ! not > to be meant to be taken literally. Sure. Right now I am just making the bindings work and I am following your cheat sheet so as to be quick. Afterwards, I can put the files in some other folders as desired. In your cheat sheet in step 11, you are locating gfortran. When I typed: >locate libgfortran I got nothing. So I installed gfortran via the package manager and still after that >locate libgfortran does not give me anything. But I can find the files as in your cheat sheet via browsing in my usr folder: /usr/lib/i386-linux-gnu/libgfortran.so.3 /usr/lib/i386-linux-gnu/libgfortran.so.3.0.0 The locate command seems to work if I say "locate gps" but in case of "locate libgfortran", it does not return me anything though I the two files as written above. YC