g++-mp-4.3 是什么?
MacPorts 安装了名为 g++-mp-4.3 的东西?
“mp”是指 MacPorts 还是其他意思?我在任何地方都找不到任何文档...
谢谢!
MacPorts installs something called g++-mp-4.3?
Does the "mp" mean MacPorts, or is it something else? I can't find any documentation anywhere...
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它是 MacPorts 提供的 GNU C++。 GNU 可执行文件的完整形式为
[-][-]
。可以省略变体和版本,以表明它是系统具有该名称的主要可执行文件。It's GNU C++ as provided by MacPorts. The full form for GNU executables is
<name>[-<variant>][-<version>]
. The variant and version can be omitted to indicate that it is the primary executable with that name for the system.是的,“mp”是指 MacPorts。 g++-mp-4.3 是来自 GCC 的 MacPorts 的 C++ 编译器。
Yes, 'mp' means MacPorts. g++-mp-4.3 is C++ compiler from GCC for MacPorts.