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,430e73ffe1dca4e9 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!x12g2000yqx.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Re: How to exit a loop with keyboard input Date: Thu, 15 Apr 2010 11:51:08 -0700 (PDT) Organization: http://groups.google.com Message-ID: <780f0643-3c51-4cc6-827e-3fd68d477423@x12g2000yqx.googlegroups.com> References: <176f2831-ce2a-4bb1-9e04-47f662fc7176@q23g2000yqd.googlegroups.com> <20100412181434.dd154269.tero.koskinen@iki.fi> NNTP-Posting-Host: 75.172.180.11 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1271357468 29154 127.0.0.1 (15 Apr 2010 18:51:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 15 Apr 2010 18:51:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x12g2000yqx.googlegroups.com; posting-host=75.172.180.11; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/528.16+(KHTML, like Gecko, Safari/528.16) OmniWeb/v622.8.0,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9997 Date: 2010-04-15T11:51:08-07:00 List-Id: On Apr 14, 9:08=A0pm, "John B. Matthews" wrote: > In article > , > > =A0Jerry wrote: > > Awesome. In the past I discovered that if I delete the inappropriate > > linker pragma in i-forbla.adb and link with -largs to the BLAS and > > LAPACK libraries in the OS X frameworks that I could work around this > > problem. But this is better. Following your lead, I moved the newly- > > made i-forbla.o and i-forbla.ali into > > > /opt/gnat-gpl-2009/lib/gcc/i386-apple-darwin9.7.0/4.3.4/adalib > > For convenience, I wrote a little makefile to build and install a > modified i-forbla.adb, et al. > > > > -- > John B. Matthews > trashgod at gmail dot com > Hmmm. I couldn't find it on that page. Jerry