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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a75eba9e135b504c,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!postnews.google.com!s1g2000prg.googlegroups.com!not-for-mail From: "AAFellow@hotmail.com" Newsgroups: comp.lang.ada Subject: Linking Error when using Ada.Numerics.Generic_Real_Arrays package Date: Tue, 11 Nov 2008 13:43:52 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 157.127.124.14 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1226439832 14709 127.0.0.1 (11 Nov 2008 21:43:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 11 Nov 2008 21:43:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s1g2000prg.googlegroups.com; posting-host=157.127.124.14; posting-account=pRB8owoAAABMxJV7VybM7KMRNIRsCxZQ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:2653 Date: 2008-11-11T13:43:52-08:00 List-Id: 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