如何获得 g++适用于 Linux FC-14

发布于 2024-11-06 10:04:32 字数 284 浏览 1 评论 0原文

我正在尝试在 FC14 机器上使用 gmake (作者推荐)安装一些软件。 gmake 尝试调用 /usr/bin/g++ 时失败,并且 /usr/bin 中没有 g++。

我安装了“各种编译器”包。当我使用 gnome 添加/删除软件界面在“g++”上搜索可用软件包时,我得到两个选择“针对 arm-gp2-linux 的交叉编译 GNU G++”和“针对 avr 的交叉编译 GNU GCC”。

我没有 ARM 处理器,也不知道 avr 是什么,所以我想知道其中一个包是否是正确的包,或者我是否需要其他包。有人指导吗?

I am trying to install some software using gmake (recommended by author) on a FC14 machine. gmake fails when trying to call /usr/bin/g++, and there is no g++ in /usr/bin.

I have the "various compilers" package installed. When I search on "g++" for available packages using the gnome Add/Remove Software interface, I get two choices "Cross Compiling GNU G++ targeted at arm-gp2-linux" and "Cross Compiling GNU GCC targeted at avr."

I don't have an ARM processor and I don't know what avr is, so I'm wondering if one of these is the right package, or if I need something else. Anyone have guidance?

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

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

发布评论

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

评论(2

孤独患者 2024-11-13 10:04:33

搜索“gcc”而不是“g++”,它通常位于该包或“gcc-c++”中。

Do a search for "gcc" instead of "g++" it's usually in that package or "gcc-c++".

汹涌人海 2024-11-13 10:04:32

我不了解 Fedora 14,但至少在 RHEL-5(基于较旧的 Fedora 版本)上,您想要的软件包是“gcc-c++”

I don't know about Fedora 14, but at least on RHEL-5 (based on an older Fedora release) the package you want is "gcc-c++"

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