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!e20g2000vbn.googlegroups.com!not-for-mail From: jonathan Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions, 20100901 release Date: Fri, 3 Sep 2010 16:32:59 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <889c1e51-cd27-4e7e-b5ae-b9e2c1c5b644@u6g2000yqh.googlegroups.com> NNTP-Posting-Host: 143.117.23.233 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1283556779 13476 127.0.0.1 (3 Sep 2010 23:32:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 3 Sep 2010 23:32:59 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e20g2000vbn.googlegroups.com; posting-host=143.117.23.233; 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:13937 Date: 2010-09-03T16:32:59-07:00 List-Id: On Sep 3, 3:08=A0am, "John B. Matthews" wrote: > In article > <889c1e51-cd27-4e7e-b5ae-b9e2c1c5b...@u6g2000yqh.googlegroups.com>, > > > > =A0jonathan wrote: > > On Sep 2, 4:40=A0pm, Ada novice wrote: > > > Thanks Simon. I shall do some testing. > > > Same here, much appreciated. =A0Will try to find time > > in a few days to do testing. > > > I did a quick test with good results. I still can't > > get gnat GPL 2010 to link to lapack tho.. get the famous > > > ../x86_64-pc-linux-gnu/4.3.6/ld: cannot find -lgnalasup > > > error message. =A0This has been discussed on c.l.a > > for years, but I won't have time to look into it. > > > Fortunately, the gnat that comes with debian lenny > > still works fine. > > For future reference, here is the patch: > > > > The compiler options from ada_math_build.gpr should work, e.g. gnatmake > -a or gcc -c -gnatpg. Finally, copy the .ali and .o to your Ada library > path, `gnatls -v`. > > -- > John B. Matthews > trashgod at gmail dot com > Thanks .. worked great. J.