gpt4 book ai didi

c++ - 运行 C++ 程序的问题

转载 作者:行者123 更新时间:2023-11-30 03:43:29 26 4
gpt4 key购买 nike

我写了一个 C++ 程序,包括 <iostream>使用 std::cout 和 std::cin。我使用 MinGW 在 Windows 10 上使用 g++ 编译器(GNU 编译器集合)编译了它。当我使用 MinGW 的运行终端运行该程序时,它可以正常工作,但是当我尝试使用 cmd.exe 运行它或在 Windows 资源管理器中打开它时,出现此错误:

“程序无法运行,因为缺少libstdc++-6.dll,请重新安装程序解决问题。”

因为我没有安装我的程序,所以我尝试安装 libstdc++-6.dll。我下载了 zip 格式的文件,但我不知道在哪里解压。这个文件必须在system32中吗?我还有其他问题吗?任何人都可以帮我解决吗?我已经阅读了一个类似的问题及其答案,但是 -static-libgcc -static-libstdc++ 没有用。

最佳答案

这是这个问题的重复 libstdc++-6.dll not found根据@kerrek-sb 的说法,这样做

If you are using MingW to compile C++ code on Windows, you may like to add the options -static-libgcc and -static-libstdc++ to link the C and C++ standard libraries statically and thus remove the need to carry around any separate copies of those. Version management of libraries is a pain in Windows, so I've found this approach the quickest and cleanest solution to creating Windows binaries.

关于c++ - 运行 C++ 程序的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36048962/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com