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.196.232 with SMTP id ip8mr7257931pbc.6.1342364948191; Sun, 15 Jul 2012 08:09:08 -0700 (PDT) Path: l9ni11880pbj.0!nntp.google.com!news2.google.com!goblin2!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada Date: Sun, 15 Jul 2012 16:09:05 +0100 Organization: A noiseless patient Spider Message-ID: References: <41b74e89-f112-4791-883d-236080652dbf@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> <583b29e2-3f75-4b0a-8f1a-802b3d6e502c@googlegroups.com> <34139f6f-5905-4c9e-a873-0b2445a1fccd@googlegroups.com> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="9bf283a230abc1bf5b8bf7ae893d3723"; logging-data="23659"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19WPIprp8i4dQZaHuUyu8Ck0dkP97Yqpq8=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (darwin) Cancel-Lock: sha1:Uwo4CAYjQURkltQ5NrEAAGJ5MNg= sha1:ezVELH+PrAffBWqZm1a+aqJpORg= Content-Type: text/plain Date: 2012-07-15T16:09:05+01:00 List-Id: Ada novice writes: > On Sunday, July 15, 2012 12:25:49 PM UTC+1, Simon Wright wrote: >> -largs -v gives the -v (verbose) switch to gnatlink. If you want to give >> -v to the system linker, ld, you would say >> >> -largs -Wl,-v >> >> (*exactly* as typed!) > > OK. With SPACE after "WI," I get with gnatmake *.adb -largs -WI, -v -lblas: You must have some unsatisfactory-for-programmers font that makes it hard to distinguish lowercase-ell from capital-eye (sorry, I realise English may not be your native language): dash capital-doubleyou lowercase-ell comma dash lowercase-vee But, in any case, it seems that there is no libblas.a or libblas.so on your LIBRARY_PATH. I'm a bit lost here, on Debian 6 the situation with libblas and atlas is confused or at any rate confusing; and the /etc/alternatives scheme is weird. I find it hard to believe that uninstalling the plain libblas means I have to uninstall chunks of Gnome! But I have a working libblas and liblapack setup without messing with Atlas. And I see that the Atlas package writeup says it isn't really optimised anyway, being as it's highly architecture-dependent. So why bother with it?