From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30951 invoked by alias); 31 Aug 2009 07:58:01 -0000 Received: (qmail 30941 invoked by uid 22791); 31 Aug 2009 07:58:00 -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; Mon, 31 Aug 2009 07:57:54 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id CF2EA29004E; Mon, 31 Aug 2009 09:57:51 +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 fLWnlPzGAh8o; Mon, 31 Aug 2009 09:57:50 +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 6276B29006C; Mon, 31 Aug 2009 09:57:50 +0200 (CEST) Cc: gdb@sourceware.org Message-Id: <87612A64-948A-408C-B0CD-FCCED70C1309@adacore.com> From: Tristan Gingold To: Jack Howarth In-Reply-To: <20090830202035.GA2791@bromo.med.uc.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: gdb cvs vs x86_64-apple-darwin10 Date: Mon, 31 Aug 2009 13:10:00 -0000 References: <20090830202035.GA2791@bromo.med.uc.edu> 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-08/txt/msg00272.txt.bz2 On Aug 30, 2009, at 10:20 PM, Jack Howarth wrote: > Has anyone tried building the current gdb cvs on > Snow Leopard. I was able to build gdb with... > > ../src/configure --disable-werror --build=x86_64-apple-darwin10 -- > target=x86_64-apple-darwin10 --target=x86_64-apple-darwin10 > make > > however the resulting gdb doesn't run properly. I get an error... I haven't yet installed snow leopard and I expect some adjustments as Apple frequently changes/updates/improves the Mach-O format. Tristan.