Where does Xcode's linker look up the standard C++ library binary files? Can I add additional libraries to this location and have them linked automatically so as no to have to add them manually to every project?
EDIT: I don't want to add libs like boost
manually to every project, I want them in the path by default. Is this possible?