[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: per-target vpath alternatives
From: |
Eli Zaretskii |
Subject: |
Re: per-target vpath alternatives |
Date: |
Mon, 10 Sep 2007 22:37:00 +0300 |
> Date: Sun, 9 Sep 2007 21:40:38 -0600
> From: "Philip Guenther" <address@hidden>
> Cc: address@hidden
>
> In my experience, C
> compilers in UNIX search the directory of the source file, whether or
> not that directory is named in a -I option.
Only if you say `#include "foo.h"', not `#include <foo.h>'. The C
standard specifies that "foo.h" is looked for in the current directory
first.