This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++-v3 does not include wchar_t specializations while build ing gcc 3.2 for Solaris8
- From: Phil Edwards <phil at jaj dot com>
- To: richard dot mouli at axa dot be
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 29 Aug 2002 10:49:38 -0400
- Subject: Re: libstdc++-v3 does not include wchar_t specializations while build ing gcc 3.2 for Solaris8
- References: <F385E24D93F7D4119AB20004ACB8D2920131EDFC@ms0161.brux.rb.be>
On Thu, Aug 29, 2002 at 03:49:40PM +0200, richard.mouli@axa.be wrote:
> It seems that the flag _GLIBCPP_USE_WCHAR_T is not defined by the configure
> script and therefore prevent the corresponding source code to be compiled
> in.
This flag is on by default. If it becomes disabled, that means that the
tests performed by the configure script decided your system did not have
the necessary underlying support for wchar_t.
You can look in the script's log file, in
your_build_dir/sparc-sun-solaris2.8/libstdc++-v3/config.log, to see which
tests failed and why. (Look for wchar_t and the lines preceeding it.)
Phil
--
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
- Edsger Dijkstra, 1930-2002