From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10429 invoked by alias); 24 Jun 2002 06:40:46 -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 10375 invoked from network); 24 Jun 2002 06:40:38 -0000 Received: from unknown (HELO mx7.mail.ru) (194.67.57.17) by sources.redhat.com with SMTP; 24 Jun 2002 06:40:38 -0000 Received: from f9.int ([10.0.0.77] helo=f9.mail.ru) by mx7.mail.ru with esmtp (Exim MX.7) id 17MNWe-000IDj-00 for gcc-help@gcc.gnu.org; Mon, 24 Jun 2002 10:40:36 +0400 Received: from mail by f9.mail.ru with local (Exim FE.9) id 17MNWe-000Ltn-00; Mon, 24 Jun 2002 10:40:36 +0400 Received: from [212.143.30.111] by win.mail.ru with HTTP; Mon, 24 Jun 2002 10:40:36 +0400 From: "Nick Ioffe" To: gcc-help@gcc.gnu.org Cc: ioffe_nick@mail.ru Subject: default include path Mime-Version: 1.0 X-Originating-IP: unknown via proxy [212.143.30.111] Date: Sun, 23 Jun 2002 23:40:00 -0000 Reply-To: "Nick Ioffe" Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: X-SW-Source: 2002-06/txt/msg00203.txt.bz2 Hi! WHen I use gcc without -I option it still uses some default path. I always thought that it is /usr/include and /usr/local/include, but in our site it uses some esoteric local settings. Thus 2 questions? 1. How can I see these settings - is there any environment variable or some compile statement etc? 2. How can I override these definitions since my feeling is that -I option doesn't override but adds paths... Sincerely, Nick