[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linux problem



On Sat, Dec 04, 1999 at 06:55:22PM -0000, Ian Wright wrote:
> sheflug - http://www.sheflug.co.uk
>
> Hi,
>
> Further to my previous plea for help. I've tried compiling kernel 2.2.13
> again and this is the error message I am still getting when I do 'make
> bzImage'.
>
> gcc -Wall-Wstrict-prototypes -02 -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
>
> make; ***[scripts/split-include] Error 1
>

Do you have a link from '/usr/include/linux' to
'whereever_your_linux_root_is/include/
linux/' (normally something like '/usr/src/linux/include/linux')? If not, and
this
is the usual problem, then you just need to do

cd /usr/include; ln -s ../src/linux/include/linux linux

and you should be fine.

Cheers,
Alastair.

Start your own FREE mailing list at

© 2000 Microsoft Corporation. All Rights Reserved