How the -I DIR option alters the behave of the preprocessor?

Dima Sorkin dima.sorkin@gmail.com
Wed Nov 2 07:09:00 GMT 2005


On 11/1/05, Carlos Eduardo Rodrigues Diogenes  wrote:
> but the file glib.h is not in the currenty directory to be around "".
> Why that was not write like #include <glib.h>

When including file with "" , gcc first of
all should look in current directory. But after that, it looks on it's
search path anyway, like with <>.

Regards,
 Dima.



More information about the Gcc-help mailing list