Following is a link to answer problem about how to find GCC include path.
Finding out what the GCC include path is
For the last answer, which is:
$ `gcc -print-prog-name=cc1` -v
I do not understand about the meaning of grave accent (`). Does anyone understand about its meaning?