From: barr@hardy.u.washington.edu (David Barr) Subject: Re: Installing from 0.96c root disk(success) Date: 28 Jul 1992 15:35:54 GMT
hazen@budoe.bu.edu (Eric Hazen) writes:
>I found that fs.h was in the kernel header files, in
>/usr/src/linux/include/linux. I symlinked to /usr/include/linux
>[ ln -s /usr/src/linux/include/linux /usr/include/linux ]
>and it worked fine.
>Could someone more knowledgeable please comment if this is a good idea?
>Is the directory /usr/include/linux supposed to point to kernel headers?
>--
Sounds like it would be better to add -I/usr/src/linux/include/linux
to the include flags in the Makefile (maybe).
David