From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6512 invoked by alias); 4 Oct 2009 09:15:03 -0000 Received: (qmail 6187 invoked by uid 48); 4 Oct 2009 09:14:51 -0000 Date: Sun, 04 Oct 2009 09:15:00 -0000 Message-ID: <20091004091451.6186.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/39316] [lto] revision 144454 - Configure should check for elf support (similar to gmp/mpfr/PPL/CLooG) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg00235.txt.bz2 ------- Comment #5 from rguenth at gcc dot gnu dot org 2009-10-04 09:14 ------- I see. This particular issue should be fixed as libelf and the clone from elfutils use different SONAMEs and the configure test in GCC checks for the actual features it uses with a link test. The only thing that may happen is that with broken installations (headers from one lib, shared library from the other) things will break and we'd need to run a test program to detect this weird case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39316