We're facing 8.0 now, the successor of 7.3...
> On installing a clean copy of the kernel source tree for ANY version after
> 2.4.7, I perform the following
>
> cd /usr/src
rm linux
> ln -s linux-2.4.14 linux
> cd linux
> make mrproper
> make menuconfig
[strange lxdialog problem]
> Can anyone shed some light on why this has become a problem _only_ since
> kernel version 2.4.7? Can anyone suggest some way I can make the compile
> work?
>
> Any assistance appreciated - I will try anything suggested along the way
> by anyone.
>
> Again, my apologies if this has gone to the wrong place.
>
> Thanks for any help received.
>
> DaZZa
>
Using SuSE since ages (4.3), I didn't came across this one...
Have a look in /usr/include/linux. They put some "standard" linux include
there :(. I've allways linked it to:
# l -d /usr/include/linux
lrwxrwxrwx 1 root root 26 10. Mär 15:34 /usr/include/linux
-> ../src/linux/include/linux
strace is a pretty cool tool for this problem domain, btw ;)
Cheers,
Hans-Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/