home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!rutgers!igor.rutgers.edu!geneva.rutgers.edu!hedrick
- From: hedrick@geneva.rutgers.edu (Charles Hedrick)
- Newsgroups: comp.os.linux
- Subject: Re: 0.99.2 compile prob #2
- Keywords: 0.99.2 compile problem
- Message-ID: <Jan.2.16.22.38.1993.26508@geneva.rutgers.edu>
- Date: 2 Jan 93 21:22:38 GMT
- 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>
- Organization: Rutgers Univ., New Brunswick, N.J.
- Lines: 15
-
- >Okay, no matter soft link or actual copy, the .99p2 cannot be compiled.
- >I've grep all files from the patch kit and patched files, I CANNOT find
- >definition for KEYBOARD_BH, and that's why the make process cannot be
- >completed.
-
- It's in /usr/src/linux/include/linux/interrupt.h. It should also be
- accessible via /usr/include/linux/interrupt.h if you've got the right
- symlinks. I built .99p1 and then .99p2 with no problems, using gcc
- 2.2.2d. My copy of .99p2 was produced by using patch -p0 <diffs.
-
- Things to check if you're having compilation problems:
- - make sure /usr/include/linux and asm are symlinks to
- /usr/src/linux/include/linux and asm.
- - make sure you do "make config", "make dep", and "make clean" after
- moving to a new patch level.
-