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.219.170 with SMTP id pp10mr18429213pbc.1.1341750254470; Sun, 08 Jul 2012 05:24:14 -0700 (PDT) Path: l9ni11158pbj.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: Sun, 8 Jul 2012 05:22:35 -0700 (PDT) Organization: http://groups.google.com Message-ID: <212027fd-e3a3-45cc-b594-df6a4ae96138@googlegroups.com> References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <2565f27a-48d1-4000-978d-c3946154ea32@googlegroups.com> NNTP-Posting-Host: 193.11.21.204 Mime-Version: 1.0 X-Trace: posting.google.com 1341750254 763 127.0.0.1 (8 Jul 2012 12:24:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 8 Jul 2012 12:24:14 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.11.21.204; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-08T05:22:35-07:00 List-Id: Thanks. I installed the acml4.4.0-ifort32.exe for Intel Fortran package. I tried the lapack and blas but I could not make them work. For example with blas, when I issue gnatmake *.adb -largs -L. I get collect2: ld returned 1 exit status gnatlink: error when calling C:\gnat\2011\bin\gcc.exe gnatmake: *** link failed I think that I have included everything I should in the Windows environment path. Ada_include_path and the Ada_project_path. Any idea what could be wrong? With blas, should I call: gnatmake *.adb -largs -L -lblas? Does that exist? And with lapack, should I add -llpack? YC