V
Varun Tewari
Hello people,
Hope you are all doing good.
I was eager to know, if there's a way to tell gcc to display the full path of header file that's getting included while compiling a code.
I mean, suppose we are building a relatively big codebase, and you hitting multiple declaration error. U are able to figure out which files are causing this, but if you want to figure how these files are getting included in your code, even tough you have been careful enough to ensure such things doesn't happen, still?
Any inputs?
Hope you are all doing good.
I was eager to know, if there's a way to tell gcc to display the full path of header file that's getting included while compiling a code.
I mean, suppose we are building a relatively big codebase, and you hitting multiple declaration error. U are able to figure out which files are causing this, but if you want to figure how these files are getting included in your code, even tough you have been careful enough to ensure such things doesn't happen, still?
Any inputs?