------- Additional Comments From chris at bubblescope dot net 2005-09-21 11:01 ------- Hopefully someone with more Solaris knowledge than me may come along (the code works fine on any OSes I can get my hands on)
As a temporary fix, you might find putting "template class char_traits<wchar_t>;" in your code (just after using namespace std; should do) should force the generation of the missing functions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23990