I installed glibc-devel as was suggested. Was able to do 'make xconfig'.
'make dep' and 'make clean' worked without any errors while working on
linux-2.3.10 kernel. When did 'make bzImage', it ends with the following
error:
fs/filesystems.a(fat.o): In function `fat_file_write':
fat.o(.text+02769): undefined reference to `update_vm_cache'
make:***[vmlinux] Error 1
I redid the whole thing and still got the same error at the end of 'make
bzImage'. What do I need to do to compile this kernel without getting
this error message.
Virginia