Date: Sun, 8 Sep 1996 13:13:27 +0200 (IST) From: Eli Zaretskii To: Alf Stockton Cc: djgpp AT delorie DOT com Subject: Re: Additional include directories In-Reply-To: <199609061336.PAA18790@ohm.fast.co.za> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 6 Sep 1996, Alf Stockton wrote: > I want gcc, or rather the preprocessor, to find my #include files in a > subdirectory other than the normal setup in DJGPP.ENV and so I altered the > C_INCLUDE_PATH line in DJGPP.ENV to the following :- > C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/contrib/grx20/incl > ude;d:\dev\gcc\panelp.213\include > but for some reason cpp cannot locate files in d:\dev\gcc\panelp.213\include. > > What have I done wrong ? From your description it seems you did nothing wrong. Please post the minimal source file that exhibits the problem, and everything GCC prints when you add -v to the command line you use to compile. This info should unlock the cause of your problem.