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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d75494dd10472a30 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-06 08:45:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: gnat-3.14p, libaddr2line and IRIX 6.5 Date: 06 Mar 2002 11:44:13 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <3C8522B3.B288ADEC@xs4all.nl> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1015433358 23482 128.183.220.71 (6 Mar 2002 16:49:18 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 6 Mar 2002 16:49:18 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:20867 Date: 2002-03-06T16:49:18+00:00 List-Id: "David C. Hoos" writes: > ----- Original Message ----- > From: "Dirk Baerts" > Newsgroups: comp.lang.ada > To: > Sent: Tuesday, March 05, 2002 1:55 PM > Subject: gnat-3.14p, libaddr2line and IRIX 6.5 > > > > After gnat.com released 3.14p, at Jan 31 2002, I'm now finally have the > time > > to build it starting from 3.12p, under IRIX 6.5. > > To my surprise the Makefile asks for libaddr2line, that was nowhere in > sight. > > And it really seems to be necessary : convert_addresses : > unresolved.symbol > > Found the gnu binutils addr2line, but no libaddr2line on the web. Just > > discussions, on what to do about this. Just comment out the build of 'convert_addresses' in the makefile; you'll probably never miss it. -- -- Stephe