how to display gcc header file search path?

David Daney ddaney@avtrex.com
Fri Aug 10 17:20:00 GMT 2007


Robert P. J. Day wrote:
>   i've probably asked this before and lost the answer, but is there a
> way to display gcc's default header file search path, in the same way
> that "-print-search-dirs" displays the library and program search
> paths?  thanks.
> 
> rday

gcc -v -c foo.c

David Daney



More information about the Gcc-help mailing list