Date: Sun, 8 Sep 1996 13:16:52 +0200 (IST) From: Eli Zaretskii To: kagel AT dg1 DOT bloomberg DOT com Cc: stockton AT fast DOT co DOT za, djgpp AT delorie DOT com Subject: Re: Additional include directories In-Reply-To: <9609061546.AA04634@quasar.bloomberg.com > Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 6 Sep 1996 kagel AT quasar DOT bloomberg DOT com wrote: > 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: I really wish that people would test the solutions they suggest before posting them. In this case, it's a matter of writing a trivial 3-liner that will clearly show that GCC doesn't care about the style of slashes; it accepts both forward and backslashes alike (I tried this and it worked for me both ways). Let's not confuse the confused any more than they already are, OK?