If you get an "error 2", do not go any farther! You need to figure out what the error is. You'll need to paste in about the last 10-15 lines prior to the error so I can see where it is failing. And if you have an Athlon processor you may have to turn off that SCSI modules. Whether you have SCSI or not the kernel configuration is set up to compile many more modules than you actually need.
Also create a symbolic link "/usr/src/linux" by typing this:
# cd /usr/src
# ln -s linux-2.4 linux
Then
# cd linux
Then follow the directions on my web page. Trust me they work. If you have an error, let me know what the error is and I'll tell you how to fix it. Do *not* install the kernel if the compile is not successful. I probably should add that note to the HOWTO about not going any farther if one of the make's fail with an "error 2". To me it is obvious, but apparently it is not obvious to everyone.
[ December 21, 2002: Message edited by: void main ]