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 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,UTF8 Path: g2news1.google.com!news2.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!news.mixmin.net!aioe.org!not-for-mail From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions, 20100901 release Date: Thu, 02 Sep 2010 22:08:21 -0400 Organization: The Wasteland Message-ID: References: <889c1e51-cd27-4e7e-b5ae-b9e2c1c5b644@u6g2000yqh.googlegroups.com> NNTP-Posting-Host: LQJtZWzu+iKlBROuDg+IUg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Xref: g2news1.google.com comp.lang.ada:13924 Date: 2010-09-02T22:08:21-04:00 List-Id: In article <889c1e51-cd27-4e7e-b5ae-b9e2c1c5b644@u6g2000yqh.googlegroups.com>, jonathan wrote: > On Sep 2, 4:40 pm, Ada novice wrote: > > Thanks Simon. I shall do some testing. > > Same here, much appreciated. Will 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. This 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