| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sun Oct 07, 2007 2:14 pm Post subject: configure: error: no acceptable C compiler found in $PATH |
|
|
Hi im new with icecast! [did some research on diffrent search engines...]
But can't find answers on the following problem...
Im using Apache/2.0.52 (CentOS)
And retrieving this error:
[root@test icecast-2.3.1]# ./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 whether to enable maintainer-specific portions of Makefiles... no
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.
[root@test icecast-2.3.1]#
How can i resolve this problem?
Regards Vazor. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Oct 07, 2007 3:48 pm Post subject: |
|
|
This would tend to indicate that you don't have a compiler installed on your system. If you don't have the tools to build the product or the development system that is required for build icecast then you won't get far.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sun Oct 07, 2007 3:52 pm Post subject: |
|
|
Thanks for the fast support!
Can u tell me wich compiler i must install?
And when it is possible a download link?
Regards Vazor. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Oct 07, 2007 8:44 pm Post subject: |
|
|
The most commonly used compiler is gcc, check your distribution
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Tue Oct 09, 2007 7:21 pm Post subject: |
|
|
If you are using a debian based system (Debian Etch, Sarge, Ubuntu etc) run the following via SSH
then
| Code: |
| apt-get install build-essential |
works for me every time |
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
Posted: Thu Oct 11, 2007 10:35 pm Post subject: Re: configure: error: no acceptable C compiler found in $PAT |
|
|
CentOS being a RedHat based, a simple:
yum install gcc should install a basic compiler, glibc-devel and most needed tools.
For compiling icecast, you might need additional devel packages. _________________ Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting |
|
| Back to top |
|
 |
|