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,222ed89632aabb93 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.89.225 with SMTP id br1mr1610246pab.3.1343034697546; Mon, 23 Jul 2012 02:11:37 -0700 (PDT) Path: p10ni38018042pbh.1!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!ctu-peer!ctu-gate!news.nctu.edu.tw!usenet.stanford.edu!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: Mon, 16 Jul 2012 00:56:46 -0700 (PDT) Organization: http://groups.google.com Message-ID: <509991f4-bcb4-45a0-84f3-b8393db64da4@googlegroups.com> References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <2db42c1b-cfd4-4a6f-9e0c-ce269ddf00c5@googlegroups.com> <7cadf109-e24a-45eb-9d7c-354d8899eec4@googlegroups.com> <3f14ee5a-d055-4252-ab45-7ca512a23fac@googlegroups.com> <9cc53435-3c7f-4443-8209-5137b9377aca@googlegroups.com> <583b29e2-3f75-4b0a-8f1a-802b3d6e502c@googlegroups.com> <34139f6f-5905-4c9e-a873-0b2445a1fccd@googlegroups.com> <87txx8yl8t.fsf@ludovic-brenta.org> <87pq7wyek7.fsf@ludovic-brenta.org> <16a6786f-6de5-49c4-90b7-a55cb238d52a@googlegroups.com> NNTP-Posting-Host: 130.240.232.139 Mime-Version: 1.0 X-Trace: posting.google.com 1342425406 22677 127.0.0.1 (16 Jul 2012 07:56:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 16 Jul 2012 07:56:46 +0000 (UTC) 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-16T00:56:46-07:00 List-Id: Now I am moving onto testing lapack. In step 11 from Nasser's page: http://12000.org/my_notes/ada/index.htm it requires that one has libgfortran.so installed. IS THIS FILE REALLY REQUIRED? I have made a search on the debian site: http://www.debian.org/distrib/packages#search_contents and found for AMD machines: /usr/lib/gcc/x86_64-linux-gnu/4.3/libgfortran.so gfortran-4.3 [amd64] (of version 4.3.5-4) and /usr/lib/gcc/x86_64-linux-gnu/4.4/libgfortran.so gfortran-4.4 [amd64] (of version: 4.4.5-8) I think I will install the version 4.4 as I have gnat-4.4"something". Please let me know if installing "gfortran" in order to get libgfortran.so is a required step. I currently do not seem to have libgfortran.so already on my machine. Thanks. YC