Kannel install error
Nuno Levy <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, When i tryed to install Kannel on Linux Red Hat Ent. 4.7 ES it gave me this error: "[root@kannel gateway-1.4.1]# ./configure Configuring for Kannel gateway version 1.4.1 ... Running system checks ... checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details." I have already download and installed gcc package. My *echo $PATH *gives " /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin" if i execute "*#find / -name gcc* " gives as output* /usr/libexec/gcc Somebody know how can i put the gcc on the PATH? Or how to solve this? *Thanks , Nuno