From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3386 invoked by alias); 21 Oct 2002 10:05:49 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 3371 invoked from network); 21 Oct 2002 10:05:46 -0000 Received: from unknown (HELO sophia.inria.fr) (138.96.64.20) by sources.redhat.com with SMTP; 21 Oct 2002 10:05:46 -0000 Received: from sophia.inria.fr (norma.inria.fr [138.96.106.5]) by sophia.inria.fr (8.12.5/8.12.5) with ESMTP id g9LA5jnb002952 for ; Mon, 21 Oct 2002 12:05:45 +0200 X-Authentication-Warning: sophia.inria.fr: Host norma.inria.fr [138.96.106.5] claimed to be sophia.inria.fr Message-ID: <3DB3D179.36355A6B@sophia.inria.fr> Date: Mon, 21 Oct 2002 03:05:00 -0000 From: Bui Ngoc Huy Binh Organization: Institut National de Recherche en Informatique et en Automatique (I.N.R.I.A) Sophia Antipolis - France X-Accept-Language: fr, fr-FR, en MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: warnings when compiling Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00231.txt.bz2 Hi, I use gcc release 3.2 to compile my programe. That's ok but I got the warnings as: cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory ignoring duplicate directory "/usr/local/include" cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory I don't understand and i don't know how to fix them ? Can you help me ? Thanks.