C++ 未安装在 Cygwin 中

发布于 2024-07-20 02:54:19 字数 247 浏览 2 评论 0原文

我刚刚安装了 Cygwin,可以从 Windows 启动 bash shell,执行 lsemacsvi 等。但是,当我执行 >g++ 它说找不到命令。

我以为 Cygwin 中默认安装了 g++ ? 如果不是这种情况,我可以将 g++ 作为包添加到我的 cygwin 中的确切类别是什么?

I just installed Cygwin and can launch a bash shell from windows, do ls, emacs, vi , etc. However, when I do g++ it says command not found.

I thought g++ was installed by default in Cygwin? If that's not the case, what are the exact categories under which I can add g++ as a package to my cygwin?

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

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

发布评论

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

评论(2

忆悲凉 2024-07-27 02:54:19

您安装了 Devel 软件包吗?

我建议您阅读本教程来启动并运行。

Did you install the Devel packages?

I would suggest you read this tutorial to get up and running.

咋地 2024-07-27 02:54:19

最好使用 CygWin 安装所有内容。 当您运行安装程序时,只需单击顶部的圆形图标,直到它显示“完整”而不是“默认” - 这将安装所有软件包。

有时,由于依赖关系,我在安装单个软件包时遇到问题,但完整安装不会受到同样问题的影响。

磁盘空间很便宜,但你花时间试图找出为什么事情不起作用的时间却很便宜。

It's a good idea to just install everything with CygWin. When you run setup, just click on the circular icon at the top level until it reads "Full" rather then "Default" - that will install all the packages.

I've sometimes had trouble installing single packages due to dependencies but a full install is not affected by that same problem.

Disk space is cheap, your time spent trying to figure out why things don't work is not.

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