Re: [Plib-users] Library Initialization
Brought to you by:
sjbaker
|
From: Steve B. <sjb...@ai...> - 2000-10-11 19:04:09
|
Sam Stickland wrote:
> > You might want to downgrade your gcc to something that works. RedHat
> > are coming in for a lot of flak over their decision to ship a relatively
> > poorly tested beta version.
>
> No need. Type recompiling everything with kgcc instead of gcc. kgcc is the
> Linus blessed version for compiling kernals.
I havn't heard of that. It's not installed on SuSE Linux.
> alias gcc kgcc
>
> might do the trick
...and g++ ==> kg++ ?
I don't think an 'alias' will work BTW, the Makefile system probably uses
bash or something.
You'd probably have to rename the original gcc/g++ to something else and
symlink to them to kgcc or whatever.
--
Steve Baker HomeEmail: <sjb...@ai...>
WorkEmail: <sj...@li...>
HomePage : http://web2.airmail.net/sjbaker1
Projects : http://plib.sourceforge.net
http://tuxaqfh.sourceforge.net
http://tuxkart.sourceforge.net
http://prettypoly.sourceforge.net
|