bug-gawk
[Top][All Lists]
Advanced

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

complie with mpfr support


From: Ivan Molineris
Subject: complie with mpfr support
Date: Thu, 4 Feb 2021 19:51:50 +0100

Hi all,
I would like to avoid problems like this one:
https://stackoverflow.com/questions/20684195/awk-and-numeric-comparison-with-number-less-than-1-7e-308

If I understood well, if gawk is compiled with mpfr support, invoking it
with -M solve the problem.

I tried to install mpfr whit
$ conda create -n gawk-compile -c conda-forge mpfr
and to configure ad compile gawk in this environment, but -M is still not
available.
How can I compile gawk with mpfr?

Regards


reply via email to

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