Hi there, I was wondering how, on a given system, I can determine which include paths are automatically searched by gcc (and similarly for g++ when compiling c++ sources). That is, which paths are _not_ searched when using -nostdinc (and similarly for -nostdinc++)? The reason is that I need to supply these paths to the Eclipse source indexer so that it can resolve all my includes and do pretty context assist etc. Cheers, Alex