From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17692 invoked by alias); 19 Aug 2004 21:17:31 -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 17684 invoked from network); 19 Aug 2004 21:17:30 -0000 Received: from unknown (HELO avtrex.com) (216.102.217.178) by sourceware.org with SMTP; 19 Aug 2004 21:17:30 -0000 Received: from avtrex.com ([192.168.0.111] RDNS failed) by avtrex.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 19 Aug 2004 14:14:21 -0700 Message-ID: <4125182D.4050201@avtrex.com> Date: Thu, 19 Aug 2004 21:17:00 -0000 From: David Daney User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031030 MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Broken readline configure in gdb cross build ... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Aug 2004 21:14:21.0348 (UTC) FILETIME=[7EE20E40:01C48631] X-SW-Source: 2004-08/txt/msg00238.txt.bz2 I just did: ../gdbcvs/src/configure --build=i686-pc-linux --host=mipsel-linux --target=mipsel-linux from gdb_6_2-branch of today. I get this when doing make : . . . checking for mbsrtowcs... yes checking for wcwidth... yes checking for mbstate_t... configure: error: cannot run test program while cross compiling See `config.log' for more details. make: *** [configure-readline] Error 1 I know that placing this line: bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} in readline's config.cache will work around, but isn't it about time that someone fixed readline's configure? David Daney