home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23367 < prev    next >
Encoding:
Text File  |  1993-01-09  |  1.3 KB  |  39 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!rs6000.cmp.ilstu.edu!jliddle
  3. From: jliddle@rs6000.cmp.ilstu.edu (Jean Liddle)
  4. Subject: Re: /usr/include/linux/<missing.h>
  5. Message-ID: <1993Jan09.160018.11338@rs6000.cmp.ilstu.edu>
  6. Date: Sat, 09 Jan 1993 16:00:18 GMT
  7. References: <1993Jan9.110222.4284@exucom.com>
  8. Organization: Illinois State University
  9. Lines: 28
  10.  
  11. In article <1993Jan9.110222.4284@exucom.com> kjv@exucom.com (Karl J. Vesterling) writes:
  12. >
  13. >    Where do I get the files that are in, "/usr/include/linux/*"
  14. >They weren't in any of the SLS disks, or the GCC distribution on
  15. >TSX-11...
  16. >
  17. >    Things don't like to compile without them.
  18. >
  19.  
  20. Get the sources to the latest kernel 0.99.2.  Place them in 
  21. /usr/src/linux, and make the following 2 links:
  22.  
  23. ln -s /usr/src/linux/include/linux /usr/include/linux
  24. ln -s /usr/src/linux/include/asm /usr/include/asm
  25.  
  26. You will probably want to recompile the kernel with your preferences
  27. while you are at it (eg sound support, no 16 MB limit, no SCSI, etc.)
  28.  
  29. IMHO Anyone running linux should have the kernel sources on-line, if for
  30. no other reason than to have the appropriate symlinks to the source
  31. include files.
  32.  
  33. Jean.
  34. -- 
  35. Jean Liddle                                 
  36. Computer Science, Illinois State University  
  37. e-mail:  jliddle@ilstu.edu                  
  38. --------------------------------------------
  39.