On Mar 5, 2023, at 9:08 AM, Ron Garret <ron@flownet.com> wrote:
On Mar 5, 2023, at 8:28 AM, Bruno Haible <bruno@clisp.org <mailto:bruno@clisp.org>> wrote:
Richard B. Kreckel wrote:
Did you use the CLN off from git? I'm asking because patch 6edafa136b which is not in the released 1.3.6.
I reproduce the issue also with CLN 1.3.6.
This has apparently already been fixed, but the fix has not been published as a release. I copied cl_low_div.cc <http://cl_low_div.cc/> and cl_low_mul.cc <http://cl_low_mul.cc/> from the git sources and after that was able to build successfully (but only with the NO_ASM flag defined).
Unfortunately, make check failed:
I took the plunge and installed autoconf and all the other thing you need to build the git version, and that worked. So I guess the only issue is that the latest official release is a little behind. rg