|
From: Jerry on 18 Apr 2008 18:32 On Apr 18, 9:27 am, amado.al...(a)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
From: Jerry on 18 Apr 2008 18:40 On Apr 18, 9:27 am, amado.al...(a)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
From: amado.alves on 21 Apr 2008 09:21 > > Incidentally, I found out that I do *not* have Generic_Real_Arrays on > > my GNAT GPL 2006 on Mac OS X 10.4 anyway... (Marius) > By the way, you may encounter problems getting the Vector-Matrix > (Annex G.3) stuff to working on OS X. The problem has been worked out > but is not yet part of the installer. I recommend that you check out > macada.org; join the list or just check the archives for April 15, > 2008, where this was most recently discussed. > > Jerry Sweet! Jerry's notes on the MacAda list solve this problem. Highly recommended :-)
First
|
Prev
|
Pages: 1 2 3 Prev: Memory leak in BLAS/LINPACK - GNAT on OS X Next: Address attribute of an overloaded function |