--------make tune builds but make tuneup failsthe makefile or configure has not put all the paths in correctly as it cant find mpir.h etcjust of a matter of finding out why cygwin misses this bit out
Install the rxvt cygwin package by re-running the cygwin setup
program. Then run cygwin and type in the console
rxvt -fn 9x15 &
(say -- you may try a different font). That gives you an rxvt window,
which is massively better than cmd.exe. Also, if you highlight text
it is *automatically* put in the copy buffer. To paste, just middle
click.
William
Actually dozens of people complain :-)
So far from my perspective enable-fat does nothing but make the binary
a bit bigger.
--
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org
Thats what happend , my script detects if the arch is x86/x86_64 and
passes --enable-fat , but for x86 is detected as i686,pentium etc so
enable-fat was never passed to the tests. So enable-fat was tested on ALL the
x86_64 machines , and should of(and will be) tested on all x86 machines.
> We do of course get constant complaints by people trying to run sage
> on sse2-only processors, because of MPIR being built on ssse3 (etc.)
> boxes. My hope is that --enable-fat will someday fix that problem.
>
If we test correctly!! then I think it should be fixed now.