Author Topic: gcc default option  (Read 4024 times)

foobar

  • Guest
gcc default option
« on: July 19, 2008, 03:45:22 pm »
Hello,

This appears to be a very good IDE, thank you.

One  problem though: by default the gcc compiler appears to have the option '-I-' set. This stops the preprocessor from searching the same directory as a source file for the header file. How can I turn this off?

Unless this is a problem with my configuration then I think this should be considered a bug, not a feature, since over-riding the most useful default behaviour of the C preprocessor with no obvious way of turning it off is more than a little annoying! In any case this option is deprecated, it should be '-iquote'.

Thanks in advance!

foobar

  • Guest
Re: gcc default option
« Reply #1 on: July 19, 2008, 03:55:38 pm »