Problems when tuning GMP under MinGW

Torbjorn Granlund tg at gmplib.org
Fri Jun 7 17:07:23 CEST 2013


"Basil Peace" <grv87-dev at yandex.ru> writes:

  'make tuneup,exe' doesn't work as well.
  
  	$ make tuneup.exe
  	gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests  -fexceptions  -m32 -O2 -pedantic -fomit-frame-pointer -mtune=k8 -march=
  	k8 -c tuneup.c
  	In file included from tuneup.c:114:0:
  	../gmp-impl.h:135:23: fatal error: fib_table.h: No such file or directory
  	compilation terminated.
  	make: *** [tuneup.o] Error 1
  
Then either you've forgotten to make a build (plan 'make' in the top
build dir) or your compiler installation is broken and doesn't honour -I
options.

I don't think tune/time.c will compile, though.  At least it doesn't
work on my mingw test system.

  'make tune' works, as I've written.
  
Rellly?

-- 
Torbjörn


More information about the gmp-bugs mailing list