Building on Win2K
Brian Gladman
brg@gladman.plus.com
Wed, 20 Nov 2002 15:45:31 -0000
I build a native version of GMP 4.1 on Windows XP without any mingw/cygwin
support uisng VC++ with a hand edited version of config.h.
I have also converted a lot of the pentium assembler stuff to Intel format
so that NASM can be used to add these faster routines (it is easy to add
NASM to VC++).
I don't see any reason why this would not work on WIn2K. Details are
available here:
http://fp.gladman.plus.com/computing/gmp4win.htm
Brian Gladman