home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21269 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.6 KB  |  53 lines

  1. Newsgroups: comp.os.linux
  2. From: agc@weasel.demon.co.uk (Alan Charlton)
  3. Path: sparky!uunet!pipex!demon!weasel.demon.co.uk!agc
  4. Subject: Re: Missing Header Files in SLS 0.99
  5. Reply-To: agc@weasel.demon.co.uk
  6. Distribution: world
  7. X-Mailer: cppnews $Revision: 1.20 $
  8. Organization: nowhere in particular...
  9. Lines: 39
  10. Date: Mon, 21 Dec 1992 13:52:45 +0000
  11. Message-ID: <724971165snx@weasel.demon.co.uk>
  12. Sender: usenet@demon.co.uk
  13.  
  14. In article <168C41D55.JHUANG@kentvm.kent.edu> JHUANG@kentvm.kent.edu writes:
  15. >     Hello All. I am not sure that this has been encountered before.
  16. >  
  17. >     I downloaded SLS 0.99 from sunsite and had it installed on my 486
  18. > very smoothly.
  19. >  
  20. >     Everything ran well, until I tried to compile a small C program.
  21. > It then complained about <linux/types.h>, <linux/stat.h>, etc. being
  22. > not found. I then went to "/usr/include/linux" and found out that only
  23. > "const.h" was there.
  24. >  
  25. >     Simple question: what should I do about this situation?
  26. >  
  27. >     Thanks in advance.
  28. >  
  29.  
  30. (from memory):
  31.  
  32. try:
  33.  
  34. ln -s /usr/src/linux/include/linux /usr/include/linux
  35.  
  36.     and
  37.  
  38. ln -s /usr/src/linux/include/asm /usr/include/asm
  39.  
  40. This should work, although it's quite possible that I may have transposed
  41. the arguments.
  42.  
  43. Happy Linuxing,
  44.  
  45. Alan.
  46. -- 
  47. +---------------------------------+--------------------------------+
  48. | Alan Charlton, Bristol, England | If B.U.R.D. doesn't spell Bird |
  49. | agc@cix.compulink.co.uk         | - what the hell does it spell? |
  50. | agc@weasel.demon.co.uk          |                                |
  51. | Tel:  +44 454 202706 (after 6)  | ---  W. R. Hearst              |
  52. +---------------------------------+--------------------------------+
  53.