CentOS “build-essentials”
As there is no “build-essentials” package in CentOS you can install the stuff that you need for compiling software with:
yum install gcc gcc-c++ kernel-devel make
//UPDATE 10/11/2011 – 10:08 PST: added make to install list
Permalink: http://epis.ch/dd
Zeit in Vancouver: 09.11.2011 - 18:23 Uhr

2010-2011 Daniels Blog - No Rights Reserved.


Try
yum -y groupinstall Development\ Tools
to install the package group.