Re: Configuration on IceLake

2021-09-09 Thread Torbjörn Granlund
Arturo Fernandez  writes:

  Sorry for the late reply as things have been piling up. I have tried
  gmp-6.2.99-20210902195716 in different systems but it fails while
  building it. Here is an error:
  ../libtool: line 1766: ../mpn/m4-ccas: Permission denied

That error you need to debug locally.

The file m4-ccas in the snapshot has the execution bit set.  Prosumably
you have some strange umask value set, or a filesystem which does not
allow executables.

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


Re: Configuration on IceLake

2021-09-09 Thread Arturo Fernandez
Sorry for the late reply as things have been piling up. I have tried 
gmp-6.2.99-20210902195716 in different systems but it fails while building 
it. Here is an error:

../libtool: line 1766: ../mpn/m4-ccas: Permission denied
make[2]: *** [Makefile:768: add_n.lo] Error 1
make[2]: Leaving directory '/home/centos/gmp-6.2.99-20210902195716/mpn'
make[1]: *** [Makefile:997: all-recursive] Error 1
make[1]: Leaving directory '/home/centos/gmp-6.2.99-20210902195716'
make: *** [Makefile:787: all] Error 2
Arturo Fernandez wrote:
Hello,
Trying to configure GMP v6.2.1 in an IceLake system (running CentOS8) is 
returning:

Version: GNU MP 6.2.1
Host type: nehalem-pc-linux-gnu
ABI: 64
Install prefix: /usr
Compiler: gcc
Static libraries: yes
Shared libraries: yes
I wasn't expecting Nehalem so my guess is that it doesn't recognize IceLake 
and is assigning some default value.

Thanks.
___
gmp-bugs mailing list
gmp-bugs@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-bugs