what is g++-mp-4.3?

杀马特。学长 韩版系。学妹 提交于 2019-12-11 09:13:13

问题


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!


回答1:


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.




回答2:


Yes, 'mp' means MacPorts. g++-mp-4.3 is C++ compiler from GCC for MacPorts.



来源:https://stackoverflow.com/questions/4065719/what-is-g-mp-4-3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!