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 15:10:53 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Feb 08, 2018 at 09:07:38PM +0100, Hermann Peifer wrote:
> On 08.02.18 21:00, Hermann Peifer wrote:
> > A random search on Internet tells me: "ldd can be duplicated by otool
> > -L.". See below. If this helpful?
> > 
> > $ otool -L extension/.libs/intdiv.so
> > extension/.libs/intdiv.so:
> >     /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> > version 1252.0.0)
> > 
> 
> Just to add what otool says about ./gawk itself:
> 
> $ otool -L ./gawk
> ./gawk:
>       /opt/local/lib/libsigsegv.2.dylib (compatibility version 3.0.0, current
> version 3.5.0)
>       /opt/local/lib/libintl.8.dylib (compatibility version 10.0.0, current
> version 10.5.0)
>       
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 
> (compatibility version 150.0.0, current version 1451.0.0)
>       /opt/local/lib/libreadline.7.dylib (compatibility version 7.0.0,
> current version 7.0.0)
>       /opt/local/lib/libmpfr.4.dylib (compatibility version 6.0.0, current
> version 6.6.0)
>       /opt/local/lib/libgmp.10.dylib (compatibility version 14.0.0, current
> version 14.2.0)
>       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> version 1252.0.0)

Hmmm. Was intdiv built with the normal extension/Makefile.am or the
patched version? I think you are compiling intdiv.c without HAVE_MPFR
enabled...

Regards,
Andy



reply via email to

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