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: Andrew J. Schorr
Subject: Re: [bug-gawk] macOS: mpfrsqrt check fails on gawk-4.2-stable and master branches
Date: Thu, 8 Feb 2018 16:03:18 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Feb 08, 2018 at 09:50:11PM +0100, Hermann Peifer wrote:
> On 08.02.18 21:10, Andrew J. Schorr wrote:
> > I think you are compiling intdiv.c without HAVE_MPFR
> > enabled...
> > 
> 
> Indeed. Silly me. This configure option solves the whole issue:
> --with-mpfr=/opt/local. See below. Everything is fine now and ALL TESTS
> PASSED.

I'm glad it's approximately solved.

> BTW: gawk itself does not need this configure option, it finds the MPFR
> libraries anyway.

But this does not make sense to me. Are you saying that you had to
run extension/configure manually? Or are you saying that you had to
rerun the toplevel ./configure with the additional --with-mpfr=/opt/local
flag?

If you go back to doing what you did when it was broken, what's the output
from 'grep -n -i -A2 mpfr ./config.log extension/config.log'?

Regards,
Andy



reply via email to

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