Commands : which ar
( 'ar' is part of 'package binutils', always installed. ? )
rpm -qa | grep gcc
rpm -qa | sort > installed-packages.txt
.. to save an alphabetic text list in /home/'user'/
with all installed packages.
# yum install gcc gcc-c++
to get the system compilers.
( g++ is in 'package gcc-c++ ).
yum search gcc c++ :
To see all other available versions.
((compat)-gcc-3.4 -gcc-c++-3.4 ... gcc44 etc.)
.....
Last edited by knudfl; 12-16-2009 at 09:14 AM.
|