如何获得 g++适用于 Linux FC-14
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
搜索“gcc”而不是“g++”,它通常位于该包或“gcc-c++”中。
Do a search for "gcc" instead of "g++" it's usually in that package or "gcc-c++".
我不了解 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++"