是 libstdc++可重入库?
我在 MAC 上使用 libstdc++ 来开发 Firefox 的扩展。当我在多个 Firefox 扩展中引用 libstdc+ 库时,我在 libstdc+ 库中遇到崩溃。我在想XCode编译器的libstdc++是否可重入。如果没有,是否有任何版本的 libstdc++ 可重入?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 HOWTO:
http:// www.cs.huji.ac.il/~etsman/Docs/gcc-3.4-base/libstdc++/html/17_intro/howto.html ,特别是标题为的部分
“标准 C++ 库和多线程”。
See the HOWTO at
http://www.cs.huji.ac.il/~etsman/Docs/gcc-3.4-base/libstdc++/html/17_intro/howto.html , specifically the section entitled
"The Standard C++ library and multithreading".