[gentoo-user] What version of linux headers??

2004-02-08 Thread Bill Roberts
I having difficulties updating cdrdao, and I think the problem is
related to linux headers.

How do I determine what version of linux headers I have?? I
understand they are kept in two places, /usr/src/linux/include (that
should be easy enough) and /usr/include.  Which ones are used
when??
-- 
Bill Roberts

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] What version of linux headers??

2004-02-08 Thread Andrew Gaffney
Bill Roberts wrote:
I having difficulties updating cdrdao, and I think the problem is
related to linux headers.
How do I determine what version of linux headers I have?? I
ls -d /var/db/pkg/sys-kernel/linux-headers*

understand they are kept in two places, /usr/src/linux/include (that
should be easy enough) and /usr/include.  Which ones are used
when??
The ones under /usr/include are used when building regular programs and libraries which 
link against glibc. The ones under /usr/src/linux/include when building the kernel 
(obviously) and when building outside modules that will link into the running kernel.

--
Andrew Gaffney
Network Administrator
Skyline Aeronautics, LLC.
636-357-1548
--
[EMAIL PROTECTED] mailing list