Date: Thu, 30 Sep 1999 16:06:29 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: AndrewTek cc: djgpp AT delorie DOT com Subject: Re: The Include paths In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 29 Sep 1999, AndrewTek wrote: > I was wondering how I would go about modifying my Include path in DJGPP. I > need to include some "special" folders but I don't want to copy their > contents into the main include folder... is there a way to modify the paths > that DJGPP looks in so that it can find these header files? You can use the -I (capital i letter) switch to GCC, or you can set the environment variable C_INCLUDE_PATH, to point to the additional directory. This is all described in the GCC documentation, by the way.