From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19192 invoked by alias); 13 Dec 2011 15:14:20 -0000 Received: (qmail 19176 invoked by uid 22791); 13 Dec 2011 15:14:19 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 13 Dec 2011 15:14:01 +0000 Received: by iahk25 with SMTP id k25so12407181iah.0 for ; Tue, 13 Dec 2011 07:14:01 -0800 (PST) Received: by 10.42.148.136 with SMTP id r8mr15865938icv.1.1323789241445; Tue, 13 Dec 2011 07:14:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.33.140 with HTTP; Tue, 13 Dec 2011 07:13:40 -0800 (PST) From: Luca Pizzamiglio Date: Tue, 13 Dec 2011 15:29:00 -0000 Message-ID: Subject: wrong bfd recognized To: gdb-patches@sourceware.org Content-Type: multipart/mixed; boundary=90e6ba6135187e6c6504b3fab306 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-12/txt/msg00404.txt.bz2 --90e6ba6135187e6c6504b3fab306 Content-Type: text/plain; charset=ISO-8859-1 Content-length: 553 Hi! I'm Luca, the maintainer of gdb7.x on FreeBSD ports. I've found a strange situation where gdb's configure script fails to use libbfd and disable ELF support. the problem was that during configuration, the /usr/local/lib/libbfd.a was used, instead of the gdb's one. This library was compiled with libintl support, then the bfd's test program build failed. This patch should solve this issue, building bfd's testing program using the gdb's one. Thanks in advance for the support Luca PS: please use my address in cc, I'm not in the mailing-list! --90e6ba6135187e6c6504b3fab306 Content-Type: application/octet-stream; name="gdb-configure.ac.patch" Content-Disposition: attachment; filename="gdb-configure.ac.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gw51jjs50 Content-length: 651 LS0tIGdkYi9jb25maWd1cmUuYWMub3JpZwkyMDExLTEyLTEzIDE1OjMzOjI3 LjYxNjY0OTEwOSArMDEwMAorKysgZ2RiL2NvbmZpZ3VyZS5hYwkyMDExLTEy LTEzIDE1OjM0OjA4LjU1OTI4NTY3MyArMDEwMApAQCAtMTg1NCw3ICsxODU0 LDcgQEAKIE9MRF9MREZMQUdTPSRMREZMQUdTCiBPTERfTElCUz0kTElCUwog Q0ZMQUdTPSIkQ0ZMQUdTIC1JJHtzcmNkaXJ9Ly4uL2luY2x1ZGUgLUkuLi9i ZmQgLUkke3NyY2Rpcn0vLi4vYmZkIgotTERGTEFHUz0iJExERkxBR1MgLUwu Li9iZmQgLUwuLi9saWJpYmVydHkiCitMREZMQUdTPSItTC4uL2JmZCAtTC4u L2xpYmliZXJ0eSAkTERGTEFHUyIKIGludGw9YGVjaG8gJExJQklOVEwgfCBz ZWQgJ3MsJHt0b3BfYnVpbGRkaXJ9LywsZydgCiAjIC1sZGwgaXMgcHJvdmlk ZWQgYnkgYmZkL01ha2ZpbGUuYW0gKExJQkRMKSA8UExVR0lOUz4uCiBpZiB0 ZXN0ICIkcGx1Z2lucyIgPSAieWVzIjsgdGhlbgo= --90e6ba6135187e6c6504b3fab306--