From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5532 invoked by alias); 14 Apr 2009 12:03:32 -0000 Received: (qmail 5405 invoked by uid 22791); 14 Apr 2009 12:03:31 -0000 X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_50,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Apr 2009 12:03:24 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KI300F00AJ07400@i-mtaout7.012.net.il> for gdb-patches@sources.redhat.com; Tue, 14 Apr 2009 15:02:52 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.225.211]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KI300BC3ASR7X70@i-mtaout7.012.net.il>; Tue, 14 Apr 2009 15:02:52 +0300 (IDT) Date: Tue, 14 Apr 2009 12:03:00 -0000 From: Eli Zaretskii Subject: Re: Configuring gdb_wchar.h In-reply-to: To: Tom Tromey Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: <833acbo32k.fsf@gnu.org> References: <8363hboz5x.fsf@gnu.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00247.txt.bz2 > Cc: gdb-patches@sources.redhat.com > From: Tom Tromey > Date: Mon, 13 Apr 2009 11:54:12 -0600 > > >>>>> "Eli" == Eli Zaretskii writes: > > Eli> The actual case in point is the DJGPP build. The DJGPP library has > Eli> wchar.h and there's a port of libiconv, but the functions gdb_wchar.h > Eli> expects for wide character support are not there. > > Thanks for the report. > > Please try the appended patch. It compiles and links okay, thanks. Do you want me to test some feature(s) to make sure the resulting binary works as expected? > I've included the auto* output in this > patch in case you don't have the right versions on your DJGPP machine. Thanks, it does help. I don't have the autotools installed here at all, because I use them only very seldom. If I need to run them, I usually do so on one of the gnu.org machines where I have a login account. So having the patches for the configure script and config.in does make the job easier.