[Prev][Next][Index][Thread]
FIX: Compiling under Redhat 7.0
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.
Follow-Ups: