I am using libstdc++ on MAC for developing extensions for firefox. I am getting crashes inside libstdc+ library when I am referring to it across multiple firefox extensions. I was thinking whether libstdc++ for XCode compiler is reentrant or not. If not, is there any version of libstdc++ is available with is reentrant ?
问问题
521 次
1 回答
2
请参阅http://www.cs.huji.ac.il/~etsman/Docs/gcc-3.4-base/libstdc++/html/17_intro/howto.html上的 HOWTO ,特别是标题为“标准 C++ 库和多线程”的部分”。
于 2010-10-27T18:45:06.637 回答