在 Windows 上使用 gcc 进行 fork

发布于 2024-08-05 07:05:40 字数 93 浏览 6 评论 0原文

我在 Windows 上的程序中使用 gcc (cygwin) 使用 fork。它在我的系统上运行良好。但我想在没有 cygwin 的其他系统上运行。我怎样才能做到这一点?

I am using fork in my program on windows using gcc (cygwin). It runs fine on my system. but I want to run on other systems which dont have cygwin. How can I do that?

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

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

发布评论

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

评论(1

一抹淡然 2024-08-12 07:05:40

您的程序要求目标计算机上存在cygwin1.dll。确保这一点的一种方法是告诉您的用户至少需要安装最低限度的 Cygwin。另一种方法是根据其许可证条款分发 cygwin1.dll 和任何其他相关的 dll。 Cygwin 常见问题解答有一些有用的信息这。

Your program requires the existence of cygwin1.dll on the target computer. One way to ensure this is to tell your users that at least a minimal installation of Cygwin is required. Another way is to distribute cygwin1.dll and any other related dll's in accordance with the terms of their licenses. The Cygwin FAQ has some useful information on this.

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