本文介绍了是libstdc ++可重入库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用libstdc ++在MAC上开发firefox扩展。我得到崩溃内部libstdc +库,当我指的是跨多个firefox扩展。我在想是否libstdc ++为XCode编译器是可重入或不。如果没有,是否有任何版本的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 ?

推荐答案

请参阅HOWTO
,特别是题为
标准C ++库和多线程的部分。

See the HOWTO athttp://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".

这篇关于是libstdc ++可重入库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-16 08:21