There seems to be a discrepancy in the 4.2.2 manual, section 2.6:<br><div style="margin-left: 40px;">For example,<br><div style="margin-left: 40px;">cd tune<br>make tuneup<br>./tuneup<br></div></div>A brief read through tune/Makefile however appears to show only the target "tune" and not "tuneup", which is also stated in tune/README.
<br><br>Additionally, tuneup fails to build. This could be a bug. I am building from MSYS in Windows XP:<br><div style="margin-left: 40px;">$ gcc --version<br>gcc.exe (GCC) 3.4.5 (mingw special)<br>[...]<br>$ make --version
<br>GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.<br>Built for i686-pc-msys<br>[...]<br>$ sh --version<br>GNU bash, version 2.04.0(1)-release (i686-pc-msys)<br>$ configure --enable-cxx<br>[...]<br>$ make
<br>[...]<br>$ make check<br>[...]<br>$ cd tune<br>$ make tune<br>[...]<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../tests -m32 -O2 -fomit-frame-pointer -mtune=k8 -march=k8 -mno-cygwin -c set_strs.c -o set_strs.o<br>/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../tests -m32 -O2 -fomit-frame-pointer -mtune=k8 -march=k8 -mno-cygwin -c -o
time.lo time.c<br>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../tests -m32 -O2 -fomit-frame-pointer -mtune=k8 -march=k8 -mno-cygwin -c time.c -o time.o<br>time.c: In function `getrusage_backwards_p':<br>time.c:650: error: storage size of 'start' isn't known
<br>time.c:650: error: storage size of 'prev' isn't known<br>time.c:650: error: storage size of 'next' isn't known<br>make[1]: *** [time.lo] Error 1<br>make[1]: Leaving directory `/d/c++/gmp/gmp-4.2.2
/tune'<br>make: *** [tune] Error 2<br></div><br>--<br>Jafet<br>