From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13809 invoked by alias); 2 Jul 2009 07:57:37 -0000 Received: (qmail 13801 invoked by uid 22791); 2 Jul 2009 07:57:36 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Jul 2009 07:57:30 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 375A829000E; Thu, 2 Jul 2009 09:57:28 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CPp2QAsZfRnJ; Thu, 2 Jul 2009 09:57:27 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 9DC5C29003A; Thu, 2 Jul 2009 09:57:27 +0200 (CEST) Cc: gdb@sourceware.org Message-Id: From: Tristan Gingold To: Hui Zhu In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: An compile error with x86_darwin_init_abi_64 Date: Thu, 02 Jul 2009 07:57:00 -0000 References: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00006.txt.bz2 On Jul 2, 2009, at 7:50 AM, Hui Zhu wrote: > Hi, > > I "../src/configure --enable-targets=all --enable-64-bits-bfd" in a > x86 ubuntu. > > I got some error: Thanks for the head-up. There is a pending (and just approved) patch that might fix this issue. Tristan.