I have some C++ projects that I build on both g++ 4.2.4 and 4.4.3. I want eclipse to inspect the g++ version and construct the /usr/include/c++/${g++-VERSION} directory in the Paths and Symbols configuration of my CDT project. Is there some way to do this?

link|improve this question
feedback

1 Answer

Figured it out in the Project Settings:

C/C++ Build -> Discovery Options -> Enable "Automate discovery of paths and symbols"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.