Red Hat Developer Toolset is distributed as a collection of RPM packages. To install the tools and libraries provided by Red Hat Developer Toolset, ensure that the system is associated with an appropriate subscription (see Section 1.4, “Getting Access to Red Hat Developer Toolset”), and install the devtoolset-1.1 package by typing the following at a shell prompt as
root:
yum install devtoolset-1.1
This installs the GNU Compiler Collection, GNU Debugger, binutils, the
scl utility, and other dependent packages to the system. You can also install any of the additional packages listed in the Package Manifest section of the Red Hat Developer Toolset 1.1 Release Notes by running the command in the following form as root:
yum install package_name
For example, to install libitm and devtoolset-1.1-gdb-gdbserver, type:
yum install libitm devtoolset-1.1-gdb-gdbserver
To install debugging information for any of the Red Hat Developer Toolset packages, run as
root:
debuginfo-install package_name