Hello,
I wonder why the kernel-headers for 2.4 kernels do install in
/usr/include?
Isn't it sufficient to install them in /usr/src/linux-2.4.*/include
and set appropriate symlinks from
/usr/include/asm -> /usr/src/linux/include/asm
/usr/include/linux -> /usr/src/linux/include/linux

The "problem" I had was: I had a driver for a controler which was only
"compilable" with linux-2.2.
But before I set the symlinks, I always got the headers of 2.4 for the
compilation process, at least if I didn't want to modify the
Makefiles...

So long,
  Jürgen

Reply via email to