comp.lang.ada
 help / color / mirror / Atom feed
* Linking Error when using Ada.Numerics.Generic_Real_Arrays package
@ 2008-11-11 21:43 AAFellow
  2008-11-11 22:27 ` Jeffrey R. Carter
  0 siblings, 1 reply; 4+ messages in thread
From: AAFellow @ 2008-11-11 21:43 UTC (permalink / raw)


Hello,

I am writing a program that uses the Ada.Numerics.Generic_Real_Arrays
package.  I use the Real_Vector data type, as well as the *
(vector*vector as well as scalar*vector) , +,  and - functions.

Upon linking, I get errors in System.Generic_Real_BLAS and
System.Generic_Real_LAPACK packages.   In the first file, I am getting
undefined references to sdot_, sgemm_, sgemv_, and snrm2_.  In the
second file, I am getting errors for undefined references to sgetrf_,
sgetri_, sgetrs_, sorgtr_, ssteqr_, ssterf_, and ssytrd_.

I am using GNAT Pro 6.0.1.  Does the compiler not support the use of
the Ada.Numerics.Generic_Real_Arrays package?  Is there anything that
can be done to make this work?

Thanks!!

AAFellow



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-13 14:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-11 21:43 Linking Error when using Ada.Numerics.Generic_Real_Arrays package AAFellow
2008-11-11 22:27 ` Jeffrey R. Carter
2008-11-12  6:15   ` christoph.grein
2008-11-13 14:36   ` Samuel Tardieu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox