home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!rs6000.cmp.ilstu.edu!jliddle
- From: jliddle@rs6000.cmp.ilstu.edu (Jean Liddle)
- Subject: Re: /usr/include/linux/<missing.h>
- Message-ID: <1993Jan09.160018.11338@rs6000.cmp.ilstu.edu>
- Date: Sat, 09 Jan 1993 16:00:18 GMT
- References: <1993Jan9.110222.4284@exucom.com>
- Organization: Illinois State University
- Lines: 28
-
- In article <1993Jan9.110222.4284@exucom.com> kjv@exucom.com (Karl J. Vesterling) writes:
- >
- > Where do I get the files that are in, "/usr/include/linux/*"
- >They weren't in any of the SLS disks, or the GCC distribution on
- >TSX-11...
- >
- > Things don't like to compile without them.
- >
-
- Get the sources to the latest kernel 0.99.2. Place them in
- /usr/src/linux, and make the following 2 links:
-
- ln -s /usr/src/linux/include/linux /usr/include/linux
- ln -s /usr/src/linux/include/asm /usr/include/asm
-
- You will probably want to recompile the kernel with your preferences
- while you are at it (eg sound support, no 16 MB limit, no SCSI, etc.)
-
- IMHO Anyone running linux should have the kernel sources on-line, if for
- no other reason than to have the appropriate symlinks to the source
- include files.
-
- Jean.
- --
- Jean Liddle
- Computer Science, Illinois State University
- e-mail: jliddle@ilstu.edu
- --------------------------------------------
-