GCC installation on linux unix
In a Linux or UNIX, to check whether GCC is installed on your system enter the following command in the command line − $ gcc -v If GCC compiler installed on your system, then it should print a message as follows − Using built-in specs. Target: i386-redhat-linux Configured with: ../configure –prefix=/usr ……. Thread model: posix … Read more