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,FREEMAIL_FROM, HK_RANDOM_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9962f18891db3ff7,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!not-for-mail From: berndtrog@yahoo.com (Bernd Trog) Newsgroups: comp.lang.ada Subject: Using Gnat.Traceback.Symbolic with gcc-3.4.3 Date: 6 Mar 2005 04:35:49 -0800 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 217.237.151.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1110112549 13941 127.0.0.1 (6 Mar 2005 12:35:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 6 Mar 2005 12:35:49 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:8746 Date: 2005-03-06T04:35:49-08:00 List-Id: Hi, whats the story about this addr2line problem? With gcc-3.4.3 I get: $ gnatmake -O3 -gnatf -gnatwu -gnato -funwind-tables \ testexception.adb -g -f -largs -g -i -laddr2line -bargs -E gcc -c -O3 -gnatf -gnatwu -gnato -funwind-tables -g testexception.adb gnatbind -x testexception.ali gnatlink testexception.ali -g -g -i -laddr2line /usr/local/bin/ld: cannot find -laddr2line I'm using binutils-2.15 (on i686 Linux). How do I tell binutils to generate a 'libaddr2line.a' for me, that works with gcc-3.4.3?