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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux