> > I do not believe the C++ runtime libraries are multi-thread safe yet, > but I'm sure someone with more knowledge will chime in :-) > libstdc++ is thread-safe, at least for glibc 2 when it is configured with --enable-threads. I think it is true for Solaris also, maybe for others. -- H.J. Lu (hjl@gnu.org)