[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: making Big Brother -- TAKE 2
Here's a listing of /usr/include
[snip]
-rw-r--r-- 1 root root 1003 Feb 17 1995 link.h
lrwxrwxrwx 1 root root 28 Oct 22 12:58 linux ->
/usr/src/linux/include/linux/
-rw-r--r-- 1 root root 3516 Mar 30 1996 locale.h
Notice how /usr/include/linux is pointed at /usr/src/linux/include/linux.
When /usr/include/sys/types.h does #include <linux/types.h>, it is looking
for /usr/include/linux/types.h which, in this case, is
/usr/src/linux/include/linux.
So, make sure that /usr/include/linux exists, AND it points to
/usr/src/linux/include/linux.
For me, I have two kernel trees, 2.0.31, and 2.0.32, so I have a symlink
to the latest tree.
*deep breath* I hope that I didn't lose you in all that long windedness.
:-)
If this isn't your problem, then you got me.
_____________________________________________________
Richard H. Fifarek SIU School of Medicine
rfifarek@som.siu.edu Information Systems Center
"Lead me not into temptation, I can find it myself."
_____________________________________________________
--
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.