[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: weird flags set by configure
From: |
Alexandre Duret-Lutz |
Subject: |
Re: weird flags set by configure |
Date: |
Thu, 07 Nov 2002 12:57:25 +0100 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) |
>>> "Tim" == Tim Van Holder <address@hidden> writes:
Tim> On Wed, 2002-11-06 at 11:11, address@hidden wrote:
>> DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
>>
>> This raises 2 questions in itself:
>> a. what's wrong with "DEFAULT_INCLUDES = -I. -I$(srcdir)"
Tim> Don't know that,
The third -I gives the search path for config.h.
[...]
Tim> There's no harm in -I . -I . -I . as far as I know.
FWIW, spaces between `-I' and `.' are not portable. For instance
in this case OSF's cc will handle `.' as a source file.
[...]
--
Alexandre Duret-Lutz
Re: weird flags set by configure, miki . shapiro, 2002/11/07