YALQ (yet another linux question) location of c header files?

Davegod75

Diamond Member
Jun 27, 2000
5,320
0
0
I'm installing a program and it says it needs to know the location of the directory of C header files that match your running kernal.

Anyone know where that location would be?

I'm running Mandrake 10.0

thanks
 

ugh

Platinum Member
Feb 6, 2000
2,563
0
0
It's in /usr/src/linux<kernel version>. You'll have to install the kernel-source RPM to get that. That's a hefty download BTW.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
uname -a

I believe, although I just normally cat /proc/version or something close to that. I dont have access to my Linux box or I would double check.
 

ugh

Platinum Member
Feb 6, 2000
2,563
0
0
Originally posted by: MCrusty
uname -a

I believe, although I just normally cat /proc/version or something close to that. I dont have access to my Linux box or I would double check.

Both are the same :)