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: arnold
Subject: Re: [bug-gawk] macOS: mpfrsqrt check fails on gawk-4.2-stable and master branches
Date: Fri, 09 Feb 2018 02:13:54 -0700
User-agent: Heirloom mailx 12.4 7/29/08

Hi.

> Another idea is to patch the intdiv extension to issue a warning if
> it receives MPFR arguments but was not compiled with MPFR support. A
> possible (untested) patch is attached. I guess the question is whether
> we want to take the runtime hit of checking this on each call when the
> extension wasn't built with MPFR.

I think it's worth doing. Move the warned variable up and then the
check will be less expensive, maybe.

On the mac I have access to via Nelson, configure needs to be told
to look for MPFR at the top level.  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.

Thanks,

Arnold



reply via email to

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