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

  1. Path: sparky!uunet!cs.utexas.edu!news
  2. From: jefftep@cs.utexas.edu (Jeffrey Grills)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: 0.99.2 kernel compile error: too many args to `inode_init'
  5. Date: 5 Jan 1993 22:45:10 -0600
  6. Organization: CS Dept, University of Texas at Austin
  7. Lines: 31
  8. Message-ID: <lkkoumINNhbr@bovina.cs.utexas.edu>
  9. References: <1idh7bINNlf4@matt.ksu.ksu.edu>
  10. NNTP-Posting-Host: bovina.cs.utexas.edu
  11.  
  12. In article <1idh7bINNlf4@matt.ksu.ksu.edu> nan@matt.ksu.ksu.edu (Nan Zou) writes:
  13. [error message]
  14. >What does this error mean?  I already did a make config; make dep, could
  15. >anyone tell me what I did wrong?  I'm using the SLS .98 package with gcc
  16. >2.2.2d.
  17. >
  18. >-- Nan 
  19.  
  20.  
  21. Argh.  I really wish this would get fixed.  This is a problem for
  22. many people that get the SLS release, and then try to upgrade the
  23. kernel.  You lucked out more than I did, however.  My kernel compiled
  24. but died in strange ways at boot...  I've known a few other people
  25. with this problem, too.  I've mailed the SLS maintainer, but got
  26. no reponse, so I don't know what he thinks about this.
  27.  
  28. The problem is the include directories are backwards under SLS.
  29.  
  30. These should by sym/soft links:
  31.  
  32. /usr/include/linux -> /usr/src/linux/include/linux
  33. /use/include/asm -> /usr/src/linux/include/asm
  34.  
  35. Yes, I know they are directories with files in them.  They're
  36. not supposed to be.  If you looked before you hacked, they
  37. are made the opposite direction.
  38.  
  39. Adjust the paths as needed for your source.
  40. -- 
  41. jeff grills
  42. jefftep@cs.utexas.edu
  43.