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 sl3mr22124088pbc.5.1341859597501; Mon, 09 Jul 2012 11:46:37 -0700 (PDT) Path: l9ni11215pbj.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Charly Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada Date: Mon, 9 Jul 2012 11:30:50 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <2565f27a-48d1-4000-978d-c3946154ea32@googlegroups.com> <212027fd-e3a3-45cc-b594-df6a4ae96138@googlegroups.com> NNTP-Posting-Host: 91.34.68.178 Mime-Version: 1.0 X-Trace: posting.google.com 1341859597 29329 127.0.0.1 (9 Jul 2012 18:46:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 9 Jul 2012 18:46:37 +0000 (UTC) In-Reply-To: <212027fd-e3a3-45cc-b594-df6a4ae96138@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=91.34.68.178; posting-account=5zx--goAAAD06H29EnWQGKTO-gctuXHl User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-09T11:30:50-07:00 List-Id: Am Sonntag, 8. Juli 2012 14:22:35 UTC+2 schrieb Ada novice: > 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 > .....> > YC As I told you, I can't say meaningful things to windows problems. On my linux box I give the following commands for the lapack example gnatmake tcgeev.adb -largs -llapack-ada -lacml and for the blas example gnatmake example1.adb -largs -lada_blas -lacml lapack-ada and ada_blas are the libraries that I created from the bindings, acml is the AMD library. All three libraries are in the standard search path for the linker. I think at least the -lacml is missing in your command line. ------- Charly