Re: gmp-6.1.2: configure MPN_PATH="generic" fails on 64 bit

2018-04-18 Thread Karsten Scheibler
generic" CFLAGS="-m32" Furthermore, gmp-6.1.99-20180418 behaves the same. Playing with GMP's various internal variables (be it configure, make, or library variables) is strongly discouraged. Please use the documented methods for configuration, build and use of GMP. I have to admit t

Re: gmp-6.1.2: configure MPN_PATH="generic" fails on 64 bit

2018-04-18 Thread Marc Glisse
On Wed, 18 Apr 2018, Karsten Scheibler wrote: Hi, Compiling gmp-6.1.2 on Ubuntu 16.04.4 (x86_64) with a ./configure works without problems. But when trying to disable the assembly routines using: ./configure MPN_PATH="generic" That's not a documented way to disable asm. -- Marc Glisse

Re: gmp-6.1.2: configure MPN_PATH="generic" fails on 64 bit

2018-04-18 Thread Torbjörn Granlund
following error: configure: error: no version of invert_limb_table found in path: generic In contrast, when using 32 bit configure has no problems (make finishes without problems as well): ./configure ABI=32 MPN_PATH="generic" CFLAGS="-m32" Furthermore, gmp-6.1.99-20180418 b

gmp-6.1.2: configure MPN_PATH="generic" fails on 64 bit

2018-04-18 Thread Karsten Scheibler
nd in path: generic In contrast, when using 32 bit configure has no problems (make finishes without problems as well): ./configure ABI=32 MPN_PATH="generic" CFLAGS="-m32" Furthermore, gmp-6.1.99-20180418 behaves the same. Best wishes, Karsten __

detection of FILE definition under Cygwin

2018-04-18 Thread Vincent Lefevre
It seems that FILE definition is not detected under Cygwin. Sorry for the lack of information, but in case someone can test or give more information... For the background, see https://stackoverflow.com/questions/49880944/cygwins-gcc-compiler-warning-from-mpfr-library and my answer