Re: compile error in 2.4.0-test10-pre3

From: Igmar Palsenberg (maillist@chello.nl)
Date: Tue Oct 17 2000 - 06:37:25 EST


> [root@wr5z linux]# make bzImage
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o
> scripts/split-include scripts/split-include.c
> In file included from /usr/include/errno.h:36,
> from scripts/split-include.c:26:
> /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  
  You're missing the link to /usr/src/linux from /usr/include

  In my case, /usr/include/linux is linked to /usr/src/linux/include/linux
  Same goes for /usr/include/asm, which points to
  /usr/src/linux/include/asm

> make: *** [scripts/split-include] Error 1

  Igmar

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Oct 23 2000 - 21:00:11 EST