|
From: Neil Y. <nei...@wi...> - 2004-09-03 08:22:20
|
The problem with building on RH7.3 is explained at http://www.ussg.iu.edu/hypermail/linux/kernel/0303.2/0189.html I was able to fix this by doing mv /usr/include/asm/ /usr/include/asm.orig; ln -s /usr/src/linux-2.4/include/asm /usr/include mv /usr/include/linux/ /usr/include/linux.orig; ln -s /usr/src/linux-2.4/include/linux /usr/include Obviously this may have knock on effects else where. Do this at your own risk. The safe alternative of configuring with "CPPFLAGS=-I/usr/src/linux-2.4/include/ ./configure" did not work for me. Neil Youngman |