> In article <[EMAIL PROTECTED]> y=
> ou wrote:
> > ^^^^^^^^^^^^^^^^
>
> > You can't build a kernel with that compiler. You _must_ use gcc
> > 2.91.66 or another compiler that can compile the kernel. Red Hat
> > ships gcc 2.91.66 packaged as "kgcc" for kernel builds as do
> > other major vendors.
>
> Huh, no way, I have tried also with kgcc:
Then I can only conclude your system is broken in some way since it works
for everyone else
> [root@beer linux]# cat Makefile |grep gcc
> HOSTCC =3Dkgcc
HOSTCC should be gcc, CC should be kgcc. HOSTCC=kgcc should be fairly
harmless
> make[2]: Leaving directory `/usr/src/linux/drivers/net'
> make[1]: *** [_subdir_net] Error 2
> make[1]: Leaving directory `/usr/src/linux/drivers'
> make: *** [_dir_drivers] Error 2
>
> and I would like also to say, that problem doeas not exists with glibc
> and glibc-devel 2.1.94.
glibc is not linked with the kernel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/