Problem building tuneup...

Torbjorn Granlund tg at gmplib.org
Sun Jun 26 12:05:03 CEST 2011


David Cleaver <wraithx at morpheus.net> writes:

  On 6/25/2011 7:01 PM, Torbjorn Granlund wrote:
  > David Cleaver<wraithx at morpheus.net>  writes:
  >
  >    $ make tuneup
  >    gcc -O2 -pedantic -m64 -std=gnu99 -mtune=k8 -march=k8    tuneup.c   -o tuneup
  >
  > This is very wrong.  There should be many steps in creating the tuneup
  > executable, with -I options passed for each compilation.
  >
  > Some Windoze developer need to look into this.
  >
  
  Actually, looking into the Makefile, all I see is a target for 'tune'
  and not 'tuneup'.  This may be a 'bug' in the manual.  I see that this
  was brought up on the gmp-bugs list back in January of 2008 by Jafet.
  I have run into the same problem.
  
Then perhaps your Makefile was not generated correctly.

Or perhaps the specified target needs to include .exe for DOS platforms?

Does "make tuneup.exe" work better?

-- 
Torbjörn


More information about the gmp-bugs mailing list