home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23013 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  2.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: 0.99.2 compile problem
  5. Date: 7 Jan 1993 00:43:09 -0600
  6. Organization: Kansas State University
  7. Lines: 50
  8. Message-ID: <1igjdtINNeqb@matt.ksu.ksu.edu>
  9. References: <1993Jan2.210327.8869@tc.cornell.edu> <C0Fw86.E2t@ppcger.ppc.sub.org>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11. Keywords: 0.99.2 compile problem
  12.  
  13. sepp@ppcger.ppc.sub.org (Josef Wolf) writes:
  14.  
  15. >torvalds@klaava.Helsinki.FI (Linus Torvalds) writes:
  16. >>I've now seen two compilation problem reports, and they both looked like
  17. >>being due to bad include-file setups, probably due to a problem with the
  18. >>SLS files. 
  19.  
  20. >>IMPORTANT! To get any linux kernel to compile, your /usr/include/linux
  21. >>and /usr/include/asm directories should be symlinks to the linux
  22. >>include-dirs.  If they aren't, correct the problem with:
  23.  
  24. >>    # rm -rf /usr/include/linux
  25. >>    # rm -rf /usr/include/asm
  26. >>    # ln -s /usr/src/linux/include/linux /usr/include/linux
  27. >>    # ln -s /usr/src/linux/include/asm /usr/include/asm
  28.  
  29. >This problem originates in the new include-files as packaged in inc-4.2.TZ.
  30. >There are these two links set up to point to
  31.  
  32. >/net/irl/users/hlu/local/{asm|linux}
  33.  
  34. >or some such. Maybe the maintainor of this package could set up these links
  35. >(and the Makefiles etc/pp) to be correct for the target-machines before
  36. >posting them? This coud save some trouble for some people and some typing
  37. >for other people who are kind enough to answer questions.
  38.  
  39. >Greetings
  40. >    Sepp
  41.  
  42. >-- 
  43. >sepp@ppcger.ppc.sub.org
  44. >Josef Wolf, Germersheim, Germany
  45. >..!ira.uka.de!smurf.sub.org!ppcger.ppc.sub.orgS
  46.  
  47. From the release note, which the README says to consult:
  48.  
  49. /usr/include/asm and /usr/include/linux may be wrong. Please make
  50.   a right symbolic link to each of them according to your Linux kernel
  51.   source tree.
  52.  
  53.  
  54. I don't really wan't to sound like an asshole here, but people you have
  55. got to read all the available documentation! If people would read the README's
  56. FAQ's, and assorted other files then 90% of the traffic here would 
  57. dissappear.
  58.  
  59. This is not an experience that everyone should have to have their hands held
  60. through.
  61.  
  62. James
  63.