This is the mail archive of the gdb-prs@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]

[Bug c++/10908] error reading variable for char variable


http://sourceware.org/bugzilla/show_bug.cgi?id=10908

Ilya Basin <basinilya at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |basinilya at gmail dot com

--- Comment #5 from Rainer Orth <ro at CeBiTec dot Uni-Bielefeld.DE> 2010-04-22 18:49:34 UTC ---
Subject: Re:  error reading variable for char variable

I've just asked the OpenSolaris i18n mailing list for advise:

  http://mail.opensolaris.org/pipermail/i18n-discuss/2010-April/003140.html

While there's a project to fix this issue, the current recommendation
was to disable iconv support.  I've tried your patch on
i386-pc-solaris2.11 and it works just fine, so I'd really like to get
this in until Solaris can properly handle iconv.

Thanks.
	Rainer


--- Comment #6 from Ilya Basin <basinilya at gmail dot com> 2010-12-10 13:05:52 UTC ---
I couldn't find an option to disable iconv, but this worked for me:
am_cv_func_iconv=no ./configure

Note that it isn't "./configure am_cv_func_iconv=no", because the configure
script in root dir doesn't pass am_cv_func_iconv to the configure script in gdb
dir.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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