Problems with install

tg at gmplib.org tg at gmplib.org
Thu Mar 26 15:14:12 UTC 2015


Artur <artur.burchard at gmail.com> writes:

  Correct:
  > ./configure
  
  I have used the following gcc with exactly the same error:
  3.2.3
  3.4.4
  3.4.4
  4.2.0
  4.2.0
  
  when using gcc of version 4.4.0 up to 4.8.1 there is a problem in running
  configure:
  
  
  >~/gmp-6.0.0$ ./configure
  checking build system type... x86_64-unknown-linux-gnu
  checking host system type... x86_64-unknown-linux-gnu
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether build environment is sane... yes
  checking for a thread-safe mkdir -p... /bin/mkdir -p
  checking for gawk... gawk
  checking whether make sets $(MAKE)... yes
  checking whether to enable maintainer-specific portions of Makefiles... no
  checking ABI=64
  checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 ... no
  checking compiler cc -O ... no
  checking ABI=x32
  checking compiler gcc -O2 -pedantic -fomit-frame-pointer -mx32 ... no
  checking compiler cc  ... no
  checking ABI=32
  checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer ... no, cmov
  instruction, program does not run
  checking compiler gcc -O2 -pedantic -fomit-frame-pointer ... no, function
  pointer return, program does not run
  checking compiler icc -no-gcc ... no
  checking compiler cc -O ... no
  configure: error: could not find a working compiler, see config.log for
  details

GMP actually does build with all these compilers, as you might have
guessed.

It is absolutely certain that this is not a problem with GMP.  Something
very fundamentally is wrong with your system.

Did you try compiling and running hello.c?

Does "." and the default temp dir (either $TMPDIR if that is set, else
usually /tmp or /var/tmp) allow execution of binaries?
  
-- 
Torbjörn
Please encrypt, key id 0xC8601622


More information about the gmp-bugs mailing list