Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Clang 和 MinGW 都已停止工作。使用 MinGW,我构建的程序崩溃,Clang 甚至不让我编译。我找到了在我的应用程序上运行 GNU 调试器的原因。我最近安装的 Gtk# 将自己的 bin 文件夹添加到我的 PATH 中,并且这个文件夹还有一个 libstdc++-6.dll。我认为编译器正在查看这个 DLL,而不是他们自己的 bin 文件夹中的正确 DLL(它也在 PATH 中,但 Gtk# 必须具有“优先级”或其他东西)。我怎样才能防止这种碰撞?