【发布时间】:2013-01-11 03:32:20
【问题描述】:
我在用 scons 编译 jsoncpp-src-0.5.0 后收到以下错误。生成的可执行文件可能无法从 MinGW/bin 目录加载 libstdc++6.dll,尽管它位于 PATH 上。
the procedure entry point _gxx_personality_v0 could not be located in the dynamic link library libstdc++6.dll
将 dll 放入可执行文件的文件夹可缓解此错误。这可能是什么原因造成的?
【问题讨论】:
-
您可能有多个名为
libstdc++6.dll的文件,而 DLL 加载规则选择了错误的文件。