MinGW 够稳定吗

发布于 2024-12-03 03:10:50 字数 160 浏览 1 评论 0原文

MinGW(Windows 上的 gcc 端口)是否足够稳定,可以编译包含各种数据算法(无 DirectX,无图形,...)的 DLL 以进行 24/7 生产? 我们需要做出决定,出于多种原因我们不想使用 Visual C++。

所以问题是:“当前的 MinGW 是否足够稳定以用于生产?”

Is MinGW (gcc port on Windows) stable enough for compiling a DLL consisting of various data algorithms (no DirectX, no graphics, ...) for 24/7 production?
We need to make a decision and from many reasons we do not want to use Visual C++.

So question is: "Is current MinGW stable enough for production?"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

画▽骨i 2024-12-10 03:10:50

它已经有好几年了(看起来有 13 年了),并且得到了积极维护。它有一个分支策略,有一个稳定分支和一个开发分支。我认为这对于生产来说足够稳定:)

不过,许可对您来说可能是一个问题。如果你不向任何人付款,你就没有合同支持,并且如果存在导致你赔钱的错误,则无法起诉(不过,在你相信我之前,请先检查许可证)。

我遇到的唯一问题是有关 autotools 支持的文档,但我对 autotools 还很陌生,那是 7 年前的事了,当时我正在尝试制作一个 DLL,可以用作 Visual Studio 项目的直接替代品。 YMMV。

It is several years old (13 years it seems), and actively maintained. It has a branching strategy that has a stable branch and a development branch. I'd call that stable enough for production :)

Licensing might be an issue for you, though. If you don't pay anyone, you have no contractual support, and can't sue if there is a bug that causes you to lose money (check the license before you trust me on that, though).

The only problems I had with it were with documentation on autotools support, but I was new to autotools, that was 7 years ago, and I was trying to make a DLL that could be used as a drop-in replacement to a Visual Studio project. YMMV.

栀子花开つ 2024-12-10 03:10:50

是的,MinGW 对于生产代码来说绝对是稳定可靠的。

Yes, MinGW is most definitely stable and reliable for production code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文