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: a07f3367d7,4c1aeced34d252fb X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!b41g2000yqd.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Re: gdb will not "catch exception" or "catch exception unhandled" Date: Thu, 13 Oct 2011 15:39:35 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <22f84116-3c6f-449e-a02d-a2bc8863de98@t16g2000yqm.googlegroups.com> <915238bc-c2da-4a39-be8f-06997679ae56@f6g2000vbm.googlegroups.com> <730fd8c1-2fee-4629-b159-31697a802068@p29g2000pra.googlegroups.com> <913c6e88-2079-49f2-aeea-f97d7d467dd5@k39g2000prl.googlegroups.com> NNTP-Posting-Host: 97.117.193.44 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1318545575 30566 127.0.0.1 (13 Oct 2011 22:39:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 13 Oct 2011 22:39:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b41g2000yqd.googlegroups.com; posting-host=97.117.193.44; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HLUARECNK X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:21419 Date: 2011-10-13T15:39:35-07:00 List-Id: On Oct 11, 11:45=A0pm, Simon Wright wrote: > Jerry writes: > > I think I understand. That was how I have been building my own > > projects for a long time, as I describe above. But there still remains > > the libplplotd problem. > > When I had a little play with it, it took some time to persuade the > plplot build process from the source distribution to recognise that I > have an Ada compiler (I had to tell it where the .dylibs are); if I'd > gone ahead before I got that right, I don't see that the resulting > libplplotd could have referenced libgnat? I also tell the plplot build process where libgnat.dylib is. Not sure why. But I don't fully understand other stuff about my build script since I had help writing it from the PLplot team. I could send it to you or post it somewhere or paste it here if you're interested--it's a short-ish 70 lines (white space and comments included). Jerry