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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,767ac6b96c80c92c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!38g2000prp.googlegroups.com!not-for-mail From: deadlyhead Newsgroups: comp.lang.ada Subject: Re: Ann: Generic Image Decoder v.01 Date: Sun, 27 Jun 2010 16:31:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <2ebefa3c-c2b2-4735-afd1-3383188ae01e@x24g2000pro.googlegroups.com> <103b6253-5895-4867-8aed-677c7dc5f49b@38g2000prp.googlegroups.com> NNTP-Posting-Host: 67.182.146.42 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1277681488 8382 127.0.0.1 (27 Jun 2010 23:31:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 27 Jun 2010 23:31:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 38g2000prp.googlegroups.com; posting-host=67.182.146.42; posting-account=snJuNwoAAABnc8T9lYkBlDQrDdSjOjG2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.14) Gecko/20080528 Epiphany/2.22 (Debian/2.26.3-2),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:12930 Date: 2010-06-27T16:31:27-07:00 List-Id: On Jun 27, 3:36=A0pm, Gautier write-only wrote: > On 27 juin, 21:29, deadlyhead wrote: > > > A quick note. > > > I just tried compiling this package with a GNAT compiler built from > > the gcc 4.4.2 sources and the GNU binutils package and got the classic > > `cannot find libaddr2line.a' error. > > I guess you tried to build tb.ads in the "Debug" mode (that's the > default), which uses GNAT's symbolic traceback. You can build > to_bmp.adb or mini.adb - without the trace-back wrapper - and also try > other build modes as well. Or even use a complete version of GNAT or > even another compiler ;-). > ______________________________________________________________ > Gautier's Ada programming --http://gautiersblog.blogspot.com/ Yup. I ran `gnatmake -Pgid' with no other switches, which I _knew_ compiled in Debug mode, but I didn't really consider the implications. So now, here I am compiling GCC 4.5.0, trying to navigate the strange and frightening labyrinth of installing and updated CLooG/PPL, GMP, MPFR and MPC while not torching half my Debian toolchain, and I could've just added -XBuild_Mode=3DFast... Oh, well. A reinstall of GCC was bound to happen soon anyway. -- deadlyhead