Date: Fri, 6 Sep 1996 15:36:32 +0200 Message-Id: <199609061336.PAA18790@ohm.fast.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: djgpp AT delorie DOT com From: Alf Stockton Subject: Additional include directories 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 ? Regards, Alf stockton AT fast DOT co DOT za