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,62c570a508b79271 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!x19g2000prg.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Re: Symmetric matrices only! Date: Fri, 18 Apr 2008 15:40:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3a3bd8ea-f5a0-481b-81c0-edc4ae9d5c8d@x19g2000prg.googlegroups.com> References: <2dfded9f-aa30-4b25-ba2b-6e0d7f6f0fab@a1g2000hsb.googlegroups.com> <480823e4_3@news.bluewin.ch> <09c77183-3614-4a69-ad21-56a0abe954ab@e67g2000hsa.googlegroups.com> NNTP-Posting-Host: 75.171.61.127 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1208558434 19197 127.0.0.1 (18 Apr 2008 22:40:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 18 Apr 2008 22:40:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x19g2000prg.googlegroups.com; posting-host=75.171.61.127; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en; rv:1.8.1.14) Gecko/20080409 Camino/1.6 (like Firefox/2.0.0.14),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20996 Date: 2008-04-18T15:40:34-07:00 List-Id: On Apr 18, 9:27 am, amado.al...@gmail.com wrote: > > Duncan Sands produced bindings to BLAS and I extended some to cover > > the LAPACK material I needed. They are not complete just created on > > demand. I could send these if they would help. > > You're my saviour! No need to send material, but I'd really appreciate > pointers to the required material and how to edit it and link in on > Mac Os X. I've got a file here named "libLAPACK.dylib" shouldn't that > be it? How do I link? I tried > > gnatmake example1 -l/Developer/SDKs/MacOSX10.4u.sdk/System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/ > Versions/A/libLAPACK.dylib > > But still got: > > Undefined symbols: > _isamax_ > _sasum_ > _saxpy_ > ... > > Thanks. See my response to your earlier post above about getting your installing going. Jerry