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