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 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.220.230 with SMTP id pz6mr6018179pbc.3.1342318813296; Sat, 14 Jul 2012 19:20:13 -0700 (PDT) Path: l9ni11715pbj.0!nntp.google.com!news1.google.com!goblin3!goblin.stu.neva.ru!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada Date: Sat, 14 Jul 2012 22:20:11 -0400 Organization: The Wasteland Message-ID: References: <41b74e89-f112-4791-883d-236080652dbf@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> <7cadf109-e24a-45eb-9d7c-354d8899eec4@googlegroups.com> <3f14ee5a-d055-4252-ab45-7ca512a23fac@googlegroups.com> <9cc53435-3c7f-4443-8209-5137b9377aca@googlegroups.com> NNTP-Posting-Host: LQJtZWzu+iKlBROuDg+IUg.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: 2012-07-14T22:20:11-04:00 List-Id: In article <9cc53435-3c7f-4443-8209-5137b9377aca@googlegroups.com>, Ada novice wrote: > I have redone the steps for the BLAS on my new Linux mint debian but > could not make it work. On compiling I get the message: > > /usr/bin/ld: cannot find -lblas > > causing gnatlink to fail. > > I have done all previous steps well, checking the directories and > making sure that BLAS is there and that the right path is in the > .bashrc file. The BLAS files are in /usr/lib/atlas-base/atlas as > expected. Lapack has also been installed as well. > > What may be causing this error message? Adding -v or -v -v to the -largs will produce more verbose output from the linker. I usually find an extra space or an incorrectly escaped character. -- John B. Matthews trashgod at gmail dot com