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

Re: FIX: Compiling under Redhat 7.0



On Thu, Nov 23, 2000 at 09:27:10PM -0500, Jonathan S. Shapiro wrote:
> RedHat elected to ship a badly badly busted compiler in RH7.0 The "fix" for oskit is to install the kgcc package off the CD, and after you configure, type:
> 
>     make CC=kgcc
>     make CC=kgcc install
> 
> instead of the usual make lines. I'm sure there is some trick to get configure to use kgcc, but I was unable to decipher the magic incantation to do so.
> 
You can just do 'CC=kgcc configure' and the makefiles will automatically 
use the right compiler.

Follow-Ups: References: