linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Cermak <cermak@IMCS.rutgers.edu>
To: mshiju@in.ibm.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.1 compilation error
Date: Tue, 27 Feb 2001 08:59:27 -0500 (EST)	[thread overview]
Message-ID: <Pine.SOL.4.21.0102270845320.8015-100000@imcs.rutgers.edu> (raw)
In-Reply-To: <CA256A00.0046A52B.00@d73mta05.au.ibm.com>

Shiju,

There might be more things missing, but check this link:

ls -ld /usr/include/linux, it should be:

linux -> /usr/src/linux/include/linux

In which, your need to do this:
cd /usr/src
ln -s linux2.4.1 linux

If linux exists, remove the old symlink or move the directory out of the
way.

More compile notes are here:
       http://www.kernelnewbies.org/

Rob

On Tue, 27 Feb 2001 mshiju@in.ibm.com wrote:

> Hi all,
>      When I compiled 2.4.1 kernel  on a 2.2.14-5.0 installation (redhat
> 6.2) ,the following error occurred . But errno.h is there in
> /usr/src/linux2.4.1/include/linux/   directory. Have anyone experienced
> this problem.
> 
> 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
> make: *** [scripts/split-include] Error 1



      reply	other threads:[~2001-02-27 14:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-27 12:40 2.4.1 compilation error mshiju
2001-02-27 13:59 ` Rob Cermak [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.SOL.4.21.0102270845320.8015-100000@imcs.rutgers.edu \
    --to=cermak@imcs.rutgers.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mshiju@in.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).