On Thu, Jun 30, 2005 at 04:31:43PM +0200, Stepan Kasal wrote:
> 
> As we all know, when cpp processes #include "xx.h", it searched first
> the "current directory", and then the system directories.  The problem
> here is that "current directory" here means the directory of the currently
> processed file, so it's the srcdir, not builddir!

an additional problem is that the decision about which is the current
directory depends on the compiler.  For that reason, I do not use quoted
includes.

-- 
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net


Reply via email to