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.