when GCC searches the system include directories, "/usr/include" first, or "usr/lib/gcc/include", "usr/local/lib/gcc/include" first?

Ian Lance Taylor iant@google.com
Tue May 18 14:31:00 GMT 2010


Use gcc -v to see the exact include directories and the order in which
they are searched.

Ian



More information about the Gcc-help mailing list