libstdc++-v3 does not include wchar_t specializations while build ing gcc 3.2 for Solaris8
Phil Edwards
phil@jaj.com
Thu Aug 29 07:49:00 GMT 2002
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
More information about the Gcc
mailing list