Re: Replacement for -I-

2007-08-19 Thread Andre Poenitz
On Sun, Aug 19, 2007 at 01:41:32PM +0200, Andre Poenitz wrote: > > Does anybody know what is nowadays the most fashionable way to remove the > directory of the current file from the list of paths gcc searches for > includes? > > The option -I- did that some time ago, but now gcc spits at me 'cc1p

Replacement for -I-

2007-08-19 Thread Andre Poenitz
Does anybody know what is nowadays the most fashionable way to remove the directory of the current file from the list of paths gcc searches for includes? The option -I- did that some time ago, but now gcc spits at me 'cc1plus: note: obsolete option -I- used, please use -iquote instead'. Of course