From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30477 invoked by alias); 8 Aug 2004 08:50:34 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30470 invoked from network); 8 Aug 2004 08:50:33 -0000 Received: from unknown (HELO mproxy.gmail.com) (64.233.170.204) by sourceware.org with SMTP; 8 Aug 2004 08:50:33 -0000 Received: by mproxy.gmail.com with SMTP id 75so79052rnl for ; Sun, 08 Aug 2004 01:50:33 -0700 (PDT) Received: by 10.38.24.64 with SMTP id 64mr699634rnx; Sun, 08 Aug 2004 01:50:33 -0700 (PDT) Message-ID: Date: Sun, 08 Aug 2004 08:50:00 -0000 From: Will Pugh To: gdb@sources.redhat.com Subject: Compiling GDB on Mac OSX In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: X-SW-Source: 2004-08/txt/msg00119.txt.bz2 Hi, I'm trying to compile GDB on my mac, and having a hard time. Is this supported? When I run . /configure in the gdb directory, I get the error: checking for X... no configure: error: *** Gdb does not support native target powerpc-apple-darwin7.4.0 I'm compiling GDB 6.2, and letting configure decide the OS for me. Is there a host value I should pass to configure to get this to work? Is there a version of GDB that builds on OSX? Thanks! --Will