Help required regarding Asterisk Installation

Dear all,

i am installing asterisk but it is not successful. when i enter the commans

make clean

make

make install

or

./configure

i receive the following error

cheching for gcc… no
checking for cc… no
checking for cl.exe… no
configure: error: no acceptable C compiler found in $PATH

can any body help me with this

Thanks in advance…
Asif

Hi Asif,

From the error messages it appears that you do not have a C compiler installed.

You have to have a C compiler installed in order to compile Asterisk.

There are different ways of obtaining and installing a C compiler (such as GCC) depending upon which Linux distro you are using.

seabro