Installing Asterisk Addons 1.4.7

I am trying to install Asterisk addons 1.4.7 and receiving the following error:

[trixbox1.localdomain asterisk-addons-1.4.7]# ./configure
checking build system type… i686-pc-linux-gnu
checking host system type… i686-pc-linux-gnu
checking target system type… i686-pc-linux-gnu
checking for uname… /bin/uname
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.
[trixbox1.localdomain asterisk-addons-1.4.7]#

How can I resolve this and install the addons ?? Thanks.

Install the gcc (gnu c++ compiler) package.

Cheers.

Marco Bruni