From: kagel AT quasar DOT bloomberg DOT com Date: Fri, 6 Sep 1996 11:46:15 -0400 Message-Id: <9609061546.AA04634@quasar.bloomberg.com > To: stockton AT fast DOT co DOT za Cc: djgpp AT delorie DOT com In-Reply-To: <199609061336.PAA18790@ohm.fast.co.za> (message from Alf Stockton on Fri, 6 Sep 1996 15:36:32 +0200) Subject: Re: Additional include directories Reply-To: kagel AT dg1 DOT bloomberg DOT com Errors-To: postmaster AT ns1 Date: Fri, 6 Sep 1996 15:36:32 +0200 X-Sender: stockton AT fast DOT co DOT za X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 From: Alf Stockton Content-Type: text/plain; charset="us-ascii" Content-Length: 451 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 ? Use forward slashes rather than backslashes: C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/contrib/grx20/incl ude;d:/dev/gcc/panelp.213/include -- Art S. Kagel, kagel AT quasar DOT bloomberg DOT com A proverb is no proverb to you 'till life has illustrated it. -- John Keats