Re: [PATCH] asm*/resource.h fix for glibc

Miquel van Smoorenburg (miquels@cistron.nl)
Fri, 17 Dec 1999 10:19:54 +0100


According to Ben Collins:
> Well if the glibc-devel package comes with the headers, and you want to
> use others, then rm -rf /usr/include/linux, and symlink. However, most new
> users who just want to mess around with hello.c and crack open a basic C
> book, don't want to worry about kernel versions and symlinks.

Argh no. You just broke your system. /usr/include/linux is managed
by the packaging system - you just don't go around and replace things
manually.

You simply upgrade glibc-devel to the latest version.

If you really need to compile against other kernel headers, you
can always use -I/usr/src/linux-2.5.13ac10/include/ And for that
to work smoothly, we need to fix the clash between the kernel
net/ and scsi/ include directory and the glibc one

Mike.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/