bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] macOS: mpfrsqrt check fails on gawk-4.2-stable and master


From: Hermann Peifer
Subject: Re: [bug-gawk] macOS: mpfrsqrt check fails on gawk-4.2-stable and master branches
Date: Fri, 9 Feb 2018 21:24:48 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 08.02.18 22:35, Andrew J. Schorr wrote:
> I don't know why the top-level adds -I/opt/local/include by default,
> but the extension configure does not.


On 09.02.18 10:13, address@hidden wrote:
> (...) I don't understand why for Hermann
> the top level finds it but the extension one doesn't; they use the
> same snippets.  That is worth investigating separately but Hermann
> will have to try to figure it out.

As far as I can see: top-level configure has some heavily used concept
of "additional_includedir", whereas other configure scripts do not.

Hermann

$ find . -name configure | xargs grep -c additional_includedir
./extension/configure:0
./cmake/configure:0
./configure:36

After adding "set -x" to top-level configure, I see repeatedly:
+ additional_includedir=/opt/local/include





reply via email to

[Prev in Thread] Current Thread [Next in Thread]