This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: libstdc++-v3 does not include wchar_t specializations while build ing gcc 3.2 for Solaris8


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


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