Hi I am programming using gcc 3.4.4 under cygwin 1.5.25-7. Unfortunately using the locale class form libstdc++ with any non-default locale (e.g. "en", "en_US", "de", "de_DE", "french") crashes my program with a segmentation fault. Creating a locale with "" as argument works so. I tried to investigate the error with gdb, but I do not have the cygwin sources. It seems the error is thrown at line 77 in the iostream header file (include/c++/iostream). Might this be a bug or are locales not supported by cygwin? bye, Falk Sticken
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/