This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Configuring gdb_wchar.h


>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

Eli> So it thinks there are no charsets available.  Maybe the line marked
Eli> below, shown as part of GDB initialization, is a hint to the trouble:

Yeah.

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.

I guess that didn't happen, which points to some configure oversight.

Also I see that the popen path ought to redirect stderr and also test
the result of pclose.  I'll deal with that.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]