From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9763 invoked by alias); 19 Aug 2004 21:41:36 -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 9594 invoked from network); 19 Aug 2004 21:41:32 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sourceware.org with SMTP; 19 Aug 2004 21:41:32 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Bxuf5-0001Ri-00; Thu, 19 Aug 2004 17:41:31 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 144914B102; Thu, 19 Aug 2004 17:41:47 -0400 (EDT) Date: Thu, 19 Aug 2004 21:41:00 -0000 From: Michael Chastain To: gdb@sources.redhat.com, ddaney@avtrex.com Subject: Re: Broken readline configure in gdb cross build ... Message-ID: <41251E9B.nail5AX18U7DG@mindspring.com> References: <4125182D.4050201@avtrex.com> In-Reply-To: <4125182D.4050201@avtrex.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00240.txt.bz2 You are right, it does look broken. Thanks for pointing this out. Please file a PR for this so we can track it. http://www.gnu.org/software/gdb/bugs/ readline's configure no longer calls AC_TRY_RUN in readline 5.0. So when gdb imports that, the problem should be fixed. Michael Chastain GDB QA Guy