All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Edouard Gomez <ed.gomez@wanadoo.fr>
To: lkml <linux-kernel@vger.kernel.org>
Subject: [small BUG] Makefile bug with gcc 3.1 and non english locales
Date: Sat, 1 Jun 2002 03:33:20 +0200	[thread overview]
Message-ID: <20020601013320.GA9616@wanadoo.fr> (raw)

Hello,

well, if i use gcc 3.1 with the current Makefile, the gcc specific include
dir is not well parsed in this expression :

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

because my system is fr_FR and the gcc output begins with :

Installé: ...

So i have to put LC_ALL=C before compiling the kernel.

I think you should set LC_ALL=C in the Makefile in order to avoid that
problem with locales.

Regards

PS : Please CC me the answers.

-- 
Edouard Gomez

             reply	other threads:[~2002-06-01  1:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-01  1:33 Edouard Gomez [this message]
2002-06-01  1:44 ` [small BUG] Makefile bug with gcc 3.1 and non english locales Kai Germaschewski

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=20020601013320.GA9616@wanadoo.fr \
    --to=ed.gomez@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.