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,31c8255073b2d349 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!l6g2000yqb.googlegroups.com!not-for-mail From: jonathan Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions, 20100901 release Date: Mon, 6 Sep 2010 14:04:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1188adbd-ac02-45b1-9dc3-a3e17e62c976@l6g2000yqb.googlegroups.com> References: <889c1e51-cd27-4e7e-b5ae-b9e2c1c5b644@u6g2000yqh.googlegroups.com> <5c42e8bf-b12d-4c92-9eb6-5b056832352a@l20g2000yqe.googlegroups.com> <513c30f4-55f7-49de-8b17-9f932e726f36@d8g2000yqf.googlegroups.com> NNTP-Posting-Host: 143.117.23.126 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1283807067 9875 127.0.0.1 (6 Sep 2010 21:04:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 6 Sep 2010 21:04:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l6g2000yqb.googlegroups.com; posting-host=143.117.23.126; posting-account=Jzt5lQoAAAB4PhTgRLOPGuTLd_K1LY-C User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.19) Gecko/2010072022 Iceweasel/3.0.6 (Debian-3.0.6-3),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:13960 Date: 2010-09-06T14:04:26-07:00 List-Id: On Sep 6, 8:49=A0pm, Simon Wright wrote: > jonathan writes: > > Don't worry, I got the same error message, knew I would not be smart > > enough to fix it, and just replaced all the dots with underscores. Now > > my version is named ada_numerics_generic_arrays.adb > > I wish I understood what it is I didn't say in the README that led you > both to get into all this grief! The tests worked without a hitch on my Debian standard GNAT installation using test_extensions.gpr. Still can't get them to compile on GNAT GPL 2010 - get the dreaded "ld: cannot find -lgnalasup" message, which I thought I got rid of a long time ago. I don't use .gpr files, so I don't want to spend any time on it ... changing 2 file names is a grief-free exercise. J.