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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,52d68177abed9cfd X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!a26g2000pre.googlegroups.com!not-for-mail From: Anh Vo Newsgroups: comp.lang.ada Subject: Re: Gnat2007 and Ada.Numerics.Generic_Real_Arrays Date: 31 May 2007 19:01:25 -0700 Organization: http://groups.google.com Message-ID: <1180118306.990002.118970@a26g2000pre.googlegroups.com> References: <4657192c$0$31997$426a74cc@news.free.fr> NNTP-Posting-Host: 209.225.225.89 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1180663313 28800 127.0.0.1 (1 Jun 2007 02:01:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 1 Jun 2007 02:01:53 +0000 (UTC) In-Reply-To: <4657192c$0$31997$426a74cc@news.free.fr> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; InfoPath.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: a26g2000pre.googlegroups.com; posting-host=209.225.225.89; posting-account=JVr7Xg0AAAAI3MbuARxMmvWLmA7qdJMx Xref: g2news1.google.com comp.lang.ada:16005 Date: 2007-05-31T19:01:25-07:00 List-Id: On May 25, 10:12 am, Yves Bailly wrote: > But when trying to create the executable, I get a link error: > --8<-----8<-----8<-----8<-----8<-----8<-----8<--- > gnatlink /home/yves/Programs/Ada/test_matrix.ali -o /home/yves/Programs/Ada/test_matrix > /home/yves/Programs/Ada/test_matrix.o: In function `_ada_test_matrix': > test_matrix.adb:(.text+0x40): undefined reference to > `ada__numerics__long_real_arrays__Omultiply' > --8<-----8<-----8<-----8<-----8<-----8<-----8<--- I had similar problem, undefined reference to `sgetrf_', when using inverse matrix operation under instantiation of Ada.Numerics.Generic_Real_Arrays with Float. This problem had been reported to AdaCore. AV