Gcc issue

I am trying to install Nagios plugin and getting below error . Can you please advice .

2.6.18-194.3.1.0.2.el5 #1 SMP Wed May 26 10:38:10 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
./configure
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking for gcc… no
checking for cc… no
checking for cl.exe… no
configure: error: no acceptable C compiler found in $PATH
See `config.log’ for more details.

thanks
Venkat

what happens if you run gcc ?
is the compiler installed?
:slight_smile:

[root@ nagios-plugins-1.4.11]# gcc
-bash: gcc: command not found
[root@ nagios-plugins-1.4.11]#