https://access.redhat.com/solutions/639063
Is there any impact on the system if `gcc-c++` package is removed from the system ?
SOLUTION 已验证 - 已更新 2014年一月22日13:59 -
环境
- Red Hat Enterprise Linux ( RHEL )
问题
- Is there any effect in the system if
gcc-c++package is removed from the system ? - Does any application gets impact of the package ?
根源
-
The GNU Compiler Collection (GCC) is a set of tools for compiling a variety of programming languages (including C, C++, ObjectiveC, ObjectiveC++, Fortran, and Ada) into highly optimized machine code. These tools include various compilers (like gcc and g++), run-time libraries (like libgcc, libstdc++, libgfortran, and libgomp), and miscellaneous other utilities.
-
With the help of
gcc-c++package it adds C++ support to the GNU Compiler Collection. It includes support for most of the current C++ specification, including templates and exception handling for compiling files related to c++. Thegcc-c++package is the one of the collection of GCC library. -
If the above package is removed there would be no impact from operating system side. However Some applications which dealing with the c++ files which would use the various GCC libraries.
本文探讨了在Red Hat Enterprise Linux系统中移除gcc-c++包的影响。此包为GCC集合提供C++支持,包括模板和异常处理等功能。移除该包对操作系统本身无影响,但可能会影响依赖C++文件的应用程序。

被折叠的 条评论
为什么被折叠?



