Tag: GCC
-
GCC Default Search Directories
Wondering (again) where gcc searches for includes when no -I include options are specified on the command line. What we really want is some verbose output from the C++ preprocessor which we could get with `-Wp,-v` when compiling some source code. But we don’t want to have to specify some source file just to get…