From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27911 invoked by alias); 27 Aug 2005 23:00:38 -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 27903 invoked by uid 22791); 27 Aug 2005 23:00:35 -0000 Received: from eth13.com-link.com (HELO real.realitydiluted.com) (208.242.241.164) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 27 Aug 2005 23:00:35 +0000 Received: from localhost ([127.0.0.1]) by real.realitydiluted.com with esmtp (Exim 4.50 #1 (Debian)) id 1E98jK-00012u-Us for ; Sat, 27 Aug 2005 17:00:51 -0500 Message-ID: <4310F08F.9020204@realitydiluted.com> Date: Sat, 27 Aug 2005 23:00:00 -0000 From: "Steven J. Hill" User-Agent: Debian Thunderbird 1.0.6 (X11/20050802) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Broken --disable-gdbmi configure option for gdb HEAD. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-08/txt/msg00103.txt.bz2 Greetings. I was attempting to build gdb for an embedded target with the '--disable-gdbmi' option and the build failed in 'gdb/breakpoint.c' due to the missing function 'async_reason_lookup' which is defined in 'mi/mi-common.[ch]'. Is this a bug or how do I work around this problem? Here are the related options that I am configuring with: --without-uiout --disable-gdbmi --disable-tui --disable-gdbtk --without-x Or maybe I cannot specify all of these at the same time with the latest gdb. This works fine for gdb-6.3. Thanks in advance. -Steve