diff options
author | Doug Evans <dje@google.com> | 2011-05-09 21:49:57 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2011-05-09 21:49:57 +0000 |
commit | 478aac75e4114810db639e06a13e15547ec49e3d (patch) | |
tree | f9952574ed7f284c1a30ff2052208d9e398fa0fa /gdb/doc | |
parent | 673c2bbeab36a7240fc8b85e696fbad249fbf408 (diff) | |
download | gdb-478aac75e4114810db639e06a13e15547ec49e3d.zip gdb-478aac75e4114810db639e06a13e15547ec49e3d.tar.gz gdb-478aac75e4114810db639e06a13e15547ec49e3d.tar.bz2 |
* NEWS: Mention --with-iconv-bin.
* configure.ac: New option --with-iconv-bin.
* configure: Regenerate.
* config.in: Regenerate.
* defs.h (relocate_gdb_directory): Declare.
* main.c (relocate_gdb_directory): Renamed from relocate_directory,
removed progname parameter, and exported. All callers updated.
* charset.c (find_charset_names): Use --with-iconv-bin if specified.
doc/
* gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2eacb32..e9990c2 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-05-09 Doug Evans <dje@google.com> + + * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin. + 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> Thiago Jung Bauermann <bauerman@br.ibm.com> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 3618b70..65172b5 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -31214,7 +31214,12 @@ Sets}) require a functioning @code{iconv} implementation. If you are on a GNU system, then this is provided by the GNU C Library. Some other systems also provide a working @code{iconv}. -On systems with @code{iconv}, you can install GNU Libiconv. If you +If @value{GDBN} is using the @code{iconv} program which is installed +in a non-standard place, you will need to tell @value{GDBN} where to find it. +This is done with @option{--with-iconv-bin} which specifies the +directory that contains the @code{iconv} program. + +On systems without @code{iconv}, you can install GNU Libiconv. If you have previously installed Libiconv, you can use the @option{--with-libiconv-prefix} option to configure. |