Installing GCC, C++ and GD in Linux Rumi, May 28, 2011May 31, 2011 By Using YUM these compiler and libraries can be setup- GCC compiler C/C++ development libraries GD development libraries For GCC, C/C++- yum install gcc gcc-c++ autoconf automake For GD- yum install gd gd-devel php-gd On Debian/Linux to install GCC use- # apt-get update && apt-get upgrade # apt-get install build-essential # gcc -v # make -v That's it! Administrations Configurations (Linux)