mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: abindus@wanadoo.fr
Cc: linux-kernel@vger.kernel.org
Subject: Re: compilation failure
Date: Sun, 15 Dec 2002 22:24:50 +1100	[thread overview]
Message-ID: <937.1039951490@ocs3.intra.ocs.com.au> (raw)
In-Reply-To: Your message of "Wed, 11 Dec 2002 23:22:55 BST." <3DF7BABF.6080008@wanadoo.fr>

On Wed, 11 Dec 2002 23:22:55 +0100, 
abindus@wanadoo.fr wrote:
>It seems to complain of not founding some libraries
>After the make dep, make bzImage gives (I'm sorry but it's in french) :
>/usr/src/linux-2.4.18-18.8.0/include/linux/kernel.h:10:20: stdarg.h: 
>Aucun fichier ou répertoire de ce type
>Dans le fichier inclus à partir de 

Look in Makefile, find a line like this

kbuild_2_4_nostdinc    := -nostdinc $(shell $(CC) -print-search-dirs | sed -ne 's/install: \(.*\)/-I \1include/gp')

Change '$(CC)' to 'LANG=C $(CC)'.

The standard 2.4.18 kernel does not use -nostdinc but RH have
backported the patch from 2.4.19.


      reply	other threads:[~2002-12-15 11:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-11 22:22 abindus
2002-12-15 11:24 ` Keith Owens [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=937.1039951490@ocs3.intra.ocs.com.au \
    --to=kaos@ocs.com.au \
    --cc=abindus@wanadoo.fr \
    --cc=linux-kernel@vger.kernel.org \
    /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

Powered by JetHome