Possible Duplicate:
How to add a default include path for gcc in linux?
I was wondering is it possible to compile together files from different locations if they are included in the code itself? Lets say the header file is in another location but there is #include "header.h" in the cpp file. I was looking for answer here on the site but the only thing I found was how to compile multiple files from the same location.
edit: I use g++ compiler on linux