------- Comment #10 from mckelvey at maskull dot com 2009-06-29 17:46 -------
(In reply to comment #9)
> Ok, then for now let's close it as WONTFIX...
>
Problem. With --enable-clocale=generic even the most basic locale support has
vanished.
try
{
us_locale = std::locale("en_US");
}
catch (const std::exception& e)
{
std::cout << "Unable to get en_US locale: "
<< e.what()
<< std::endl;
return 0;
}
Prints: Unable to get en_US locale: locale::facet::_S_create_c_locale name not
valid
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40511