home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / announce / 95 < prev    next >
Encoding:
Text File  |  1993-01-02  |  1.4 KB  |  38 lines

  1. Newsgroups: comp.os.linux.announce
  2. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!caen!batcomputer!db.TC.Cornell.EDU!mdw
  3. From: torvalds@klaava.Helsinki.FI (Linus Torvalds)
  4. Subject: Re: 0.99.2 compile problem
  5. Message-ID: <1993Jan2.210327.8869@tc.cornell.edu>
  6. Originator: mdw@db.TC.Cornell.EDU
  7. Keywords: 0.99.2 compile problem
  8. Sender: news@tc.cornell.edu
  9. Nntp-Posting-Host: db.tc.cornell.edu
  10. Organization: University of Helsinki
  11. Date: Sat, 2 Jan 1993 21:03:27 GMT
  12. Approved: linux-announce@tc.cornell.edu (Matt Welsh)
  13. Lines: 23
  14.  
  15. I've now seen two compilation problem reports, and they both looked like
  16. being due to bad include-file setups, probably due to a problem with the
  17. SLS files. 
  18.  
  19. IMPORTANT! To get any linux kernel to compile, your /usr/include/linux
  20. and /usr/include/asm directories should be symlinks to the linux
  21. include-dirs.  If they aren't, correct the problem with:
  22.  
  23.     # rm -rf /usr/include/linux
  24.     # rm -rf /usr/include/asm
  25.     # ln -s /usr/src/linux/include/linux /usr/include/linux
  26.     # ln -s /usr/src/linux/include/asm /usr/include/asm
  27.  
  28. After the above, cd to /usr/src/linux and do a "make dep ; make clean"
  29. to make sure any changes in the header files will result in the correct
  30. dependencies.  After this linux-0.99.2 should compile without any errors
  31. (possibly a few warnings that you can ignore). 
  32.  
  33.         Linus
  34.  
  35.  
  36. -- 
  37. Send submissions for comp.os.linux.announce to: linux-announce@tc.cornell.edu
  38.