[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: configure error : gnokii-0.6.0
From: |
Olivier Kaloudoff |
Subject: |
Re: configure error : gnokii-0.6.0 |
Date: |
Tue, 23 Mar 2004 07:39:28 +0100 (CET) |
On Mon, 22 Mar 2004, Sankaranarayanan Mahadevan wrote:
>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
>
>Means that my system doesn't have a 'C' compiler.
>How do I install 'C' compiler?
>I'm using Redhat Linux 9.
Hi Shankar,
with RH9, look for a package named gcc-xxxxx.rpm
in one of the 3 CDs, and do a simple:
rpm -i gcc-xxxxx.rpm
if rpm complains about "gcc" depends on "gcc-libs",
or whatever, find the packages, and put them on the same line.
if you don't have the CDs no more, you can browse to
http://rpmfind.net or any rpm repository and find gcc, download,
then install.
Regards,
Kalou