help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] problems installing GNU Radius


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] problems installing GNU Radius
Date: Fri, 20 Jul 2001 21:00:28 +0300

> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $PATH
> 
> Does this look right?  
No, it does not... But it means that gcc is not in your PATH. You
should simply update your PATH variable so that gcc could be found.
By the way, your previous posting had:

> > > checking for gcc... gcc

That is, gcc was found earlier...

At a pinch you can just override the CC variable when running
configure like this:

          CC="<full_path_to_gcc>/gcc" ./configure

but this is not recommended, since gcc itself relies on $PATH being
set up correctly. 

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]