This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]