Problems with install

Marc Glisse marc.glisse at inria.fr
Thu Mar 26 13:09:04 UTC 2015


On Thu, 26 Mar 2015, Artur wrote:

> Did run >./config

I assume you mean ./configure ?

> Did run > make
> and am getting this error:
>
> ~/gmp-6.0.0> make
> gcc -std=gnu99 `test -f 'gen-fac.c' || echo './'`gen-fac.c -o gen-fac
> ./gen-fac 64 0 >fac_table.h || (rm -f fac_table.h; exit 1)
> /bin/sh: line 1: 28954 Segmentation fault      ./gen-fac 64 0 > fac_table.h
> make: *** [fac_table.h] Error 1

Strange.

>  Host type:         x86_64-unknown-linux-gnu

What exact CPU do you have? Are you running in an emulator like qemu?

> gcc version 4.3.2 (GCC)

gcc-4.3.2 is known to miscompile GMP, but usually the problem is later
in the process.

-- 
Marc Glisse


More information about the gmp-bugs mailing list