Re: GCC with Solaris -- using std::locale crashes

2012-08-25 Thread Jonathan Wakely
On 26 August 2012 00:29, JonathonS wrote: > Hi, > > I am currently using GCC 4.4.4 on my Solaris machine and I am having a > difficult time getting it to compile with "locale-support". Your question is not appropriate for this mailing list, which is about development of GCC. For help using GCC ple

GCC with Solaris -- using std::locale crashes

2012-08-25 Thread JonathonS
Hi, I am currently using GCC 4.4.4 on my Solaris machine and I am having a difficult time getting it to compile with "locale-support". For example, if I build the simple file: #include int main() { std::cout.imbue(std::locale("en_US.UTF-8")); return 0; } and run it, it will throw a runtim