Hi, On Thu, Dec 03, zentara wrote:
The install kernel on a box we installed on works fine re-compiling, but no other kernel will ???
make dep gcc -I/usr/src/linux-2.0.36/include -O2 -fomit-frame-pointer -o scripts/mkdep scripts/mkdep.c scripts/mkdep.c:9: sys/mman.h: No such file or directory make: *** [scripts/mkdep] Error 1
make dep gcc -I/usr/src/linux-2.0.36.SuSE/include -O2 -fomit-frame-pointer -o scripts/mkdep scripts/mkdep.c scripts/mkdep.c:9: sys/mman.h: No such file or directory make: *** [scripts/mkdep] Error 1
Common error...is something missing from this system ? Thanks
Did you do a " make mrproper" before trying to compile? It cleans up the source.
Among other things, "make mrproper" deletes include/asm. So this does not only not help, but will lead to exact this problem. -o) Hubert Mantel Goodbye, dots... /\\ _\_v - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>