From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9903 invoked by alias); 14 Apr 2009 18:04:55 -0000 Received: (qmail 9709 invoked by uid 22791); 14 Apr 2009 18:04:51 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Apr 2009 18:04:45 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KI300400RH8CL00@i_mtaout2.012.net.il> for gdb-patches@sources.redhat.com; Tue, 14 Apr 2009 21:04:42 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.34.97]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KI30053ERJTTOD0@i_mtaout2.012.net.il>; Tue, 14 Apr 2009 21:04:42 +0300 (IDT) Date: Tue, 14 Apr 2009 18:04: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: <83iql7m7r1.fsf@gnu.org> References: <8363hboz5x.fsf@gnu.org> <833acbo32k.fsf@gnu.org> <83myajma7a.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/msg00270.txt.bz2 > Cc: gdb-patches@sources.redhat.com > From: Tom Tromey > Date: Tue, 14 Apr 2009 11:41:57 -0600 > > Eli> D:\gdb-68.410\gdb>gdb ./gdb.exe > >>>>> Usage: iconv [--binary] [-f fromcode] [-t tocode] [file ...] > Eli> GNU gdb (GDB) 6.8.50.20090410 > Eli> Copyright (C) 2009 Free Software Foundation, Inc. > > If you have libiconv, I would expect configure to find iconvlist, and > thus not compile this code in at all. "nm -A" shows no iconvlist in libiconv that I have installed. Maybe I have a version that's too old? D:\gdb-68.410\gdb>iconv --version iconv (GNU libiconv 1.7) Copyright (C) 2000-2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Bruno Haible. I see that a port of libiconv 1.9.2 is available; should I upgrade, or do you want me to hold until the configury problems with this old version are resolved?