Re: failure to detect format of `double' on MS-Windows

2019-09-07 Thread Dennis Clarke

On 9/7/19 2:52 PM, Torbjörn Granlund wrote:

Vincent Lefevre  writes:

   $ ./configure '--host=i586-mingw32msvc' '--disable-shared' 
'host_alias=i586-mingw32msvc'
   [...]
   checking format of `double' floating point... od: conftest: No such file or 
directory
   od: conftest: No such file or directory
   unknown
   configure: WARNING: Could not determine float format.
   configure: WARNING: Conversions to and from "double" may be slow.
   [...]

   One needs to change "conftest" to "conftest$EXEEXT".
   Patch attached.

Thanks Vincent, now committed.



Could there be a patch file created for https://gmplib.org/gmp6.1.html
or something similar?  I am thinking that a number of small and
reasonable fixes are being applied to the code base but the release
tarball is locked in time without a patch file to be seen.  The mpfr
folks tend to provide a patch file which addresses some of their
updates and fixes and I am wondering if gmp folks have considered
this ?


--
Dennis Clarke
RISC-V/SPARC/PPC/ARM/CISC
UNIX and Linux spoken
GreyBeard and suspenders optional
___
gmp-bugs mailing list
gmp-bugs@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-bugs


Re: failure to detect format of `double' on MS-Windows

2019-09-07 Thread Torbjörn Granlund
Vincent Lefevre  writes:

  $ ./configure '--host=i586-mingw32msvc' '--disable-shared' 
'host_alias=i586-mingw32msvc'
  [...]
  checking format of `double' floating point... od: conftest: No such file or 
directory
  od: conftest: No such file or directory
  unknown 
  configure: WARNING: Could not determine float format.
  configure: WARNING: Conversions to and from "double" may be slow.
  [...]

  One needs to change "conftest" to "conftest$EXEEXT".
  Patch attached.

Thanks Vincent, now committed.

-- 
Torbjörn
Please encrypt, key id 0xC8601622
___
gmp-bugs mailing list
gmp-bugs@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-bugs