home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22474 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  1.3 KB

  1. Path: sparky!uunet!stanford.edu!rutgers!igor.rutgers.edu!geneva.rutgers.edu!hedrick
  2. From: hedrick@geneva.rutgers.edu (Charles Hedrick)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: 0.99.2 compile prob #2
  5. Keywords: 0.99.2 compile problem
  6. Message-ID: <Jan.2.16.22.38.1993.26508@geneva.rutgers.edu>
  7. Date: 2 Jan 93 21:22:38 GMT
  8. References: <philipr.725961618@extro.ucc.su.OZ.AU> <1993Jan2.135609.25278@hp9000.csc.cuhk.hk> <C08L0n.3oE@nmrdc1.nmrdc.nnmc.navy.mil> <1993Jan2.181331.27073@hp9000.csc.cuhk.hk>
  9. Organization: Rutgers Univ., New Brunswick, N.J.
  10. Lines: 15
  11.  
  12. >Okay, no matter soft link or actual copy, the .99p2 cannot be compiled.
  13. >I've grep all files from the patch kit and patched files, I CANNOT find
  14. >definition for KEYBOARD_BH, and that's why the make process cannot be
  15. >completed.
  16.  
  17. It's in /usr/src/linux/include/linux/interrupt.h.  It should also be
  18. accessible via /usr/include/linux/interrupt.h if you've got the right
  19. symlinks.  I built .99p1 and then .99p2 with no problems, using gcc
  20. 2.2.2d.  My copy of .99p2 was produced by using patch -p0 <diffs.
  21.  
  22. Things to check if you're having compilation problems:
  23.   - make sure /usr/include/linux and asm are symlinks to
  24.     /usr/src/linux/include/linux and asm.
  25.   - make sure you do "make config", "make dep", and "make clean" after
  26.     moving to a new patch level.
  27.