How can I find out where g ++ was able to find the include file? Basically, if I
#include <foo.h>
g ++ scans the search path using any inclusion options to add or change the path. But in the end, is there a way that I can tell the absolute path foo.h that g ++ decided to compile? Especially true if the set of search paths contains more than one foo.h.
There is not enough way to accomplish this ... is there a way to get g ++ to tell me what its final search path is after including the defaults and all options include?
c ++ c gcc include g ++
harschware Apr 29 2018-11-11T00: 00Z
source share